- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 23 Sep 2011 20:46:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv29550 Modified Files: acknowledgements.html browsers.html content-models.html parsing.html spec.html the-iframe-element.html Log Message: mention intent (whatwg r6579) [updated by splitter] Index: the-iframe-element.html =================================================================== RCS file: /sources/public/html5/spec/the-iframe-element.html,v retrieving revision 1.114 retrieving revision 1.115 diff -u -d -r1.114 -r1.115 --- the-iframe-element.html 23 Sep 2011 19:46:28 -0000 1.114 +++ the-iframe-element.html 23 Sep 2011 20:46:24 -0000 1.115 @@ -2600,12 +2600,12 @@ </td><td><dfn id="attr-track-kind-subtitles" title="attr-track-kind-subtitles">Subtitles</dfn> </td><td> Transcription or translation of the dialogue, suitable for when the sound is available but not understood (e.g. because the user does not understand the language of the <a href="#media-resource">media resource</a>'s soundtrack). - Displayed over the video. + Overlaid on the video. </td></tr><tr><td><dfn id="attr-track-kind-keyword-captions" title="attr-track-kind-keyword-captions"><code>captions</code></dfn> </td><td><dfn id="attr-track-kind-captions" title="attr-track-kind-captions">Captions</dfn> </td><td> Transcription or translation of the dialogue, sound effects, relevant musical cues, and other relevant audio information, suitable for when the soundtrack is unavailable or not clearly audible (e.g. because it is muted, drowned-out by ambient noise, or because the user is deaf). - Displayed over the video; labeled as appropriate for the hard-of-hearing. + Overlaid on the video; labeled as appropriate for the hard-of-hearing. </td></tr><tr><td><dfn id="attr-track-kind-keyword-descriptions" title="attr-track-kind-keyword-descriptions"><code>descriptions</code></dfn> </td><td><dfn id="attr-track-kind-descriptions" title="attr-track-kind-descriptions">Descriptions</dfn> </td><td> @@ -6517,10 +6517,11 @@ maintaining a list of which cues are active, and events are being fired accordingly. In addition, for text tracks whose <a href="#text-track-kind" title="text track kind">kind</a> is <code title="dom-mediatrack-kind-subtitles">subtitles</code> or <code title="dom-mediatrack-kind-captions">captions</code>, the cues - are being displayed over the video as appropriate; for text - tracks whose <a href="#text-track-kind" title="text track kind">kind</a> is <code title="dom-mediatrack-kind-descriptions">descriptions</code>, + are being overlaid on the video as appropriate; for text tracks + whose <a href="#text-track-kind" title="text track kind">kind</a> is <code title="dom-mediatrack-kind-descriptions">descriptions</code>, the user agent is making the cues available to the user in a - non-visual fashion; and for text tracks whose <a href="#text-track-kind" title="text track kind">kind</a> is <code title="dom-mediatrack-kind-chapters">chapters</code>, the user + non-visual fashion; and for text tracks whose <a href="#text-track-kind" title="text + track kind">kind</a> is <code title="dom-mediatrack-kind-chapters">chapters</code>, the user agent is making available to the user a mechanism by which the user can navigate to any point in the <a href="#media-resource">media resource</a> by selecting a cue.</p> Index: parsing.html =================================================================== RCS file: /sources/public/html5/spec/parsing.html,v retrieving revision 1.73 retrieving revision 1.74 diff -u -d -r1.73 -r1.74 --- parsing.html 4 Sep 2011 18:46:27 -0000 1.73 +++ parsing.html 23 Sep 2011 20:46:24 -0000 1.74 @@ -729,9 +729,9 @@ <dt>If it is in the range 0x41 (ASCII A) to 0x5A (ASCII Z)</dt> - <dd>Append the Unicode character with code point <span title=""><var title="">b</var>+0x20</span> to <var title="">attribute - name</var> (where <var title="">b</var> is the value of the - byte at <var title="">position</var>).</dd> + <dd>Append the Unicode character with code point <span title=""><var title="">b</var>+0x20</span> to <var title="">attribute name</var> (where <var title="">b</var> is + the value of the byte at <var title="">position</var>). (This + converts the input to lowercase.)</dd> <dt>Anything else</dt> @@ -993,15 +993,6 @@ as the user agent uses the returned value to select the decoder to use for the input stream.</p> - <p class="note">This algorithm is a <a href="introduction.html#willful-violation">willful violation</a> - of the HTTP specification, which requires that the encoding be - assumed to be ISO-8859-1 in the absence of a <a href="semantics.html#character-encoding-declaration">character - encoding declaration</a> to the contrary, and of RFC 2046, - which requires that the encoding be assumed to be US-ASCII in the - absence of a <a href="semantics.html#character-encoding-declaration">character encoding declaration</a> to the - contrary. This specification's third approach is motivated by a - desire to be maximally compatible with legacy content. <a href="references.html#refsHTTP">[HTTP]</a> <a href="references.html#refsRFC2046">[RFC2046]</a></p> - <h5 id="character-encodings-0"><span class="secno">8.2.2.2 </span>Character encodings</h5> Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec/acknowledgements.html,v retrieving revision 1.1100 retrieving revision 1.1101 diff -u -d -r1.1100 -r1.1101 --- acknowledgements.html 10 Sep 2011 05:46:24 -0000 1.1100 +++ acknowledgements.html 23 Sep 2011 20:46:23 -0000 1.1101 @@ -520,6 +520,7 @@ Edward O'Connor, Edward Welbourne, Edward Z. Yang, + Ehsan Akhgari, Eira Monstad, Eitan Adler, Eliot Graff, Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec/browsers.html,v retrieving revision 1.1071 retrieving revision 1.1072 diff -u -d -r1.1071 -r1.1072 --- browsers.html 23 Sep 2011 00:46:24 -0000 1.1071 +++ browsers.html 23 Sep 2011 20:46:23 -0000 1.1072 @@ -935,7 +935,7 @@ interface <dfn id="window">Window</dfn> : <a href="infrastructure.html#eventtarget">EventTarget</a> { // the current browsing context [Unforgeable] readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="#dom-window" title="dom-window">window</a>; - readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="#dom-self" title="dom-self">self</a>; + [Replaceable] readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="#dom-self" title="dom-self">self</a>; [Unforgeable] readonly attribute <a href="infrastructure.html#document">Document</a> <a href="#dom-document" title="dom-document">document</a>; attribute DOMString <a href="#dom-name" title="dom-name">name</a>; [PutForwards=<a href="history.html#dom-location-href" title="dom-location-href">href</a>, Unforgeable] readonly attribute <a href="history.html#location">Location</a> <a href="history.html#dom-location" title="dom-location">location</a>; Index: content-models.html =================================================================== RCS file: /sources/public/html5/spec/content-models.html,v retrieving revision 1.90 retrieving revision 1.91 diff -u -d -r1.90 -r1.91 --- content-models.html 4 Sep 2011 17:46:27 -0000 1.90 +++ content-models.html 23 Sep 2011 20:46:24 -0000 1.91 @@ -1260,7 +1260,7 @@ </td></tr><tr><td><code><a href="the-button-element.html#the-button-element">button</a></code> element </td><td><code title="attr-aria-role-button">button</code> role - </td><td>Role must be either <code title="attr-aria-role-button">button</code>, <code title="attr-aria-role-link">link</code>, <code title="attr-aria-role-menuitem">menuitem</code>, <code title="attr-aria-role-menuitemcheckbox">menuitemcheckbox</code>, <code title="attr-aria-role-menuitemradio">menuitemradio</code>, <code title="attr-aria-role-radio">radio</code> + </td><td>Role must be either <code title="attr-aria-role-button">button</code> or <code title="attr-aria-role-menuitem">menuitem</code> </td></tr><tr><td><code><a href="interactive-elements.html#the-details-element">details</a></code> element </td><td><code title="attr-aria-role-group">group</code> role Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1677 retrieving revision 1.1678 diff -u -d -r1.1677 -r1.1678 --- spec.html 23 Sep 2011 19:46:27 -0000 1.1677 +++ spec.html 23 Sep 2011 20:46:24 -0000 1.1678 @@ -350,7 +350,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.5267. +This is revision 1.5273. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Friday, 23 September 2011 20:46:28 UTC