- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 14 Jun 2011 23:47:06 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv21461 Modified Files: content-models.html spec.html the-iframe-element.html tree-construction.html Log Message: grammar (whatwg r6227) [updated by splitter] Index: the-iframe-element.html =================================================================== RCS file: /sources/public/html5/spec/the-iframe-element.html,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- the-iframe-element.html 14 Jun 2011 02:47:07 -0000 1.69 +++ the-iframe-element.html 14 Jun 2011 23:47:03 -0000 1.70 @@ -5876,7 +5876,7 @@ media elements</a> are <a href="#blocked-media-element" title="blocked media element">blocked media elements</a>, or if any of its <a href="#slaved-media-elements">slaved media elements</a> whose <a href="#autoplaying-flag">autoplaying - flag</a> is true still have a <code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> attribute that is true, or if + flag</a> is true still have their <code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> attribute set to true, or if all of its <a href="#slaved-media-elements">slaved media elements</a> have their <code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> attribute set to true.</p> <p>A <a href="#media-element">media element</a> is <dfn id="blocked-on-its-media-controller">blocked on its media Index: tree-construction.html =================================================================== RCS file: /sources/public/html5/spec/tree-construction.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- tree-construction.html 13 Jun 2011 19:47:02 -0000 1.9 +++ tree-construction.html 14 Jun 2011 23:47:04 -0000 1.10 @@ -353,6 +353,7 @@ <dl class="switch"><dt>If there is no <a href="parsing.html#current-node">current node</a></dt> <dt>If the <a href="parsing.html#current-node">current node</a> is an element in the <a href="namespaces.html#html-namespace-0">HTML namespace</a></dt> <dt>If the <a href="parsing.html#current-node">current node</a> is a <a href="#mathml-text-integration-point">MathML text integration point</a> and the token is a start tag whose tag name is neither "mglyph" nor "malignmark"</dt> + <dt>If the <a href="parsing.html#current-node">current node</a> is a <a href="#mathml-text-integration-point">MathML text integration point</a> and the token is a character token</dt> <dt>If the <a href="parsing.html#current-node">current node</a> is an <code title="">annotation-xml</code> element in the <a href="namespaces.html#mathml-namespace">MathML namespace</a> and the token is a start tag whose tag name is "svg"</dt> <dt>If the <a href="parsing.html#current-node">current node</a> is an <a href="#html-integration-point">HTML integration point</a> and the token is a start tag</dt> <dt>If the <a href="parsing.html#current-node">current node</a> is an <a href="#html-integration-point">HTML integration point</a> and the token is a character token</dt> Index: content-models.html =================================================================== RCS file: /sources/public/html5/spec/content-models.html,v retrieving revision 1.75 retrieving revision 1.76 diff -u -d -r1.75 -r1.76 --- content-models.html 14 Jun 2011 00:47:19 -0000 1.75 +++ content-models.html 14 Jun 2011 23:47:03 -0000 1.76 @@ -965,10 +965,18 @@ that do not represent the actual state of the document. <a href="references.html#refsARIA">[ARIA]</a></p><div class="impl"> <p>User agents are required to implement ARIA semantics on all - <a href="infrastructure.html#html-elements">HTML elements</a>, as defined in the ARIA - specifications. The <span>implicit ARIA semantics</span> defined - below must be recognized by implementations. <a href="references.html#refsARIAIMPL">[ARIAIMPL]</a></p> + <a href="infrastructure.html#html-elements">HTML elements</a>, as defined in the ARIA specifications. + The <span>implicit ARIA semantics</span> defined below must be + recognized by implementations for the purposes of ARIA processing. + <a href="references.html#refsARIAIMPL">[ARIAIMPL]</a></p> + <p class="note">The ARIA attributes defined in the ARIA + specifications, and the <span>strong native semantics</span> and + <span>default implicit ARIA semantics</span> defined below, do not + have any effect on CSS pseudo-class matching, user interface + modalities that don't use assistive technologies, or the default + actions of user interaction events as described in this + specification.</p> </div><p>The following table defines the <span>strong native semantics</span> and corresponding <span>default implicit ARIA semantics</span> that apply to <a href="infrastructure.html#html-elements">HTML elements</a>. Each Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1534 retrieving revision 1.1535 diff -u -d -r1.1534 -r1.1535 --- spec.html 14 Jun 2011 22:46:47 -0000 1.1534 +++ spec.html 14 Jun 2011 23:47:03 -0000 1.1535 @@ -347,7 +347,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.4988. +This is revision 1.4991. </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 Tuesday, 14 June 2011 23:47:07 UTC