- From: poot <cvsmail@w3.org>
- Date: Thu, 25 Feb 2010 19:31:14 +0900 (JST)
- To: public-html-diffs@w3.org
mike: sync to upstream spec rename of autobuffer attribute to "preload" http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.175&r2=1.176&f=h =================================================================== RCS file: /sources/public/html5/markup/webapps.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- webapps.html 22 Feb 2010 11:27:51 -0000 1.5 +++ webapps.html 25 Feb 2010 10:30:20 -0000 1.6 @@ -140,7 +140,9 @@ .details-example img { vertical-align: top; } - ]]></style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"/><link href="data:text/css,.impl%20{%20display:%20none;%20}%0Ahtml%20{%20border:%20solid%20yellow;%20}" id="author" rel="alternate stylesheet" title="Author documentation only"/><link href="data:text/css,.impl%20{%20background:%20%23FFEEEE;%20}" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"/><link href="status.css" rel="stylesheet"/><script><![CDATA[ + ]]></style><style><![CDATA[ + .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: red; border: solid 2px; background: white; padding: 0 0.25em; } + ]]></style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"/><link href="data:text/css,.impl%20{%20display:%20none;%20}%0Ahtml%20{%20border:%20solid%20yellow;%20}%20.domintro:before%20{%20display:%20none;%20}" id="author" rel="alternate stylesheet" title="Author documentation only"/><link href="data:text/css,.impl%20{%20background:%20%23FFEEEE;%20}" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"/><link href="status.css" rel="stylesheet"/><script><![CDATA[ function init() { if (location.search == '?slow-browser') return; @@ -161,7 +163,7 @@ [...1621 lines suppressed...] </td><td> <a href="#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onpopstate</code> @@ -79997,12 +80533,12 @@ </td><td> <code><a href="#event">Event</a></code> </td><td> Fired at the <code><a href="#window">Window</a></code> when the network connections returns - </td></tr><tr><td> <code title="event-pagehide">pagehide</code> - </td><td> <code><a href="#event">Event</a></code> + </td></tr><tr><td> <code title="event-pagehide"><a href="#event-pagehide">pagehide</a></code> + </td><td> <code><a href="#pagetransitionevent">PageTransitionEvent</a></code> </td><td> Fired at the <code><a href="#window">Window</a></code> when the page's entry in the <a href="#session-history">session history</a> stops being the <a href="#current-entry">current entry</a> - </td></tr><tr><td> <code title="event-pageshow">pageshow</code> - </td><td> <code><a href="#event">Event</a></code> + </td></tr><tr><td> <code title="event-pageshow"><a href="#event-pageshow">pageshow</a></code> + </td><td> <code><a href="#pagetransitionevent">PageTransitionEvent</a></code> </td><td> Fired at the <code><a href="#window">Window</a></code> when the page's entry in the <a href="#session-history">session history</a> becomes the <a href="#current-entry">current entry</a> </td></tr><tr><td> <code title="event-popstate"><a href="#event-popstate">popstate</a></code> Index: audio.html =================================================================== RCS file: /sources/public/html5/markup/audio.html,v retrieving revision 1.49 retrieving revision 1.50 diff -u -d -r1.49 -r1.50 --- audio.html 16 Feb 2010 10:28:15 -0000 1.49 +++ audio.html 25 Feb 2010 10:30:20 -0000 1.50 @@ -41,7 +41,7 @@ <div class="attr-content-models"> <p><span class="pattern" id="audio.attrs"><a class="ref" href="common-attributes.html">common attributes</a> <span class="postfix intermixed">&</span> <a class="ref" href="audio.html#audio.attrs.autoplay" title="audio.attrs.autoplay">autoplay</a> - <span class="postfix intermixed">&</span> <a class="ref" href="audio.html#audio.attrs.autobuffer" title="audio.attrs.autobuffer">autobuffer</a> + <span class="postfix intermixed">&</span> <a class="ref" href="audio.html#audio.attrs.preload" title="audio.attrs.preload">preload</a> <span class="postfix intermixed">&</span> <a class="ref" href="audio.html#audio.attrs.controls" title="audio.attrs.controls">controls</a> <span class="postfix intermixed">&</span> <a class="ref" href="audio.html#audio.attrs.loop" title="audio.attrs.loop">loop</a> </span><span class="postfix intermixed">&</span> <a href="audio.html#audio.attrs.src">src</a></p></div></div> <div class="no-number no-toc" id="audio-attributes"> @@ -55,9 +55,8 @@ the audio stream as soon as it can do so without stopping.</dd> - <dt><a class="attribute-name" id="audio.attrs.autobuffer" title="audio.attrs.autobuffer" href="audio.html#audio.attrs.autobuffer">autobuffer</a> = <span class="attr-values"> - "autobuffer" - <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty">empty</a> + <dt><a class="attribute-name" id="audio.attrs.preload" title="audio.attrs.preload" href="audio.html#audio.attrs.preload">preload</a> = <span class="attr-values"> + "preload" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty">empty</a> </span> </dt> <dd>Instructs the UA that downloading the entire audio stream optimistically is considered worthwhile.</dd> Index: schema.html =================================================================== RCS file: /sources/public/html5/markup/schema.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- schema.html 12 Feb 2010 10:00:29 -0000 1.12 +++ schema.html 25 Feb 2010 10:30:20 -0000 1.13 @@ -3595,7 +3595,7 @@ <div class='patternname' id='the-video.attrs'><a href='#the-video.attrs'>video.attrs</a> =</div> <span class='pattern' id='video.attrs'><a class='ref' href='#common.attrs'>common.attrs</a> <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#video.attrs.autoplay' title='video.attrs.autoplay'>autoplay</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> - <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#video.attrs.autobuffer' title='video.attrs.autobuffer'>autobuffer</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> + <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#video.attrs.preload' title='video.attrs.preload'>preload</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#video.attrs.controls' title='video.attrs.controls'>controls</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#video.attrs.loop' title='video.attrs.loop'>loop</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#video.attrs.poster' title='video.attrs.poster'>poster</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> @@ -3612,13 +3612,12 @@ </span>} </span> </div> -<div class='define' id='video.attrs.autobuffer-define'> - <div class='patternname' id='the-video.attrs.autobuffer'><a href='#the-video.attrs.autobuffer'>autobuffer</a> =</div> - <span class='pattern' id='video.attrs.autobuffer'><span class='type'>attribute </span> - <span class='name'>autobuffer</span> +<div class='define' id='video.attrs.preload-define'> + <div class='patternname' id='the-video.attrs.preload'><a href='#the-video.attrs.preload'>preload</a> =</div> + <span class='pattern' id='video.attrs.preload'><span class='type'>attribute </span> + <span class='name'>preload</span> {<span class='model'> - d:string "autobuffer" - <span class='postfix or'>or</span> d:string "" + d:string "preload" <span class='postfix or'>or</span> d:string "" </span>} </span> </div> @@ -3713,7 +3712,7 @@ <div class='patternname' id='the-audio.attrs'><a href='#the-audio.attrs'>audio.attrs</a> =</div> <span class='pattern' id='audio.attrs'><a class='ref' href='#common.attrs'>common.attrs</a> <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#audio.attrs.autoplay' title='audio.attrs.autoplay'>autoplay</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> - <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#audio.attrs.autobuffer' title='audio.attrs.autobuffer'>autobuffer</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> + <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#audio.attrs.preload' title='audio.attrs.preload'>preload</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#audio.attrs.controls' title='audio.attrs.controls'>controls</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#audio.attrs.loop' title='audio.attrs.loop'>loop</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> </span> </div> @@ -3727,13 +3726,12 @@ </span>} </span> </div> -<div class='define' id='audio.attrs.autobuffer-define'> - <div class='patternname' id='the-audio.attrs.autobuffer'><a href='#the-audio.attrs.autobuffer'>autobuffer</a> =</div> - <span class='pattern' id='audio.attrs.autobuffer'><span class='type'>attribute </span> - <span class='name'>autobuffer</span> +<div class='define' id='audio.attrs.preload-define'> + <div class='patternname' id='the-audio.attrs.preload'><a href='#the-audio.attrs.preload'>preload</a> =</div> + <span class='pattern' id='audio.attrs.preload'><span class='type'>attribute </span> + <span class='name'>preload</span> {<span class='model'> - d:string "autobuffer" - <span class='postfix or'>or</span> d:string "" + d:string "preload" <span class='postfix or'>or</span> d:string "" </span>} </span> </div> Index: references.html =================================================================== RCS file: /sources/public/html5/markup/references.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- references.html 18 Feb 2010 21:23:58 -0000 1.20 +++ references.html 25 Feb 2010 10:30:20 -0000 1.21 @@ -15,7 +15,7 @@ <h2>A. References <a class="hash" href="#references">#</a> <a class="toc-bak" href="Overview.html#references-toc">T</a></h2> <dl> <dt><dfn id="refsABNF">[ABNF]</dfn></dt> - <dd><cite><a href="http://www.ietf.org/rfc/std/std68.txt">Augmented BNF for Syntax Specifications: ABNF</a></cite>. + <dd><cite><a href="http://tools.ietf.org/html/std68">Augmented BNF for Syntax Specifications: ABNF</a></cite>. D. Crocker, P. Overell.</dd> <dt><dfn id="refsCSS">[CSS]</dfn></dt> <dd><cite><a href="http://www.w3.org/TR/2008/WD-css-beijing-20080516/">Cascading Style Sheets (CSS) Snapshot 2007</a></cite>. Index: patch-schema =================================================================== RCS file: /sources/public/html5/markup/patch-schema,v retrieving revision 1.85 retrieving revision 1.86 diff -u -d -r1.85 -r1.86 --- patch-schema 14 Feb 2010 05:29:35 -0000 1.85 +++ patch-schema 25 Feb 2010 10:30:20 -0000 1.86 @@ -1,6 +1,6 @@ Index: schema/revision.rnc =================================================================== ---- schema/revision.rnc (revision 528) +--- schema/revision.rnc (revision 533) +++ schema/revision.rnc (working copy) @@ -2,17 +2,6 @@ ## RELAX NG Schema for HTML 5: Revision Annotations # @@ -62,7 +62,7 @@ del.inner.phrasing = Index: schema/web-forms.rnc =================================================================== ---- schema/web-forms.rnc (revision 528) +--- schema/web-forms.rnc (revision 533) +++ schema/web-forms.rnc (working copy) @@ -9,6 +9,7 @@ common-form.attrs = @@ -170,7 +170,7 @@ Index: schema/tables.rnc =================================================================== ---- schema/tables.rnc (revision 528) +--- schema/tables.rnc (revision 533) +++ schema/tables.rnc (working copy) @@ -157,38 +157,6 @@ tr.inner = @@ -276,7 +276,7 @@ ( common.inner.flow ) Index: schema/embed.rnc =================================================================== ---- schema/embed.rnc (revision 528) +--- schema/embed.rnc (revision 533) +++ schema/embed.rnc (working copy) @@ -248,7 +248,7 @@ } @@ -405,7 +405,7 @@ # } Index: schema/media.rnc =================================================================== ---- schema/media.rnc (revision 528) +--- schema/media.rnc (revision 533) +++ schema/media.rnc (working copy) @@ -4,32 +4,6 @@ ## RELAX NG Schema for HTML 5: Advanced Embedded Content # @@ -465,7 +465,7 @@ ( common.attrs - & media.attrs + & video.attrs.autoplay? -+ & video.attrs.autobuffer? ++ & video.attrs.preload? + & video.attrs.controls? + & video.attrs.loop? & video.attrs.poster? @@ -476,9 +476,9 @@ + attribute autoplay { + w:string "autoplay" | w:string "" + } -+ video.attrs.autobuffer = -+ attribute autobuffer { -+ w:string "autobuffer" | w:string "" ++ video.attrs.preload = ++ attribute preload { ++ w:string "preload" | w:string "" + } + video.attrs.controls = + attribute controls { @@ -520,7 +520,7 @@ ( common.attrs - & media.attrs + & audio.attrs.autoplay? -+ & audio.attrs.autobuffer? ++ & audio.attrs.preload? + & audio.attrs.controls? + & audio.attrs.loop? ) @@ -528,9 +528,9 @@ + attribute autoplay { + w:string "autoplay" | w:string "" + } -+ audio.attrs.autobuffer = -+ attribute autobuffer { -+ w:string "autobuffer" | w:string "" ++ audio.attrs.preload = ++ attribute preload { ++ w:string "preload" | w:string "" + } + audio.attrs.controls = + attribute controls { @@ -561,7 +561,7 @@ Index: schema/phrase.rnc =================================================================== ---- schema/phrase.rnc (revision 528) +--- schema/phrase.rnc (revision 533) +++ schema/phrase.rnc (working copy) @@ -13,13 +13,13 @@ a.attrs = @@ -660,7 +660,7 @@ em.elem = Index: schema/web-forms2.rnc =================================================================== ---- schema/web-forms2.rnc (revision 528) +--- schema/web-forms2.rnc (revision 533) +++ schema/web-forms2.rnc (working copy) @@ -6,9 +6,6 @@ @@ -712,7 +712,7 @@ attribute autocomplete { Index: schema/meta.rnc =================================================================== ---- schema/meta.rnc (revision 528) +--- schema/meta.rnc (revision 533) +++ schema/meta.rnc (working copy) @@ -101,7 +101,7 @@ title.attrs = @@ -890,7 +890,7 @@ + common.elem.metadata |= meta.http-equiv.content-type.elem Index: schema/applications.rnc =================================================================== ---- schema/applications.rnc (revision 528) +--- schema/applications.rnc (revision 533) +++ schema/applications.rnc (working copy) @@ -4,18 +4,6 @@ ## RELAX NG Schema for HTML 5: Web Application Features # @@ -1019,7 +1019,7 @@ ## Menu: <menu> Index: schema/core-scripting.rnc =================================================================== ---- schema/core-scripting.rnc (revision 528) +--- schema/core-scripting.rnc (revision 533) +++ schema/core-scripting.rnc (working copy) @@ -52,9 +52,9 @@ string @@ -1057,7 +1057,7 @@ attribute onabort { string } Index: schema/common.rnc =================================================================== ---- schema/common.rnc (revision 528) +--- schema/common.rnc (revision 533) +++ schema/common.rnc (working copy) @@ -38,16 +38,16 @@ common.attr.anything = Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.175 retrieving revision 1.176 diff -u -d -r1.175 -r1.176 --- spec.html 22 Feb 2010 12:12:21 -0000 1.175 +++ spec.html 25 Feb 2010 10:30:20 -0000 1.176 @@ -3355,7 +3355,7 @@ <div class="attr-content-models"> <p><span class="pattern" id="audio.attrs"><a href="#common-attributes">common attributes</a> <span class="postfix intermixed">&</span> <a class="ref" href="#audio.attrs.autoplay" title="audio.attrs.autoplay">autoplay</a> - <span class="postfix intermixed">&</span> <a class="ref" href="#audio.attrs.autobuffer" title="audio.attrs.autobuffer">autobuffer</a> + <span class="postfix intermixed">&</span> <a class="ref" href="#audio.attrs.preload" title="audio.attrs.preload">preload</a> <span class="postfix intermixed">&</span> <a class="ref" href="#audio.attrs.controls" title="audio.attrs.controls">controls</a> <span class="postfix intermixed">&</span> <a class="ref" href="#audio.attrs.loop" title="audio.attrs.loop">loop</a> </span><span class="postfix intermixed">&</span> <a href="#audio.attrs.src">src</a></p> </div> @@ -3374,9 +3374,8 @@ stopping.</dd> <dt> -<a class="attribute-name" id="audio.attrs.autobuffer" title="audio.attrs.autobuffer" href="#audio.attrs.autobuffer">autobuffer</a> = <span class="attr-values"> - "autobuffer" - <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty">empty</a> +<a class="attribute-name" id="audio.attrs.preload" title="audio.attrs.preload" href="#audio.attrs.preload">preload</a> = <span class="attr-values"> + "preload" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty">empty</a> </span> </dt> <dd>Instructs the UA that downloading the entire audio stream optimistically is considered worthwhile.</dd> @@ -17678,7 +17677,7 @@ <div class="attr-content-models"> <p><span class="pattern" id="video.attrs"><a href="#common-attributes">common attributes</a> <span class="postfix intermixed">&</span> <a class="ref" href="#video.attrs.autoplay" title="video.attrs.autoplay">autoplay</a> - <span class="postfix intermixed">&</span> <a class="ref" href="#video.attrs.autobuffer" title="video.attrs.autobuffer">autobuffer</a> + <span class="postfix intermixed">&</span> <a class="ref" href="#video.attrs.preload" title="video.attrs.preload">preload</a> <span class="postfix intermixed">&</span> <a class="ref" href="#video.attrs.controls" title="video.attrs.controls">controls</a> <span class="postfix intermixed">&</span> <a class="ref" href="#video.attrs.loop" title="video.attrs.loop">loop</a> <span class="postfix intermixed">&</span> <a class="ref" href="#video.attrs.poster" title="video.attrs.poster">poster</a> @@ -17699,9 +17698,8 @@ video as soon as it can do so without stopping.</dd> <dt> -<a class="attribute-name" id="video.attrs.autobuffer" title="video.attrs.autobuffer" href="#video.attrs.autobuffer">autobuffer</a> = <span class="attr-values"> - "autobuffer" - <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty">empty</a> +<a class="attribute-name" id="video.attrs.preload" title="video.attrs.preload" href="#video.attrs.preload">preload</a> = <span class="attr-values"> + "preload" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty">empty</a> </span> </dt> <dd>Instructs the UA that the author believes that downloading the entire video optimistically will be @@ -19400,7 +19398,7 @@ <dl> <dt><dfn id="refsABNF">[ABNF]</dfn></dt> <dd> -<cite><a href="http://www.ietf.org/rfc/std/std68.txt">Augmented BNF for Syntax Specifications: ABNF</a></cite>. +<cite><a href="http://tools.ietf.org/html/std68">Augmented BNF for Syntax Specifications: ABNF</a></cite>. D. Crocker, P. Overell.</dd> <dt><dfn id="refsCSS">[CSS]</dfn></dt> <dd> Index: video.html =================================================================== RCS file: /sources/public/html5/markup/video.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- video.html 16 Feb 2010 10:28:20 -0000 1.48 +++ video.html 25 Feb 2010 10:30:20 -0000 1.49 @@ -41,7 +41,7 @@ <div class="attr-content-models"> <p><span class="pattern" id="video.attrs"><a class="ref" href="common-attributes.html">common attributes</a> <span class="postfix intermixed">&</span> <a class="ref" href="video.html#video.attrs.autoplay" title="video.attrs.autoplay">autoplay</a> - <span class="postfix intermixed">&</span> <a class="ref" href="video.html#video.attrs.autobuffer" title="video.attrs.autobuffer">autobuffer</a> + <span class="postfix intermixed">&</span> <a class="ref" href="video.html#video.attrs.preload" title="video.attrs.preload">preload</a> <span class="postfix intermixed">&</span> <a class="ref" href="video.html#video.attrs.controls" title="video.attrs.controls">controls</a> <span class="postfix intermixed">&</span> <a class="ref" href="video.html#video.attrs.loop" title="video.attrs.loop">loop</a> <span class="postfix intermixed">&</span> <a class="ref" href="video.html#video.attrs.poster" title="video.attrs.poster">poster</a> @@ -57,9 +57,8 @@ <dd>Instructs the UA to automatically begin playback of the video as soon as it can do so without stopping.</dd> - <dt><a class="attribute-name" id="video.attrs.autobuffer" title="video.attrs.autobuffer" href="video.html#video.attrs.autobuffer">autobuffer</a> = <span class="attr-values"> - "autobuffer" - <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty">empty</a> + <dt><a class="attribute-name" id="video.attrs.preload" title="video.attrs.preload" href="video.html#video.attrs.preload">preload</a> = <span class="attr-values"> + "preload" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty">empty</a> </span> </dt> <dd>Instructs the UA that the author believes that downloading the entire video optimistically will be
Received on Thursday, 25 February 2010 10:31:45 UTC