[html5] r8533 - [e] (0) More purely editorial cleanup in section 3 (infrastructure stuff)... Aff [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Mar 6 15:04:31 PST 2014


Author: ianh
Date: 2014-03-06 15:04:30 -0800 (Thu, 06 Mar 2014)
New Revision: 8533

Modified:
   complete.html
   index
   source
Log:
[e] (0) More purely editorial cleanup in section 3 (infrastructure stuff)...
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2014-03-06 22:55:23 UTC (rev 8532)
+++ complete.html	2014-03-06 23:04:30 UTC (rev 8533)
@@ -9946,9 +9946,8 @@
 http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0A%3Cform%20action%3D%22http%3A//google.com/%22%3EX%3C/form%3E%0A%3Cscript%3E%0Avar%20evt%20%3D%20document.createEvent%28%22Events%22%29%3B%0Aevt.initEvent%28%22submit%22%2C%20true%2C%20true%29%3B%0Adocument.getElementsByTagName%28%27form%27%29%5B0%5D.dispatchEvent%28evt%29%3B%0A%3C/script%3E
 -->
 
-<!--CLEANUP-->
-  <p><dfn id=interactive-content>Interactive content</dfn> is content that is specifically
-  intended for user interaction.</p>
+  <p><dfn id=interactive-content>Interactive content</dfn> is content that is specifically intended for user
+  interaction.</p>
 
   <!-- when updating this also update the category index -->
   <ul class="brief category-list"><li><code><a href=#the-a-element>a</a></code></li>
@@ -9974,9 +9973,8 @@
   <h6 id=palpable-content-0><span class=secno>3.2.4.1.8 </span>Palpable content</h6>
 
   <p>As a general rule, elements whose content model allows any <a href=#flow-content>flow content</a> or
-  <a href=#phrasing-content>phrasing content</a> should have at least one node in its <a href=#concept-html-contents title=concept-html-contents>contents</a> that is <dfn id=palpable-content>palpable
-  content</dfn> and that does not have the <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code> attribute
-  specified.</p>
+  <a href=#phrasing-content>phrasing content</a> should have at least one node in its <a href=#concept-html-contents title=concept-html-contents>contents</a> that is <dfn id=palpable-content>palpable content</dfn> and that does
+  not have the <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code> attribute specified.</p>
 
   <p>This requirement is not a hard requirement, however, as there are many cases where an element
   can be empty legitimately, for example when it is used as a placeholder which will later be filled
@@ -10065,8 +10063,8 @@
    <li><a href=#text-content title="text content">Text</a> that is not <a href=#inter-element-whitespace>inter-element whitespace</a></li>
   </ul><h6 id=script-supporting-elements-0><span class=secno>3.2.4.1.9 </span>Script-supporting elements</h6>
 
-  <p><dfn id=script-supporting-elements>Script-supporting elements</dfn> are those that do not <a href=#represents title=represents>represent</a> anything themselves (i.e. they are not rendered), but are used
-  to support scripts, e.g. to provide functionality for the user.</p>
+  <p><dfn id=script-supporting-elements>Script-supporting elements</dfn> are those that do not <a href=#represents title=represents>represent</a> anything themselves (i.e. they are not rendered), but are
+  used to support scripts, e.g. to provide functionality for the user.</p>
 
   <p>The following elements are script-supporting elements:</p>
 
@@ -10094,8 +10092,8 @@
      without first violating the earlier requirement)
   <p>Furthermore, when a content model includes a part that is "transparent", those parts must not
   contain content that would not be conformant if all transparent elements in the tree were
-  replaced, in their parent element, by the <span title="concept-html-contents">contents</span> in the "transparent" part of their content
-  model, retaining order.</p>
+  replaced, in their parent element, by the <span title="concept-html-contents">contents</span> in
+  the "transparent" part of their content model, retaining order.</p>
 
   <div class="example">
 
@@ -10198,14 +10196,14 @@
   <div class=impl>
 
   <p>Let <var title="">view</var> be a view of the DOM that replaces all <code><a href=#the-a-element>a</a></code>,
-  <code><a href=#the-ins-element>ins</a></code>, <code><a href=#the-del-element>del</a></code>, and <code><a href=#the-map-element>map</a></code> elements in the document with their
-  <a href=#concept-html-contents title=concept-html-contents>contents</a>. Then, in <var title="">view</var>, for each run of sibling <a href=#phrasing-content>phrasing content</a>
-  nodes uninterrupted by other types of content, in an element that accepts content other than
-  <a href=#phrasing-content>phrasing content</a> as well as <a href=#phrasing-content>phrasing content</a>, let <var title="">first</var> be the first node of the run, and let <var title="">last</var> be the last
-  node of the run. For each such run that consists of at least one node that is neither
-  <a href=#embedded-content-category>embedded content</a> nor <a href=#inter-element-whitespace>inter-element whitespace</a>, a paragraph exists in the
-  original DOM from immediately before <var title="">first</var> to immediately after <var title="">last</var>. (Paragraphs can thus span across <code><a href=#the-a-element>a</a></code>, <code><a href=#the-ins-element>ins</a></code>,
-  <code><a href=#the-del-element>del</a></code>, and <code><a href=#the-map-element>map</a></code> elements.)</p>
+  <code><a href=#the-ins-element>ins</a></code>, <code><a href=#the-del-element>del</a></code>, and <code><a href=#the-map-element>map</a></code> elements in the document with their <a href=#concept-html-contents title=concept-html-contents>contents</a>. Then, in <var title="">view</var>, for each run
+  of sibling <a href=#phrasing-content>phrasing content</a> nodes uninterrupted by other types of content, in an
+  element that accepts content other than <a href=#phrasing-content>phrasing content</a> as well as <a href=#phrasing-content>phrasing
+  content</a>, let <var title="">first</var> be the first node of the run, and let <var title="">last</var> be the last node of the run. For each such run that consists of at least one
+  node that is neither <a href=#embedded-content-category>embedded content</a> nor <a href=#inter-element-whitespace>inter-element whitespace</a>, a
+  paragraph exists in the original DOM from immediately before <var title="">first</var> to
+  immediately after <var title="">last</var>. (Paragraphs can thus span across <code><a href=#the-a-element>a</a></code>,
+  <code><a href=#the-ins-element>ins</a></code>, <code><a href=#the-del-element>del</a></code>, and <code><a href=#the-map-element>map</a></code> elements.)</p>
 
   <p>Conformance checkers may warn authors of cases where they have paragraphs that overlap each
   other (this can happen with <code><a href=#the-object-element>object</a></code>, <code><a href=#the-video-element>video</a></code>, <code><a href=#the-audio-element>audio</a></code>, and
@@ -11410,8 +11408,8 @@
 
   <h4 id=wai-aria><span class=secno>3.2.7 </span><dfn>WAI-ARIA</dfn></h4>
 
-  <p>Authors may use the ARIA <code title=attr-aria-role><a href=#attr-aria-role>role</a></code> and <code title=attr-aria-*>aria-*</code> attributes on <a href=#html-elements>HTML elements</a>, in accordance with the
-  requirements described in the ARIA specifications, except where these conflict with the
+  <p>Authors may use the ARIA <code title=attr-aria-role><a href=#attr-aria-role>role</a></code> and <code title=attr-aria-*>aria-*</code> attributes on <a href=#html-elements>HTML elements</a>, in accordance with
+  the requirements described in the ARIA specifications, except where these conflict with the
   <a href=#strong-native-semantics>strong native semantics</a> or are equal to the <a href=#default-implicit-aria-semantics>default implicit ARIA
   semantics</a> described below. These exceptions are intended to prevent authors from making
   assistive technology products report nonsensical states that do not represent the actual state of
@@ -11419,16 +11417,14 @@
 
   <p>Authors must not set the ARIA <code title=attr-aria-role><a href=#attr-aria-role>role</a></code> and <code title=attr-aria-*>aria-*</code> attributes in a manner that conflicts with the semantics
   described in the following table, except that the <code title=attr-aria-role-presentation>presentation</code> role may always be used. Authors must not
-  set the ARIA <code title=attr-aria-role><a href=#attr-aria-role>role</a></code> and <code title=attr-aria-*>aria-*</code>
-  attributes to values that match the <a href=#default-implicit-aria-semantics>default implicit ARIA semantics</a> defined in the
-  following two tables.</p>
+  set the ARIA <code title=attr-aria-role><a href=#attr-aria-role>role</a></code> and <code title=attr-aria-*>aria-*</code> attributes to values that match the <a href=#default-implicit-aria-semantics>default implicit ARIA
+  semantics</a> defined in the following two tables.</p>
 
   <div class=impl>
 
-<!--CLEANUP-->
-  <p>User agents must implement ARIA semantics on all <a href=#html-elements>HTML elements</a>, as
-  defined in the ARIA specifications. The <a href=#default-implicit-aria-semantics>default implicit ARIA semantics</a> defined below
-  must be recognized by implementations for the purposes of ARIA processing. <a href=#refsARIAIMPL>[ARIAIMPL]</a></p>
+  <p>User agents must implement ARIA semantics on all <a href=#html-elements>HTML elements</a>, as defined in the
+  ARIA specifications. The <a href=#default-implicit-aria-semantics>default implicit ARIA semantics</a> defined below must be
+  recognized by implementations for the purposes of ARIA processing. <a href=#refsARIAIMPL>[ARIAIMPL]</a></p>
 
   <p class=note>The ARIA attributes defined in the ARIA specifications, and the <a href=#strong-native-semantics>strong
   native semantics</a> and <a href=#default-implicit-aria-semantics>default implicit ARIA semantics</a> defined below, do not

Modified: index
===================================================================
--- index	2014-03-06 22:55:23 UTC (rev 8532)
+++ index	2014-03-06 23:04:30 UTC (rev 8533)
@@ -9946,9 +9946,8 @@
 http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0A%3Cform%20action%3D%22http%3A//google.com/%22%3EX%3C/form%3E%0A%3Cscript%3E%0Avar%20evt%20%3D%20document.createEvent%28%22Events%22%29%3B%0Aevt.initEvent%28%22submit%22%2C%20true%2C%20true%29%3B%0Adocument.getElementsByTagName%28%27form%27%29%5B0%5D.dispatchEvent%28evt%29%3B%0A%3C/script%3E
 -->
 
-<!--CLEANUP-->
-  <p><dfn id=interactive-content>Interactive content</dfn> is content that is specifically
-  intended for user interaction.</p>
+  <p><dfn id=interactive-content>Interactive content</dfn> is content that is specifically intended for user
+  interaction.</p>
 
   <!-- when updating this also update the category index -->
   <ul class="brief category-list"><li><code><a href=#the-a-element>a</a></code></li>
@@ -9974,9 +9973,8 @@
   <h6 id=palpable-content-0><span class=secno>3.2.4.1.8 </span>Palpable content</h6>
 
   <p>As a general rule, elements whose content model allows any <a href=#flow-content>flow content</a> or
-  <a href=#phrasing-content>phrasing content</a> should have at least one node in its <a href=#concept-html-contents title=concept-html-contents>contents</a> that is <dfn id=palpable-content>palpable
-  content</dfn> and that does not have the <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code> attribute
-  specified.</p>
+  <a href=#phrasing-content>phrasing content</a> should have at least one node in its <a href=#concept-html-contents title=concept-html-contents>contents</a> that is <dfn id=palpable-content>palpable content</dfn> and that does
+  not have the <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code> attribute specified.</p>
 
   <p>This requirement is not a hard requirement, however, as there are many cases where an element
   can be empty legitimately, for example when it is used as a placeholder which will later be filled
@@ -10065,8 +10063,8 @@
    <li><a href=#text-content title="text content">Text</a> that is not <a href=#inter-element-whitespace>inter-element whitespace</a></li>
   </ul><h6 id=script-supporting-elements-0><span class=secno>3.2.4.1.9 </span>Script-supporting elements</h6>
 
-  <p><dfn id=script-supporting-elements>Script-supporting elements</dfn> are those that do not <a href=#represents title=represents>represent</a> anything themselves (i.e. they are not rendered), but are used
-  to support scripts, e.g. to provide functionality for the user.</p>
+  <p><dfn id=script-supporting-elements>Script-supporting elements</dfn> are those that do not <a href=#represents title=represents>represent</a> anything themselves (i.e. they are not rendered), but are
+  used to support scripts, e.g. to provide functionality for the user.</p>
 
   <p>The following elements are script-supporting elements:</p>
 
@@ -10094,8 +10092,8 @@
      without first violating the earlier requirement)
   <p>Furthermore, when a content model includes a part that is "transparent", those parts must not
   contain content that would not be conformant if all transparent elements in the tree were
-  replaced, in their parent element, by the <span title="concept-html-contents">contents</span> in the "transparent" part of their content
-  model, retaining order.</p>
+  replaced, in their parent element, by the <span title="concept-html-contents">contents</span> in
+  the "transparent" part of their content model, retaining order.</p>
 
   <div class="example">
 
@@ -10198,14 +10196,14 @@
   <div class=impl>
 
   <p>Let <var title="">view</var> be a view of the DOM that replaces all <code><a href=#the-a-element>a</a></code>,
-  <code><a href=#the-ins-element>ins</a></code>, <code><a href=#the-del-element>del</a></code>, and <code><a href=#the-map-element>map</a></code> elements in the document with their
-  <a href=#concept-html-contents title=concept-html-contents>contents</a>. Then, in <var title="">view</var>, for each run of sibling <a href=#phrasing-content>phrasing content</a>
-  nodes uninterrupted by other types of content, in an element that accepts content other than
-  <a href=#phrasing-content>phrasing content</a> as well as <a href=#phrasing-content>phrasing content</a>, let <var title="">first</var> be the first node of the run, and let <var title="">last</var> be the last
-  node of the run. For each such run that consists of at least one node that is neither
-  <a href=#embedded-content-category>embedded content</a> nor <a href=#inter-element-whitespace>inter-element whitespace</a>, a paragraph exists in the
-  original DOM from immediately before <var title="">first</var> to immediately after <var title="">last</var>. (Paragraphs can thus span across <code><a href=#the-a-element>a</a></code>, <code><a href=#the-ins-element>ins</a></code>,
-  <code><a href=#the-del-element>del</a></code>, and <code><a href=#the-map-element>map</a></code> elements.)</p>
+  <code><a href=#the-ins-element>ins</a></code>, <code><a href=#the-del-element>del</a></code>, and <code><a href=#the-map-element>map</a></code> elements in the document with their <a href=#concept-html-contents title=concept-html-contents>contents</a>. Then, in <var title="">view</var>, for each run
+  of sibling <a href=#phrasing-content>phrasing content</a> nodes uninterrupted by other types of content, in an
+  element that accepts content other than <a href=#phrasing-content>phrasing content</a> as well as <a href=#phrasing-content>phrasing
+  content</a>, let <var title="">first</var> be the first node of the run, and let <var title="">last</var> be the last node of the run. For each such run that consists of at least one
+  node that is neither <a href=#embedded-content-category>embedded content</a> nor <a href=#inter-element-whitespace>inter-element whitespace</a>, a
+  paragraph exists in the original DOM from immediately before <var title="">first</var> to
+  immediately after <var title="">last</var>. (Paragraphs can thus span across <code><a href=#the-a-element>a</a></code>,
+  <code><a href=#the-ins-element>ins</a></code>, <code><a href=#the-del-element>del</a></code>, and <code><a href=#the-map-element>map</a></code> elements.)</p>
 
   <p>Conformance checkers may warn authors of cases where they have paragraphs that overlap each
   other (this can happen with <code><a href=#the-object-element>object</a></code>, <code><a href=#the-video-element>video</a></code>, <code><a href=#the-audio-element>audio</a></code>, and
@@ -11410,8 +11408,8 @@
 
   <h4 id=wai-aria><span class=secno>3.2.7 </span><dfn>WAI-ARIA</dfn></h4>
 
-  <p>Authors may use the ARIA <code title=attr-aria-role><a href=#attr-aria-role>role</a></code> and <code title=attr-aria-*>aria-*</code> attributes on <a href=#html-elements>HTML elements</a>, in accordance with the
-  requirements described in the ARIA specifications, except where these conflict with the
+  <p>Authors may use the ARIA <code title=attr-aria-role><a href=#attr-aria-role>role</a></code> and <code title=attr-aria-*>aria-*</code> attributes on <a href=#html-elements>HTML elements</a>, in accordance with
+  the requirements described in the ARIA specifications, except where these conflict with the
   <a href=#strong-native-semantics>strong native semantics</a> or are equal to the <a href=#default-implicit-aria-semantics>default implicit ARIA
   semantics</a> described below. These exceptions are intended to prevent authors from making
   assistive technology products report nonsensical states that do not represent the actual state of
@@ -11419,16 +11417,14 @@
 
   <p>Authors must not set the ARIA <code title=attr-aria-role><a href=#attr-aria-role>role</a></code> and <code title=attr-aria-*>aria-*</code> attributes in a manner that conflicts with the semantics
   described in the following table, except that the <code title=attr-aria-role-presentation>presentation</code> role may always be used. Authors must not
-  set the ARIA <code title=attr-aria-role><a href=#attr-aria-role>role</a></code> and <code title=attr-aria-*>aria-*</code>
-  attributes to values that match the <a href=#default-implicit-aria-semantics>default implicit ARIA semantics</a> defined in the
-  following two tables.</p>
+  set the ARIA <code title=attr-aria-role><a href=#attr-aria-role>role</a></code> and <code title=attr-aria-*>aria-*</code> attributes to values that match the <a href=#default-implicit-aria-semantics>default implicit ARIA
+  semantics</a> defined in the following two tables.</p>
 
   <div class=impl>
 
-<!--CLEANUP-->
-  <p>User agents must implement ARIA semantics on all <a href=#html-elements>HTML elements</a>, as
-  defined in the ARIA specifications. The <a href=#default-implicit-aria-semantics>default implicit ARIA semantics</a> defined below
-  must be recognized by implementations for the purposes of ARIA processing. <a href=#refsARIAIMPL>[ARIAIMPL]</a></p>
+  <p>User agents must implement ARIA semantics on all <a href=#html-elements>HTML elements</a>, as defined in the
+  ARIA specifications. The <a href=#default-implicit-aria-semantics>default implicit ARIA semantics</a> defined below must be
+  recognized by implementations for the purposes of ARIA processing. <a href=#refsARIAIMPL>[ARIAIMPL]</a></p>
 
   <p class=note>The ARIA attributes defined in the ARIA specifications, and the <a href=#strong-native-semantics>strong
   native semantics</a> and <a href=#default-implicit-aria-semantics>default implicit ARIA semantics</a> defined below, do not

Modified: source
===================================================================
--- source	2014-03-06 22:55:23 UTC (rev 8532)
+++ source	2014-03-06 23:04:30 UTC (rev 8533)
@@ -9756,9 +9756,8 @@
 http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0A%3Cform%20action%3D%22http%3A//google.com/%22%3EX%3C/form%3E%0A%3Cscript%3E%0Avar%20evt%20%3D%20document.createEvent%28%22Events%22%29%3B%0Aevt.initEvent%28%22submit%22%2C%20true%2C%20true%29%3B%0Adocument.getElementsByTagName%28%27form%27%29%5B0%5D.dispatchEvent%28evt%29%3B%0A%3C/script%3E
 -->
 
-<!--CLEANUP-->
-  <p><dfn>Interactive content</dfn> is content that is specifically
-  intended for user interaction.</p>
+  <p><dfn>Interactive content</dfn> is content that is specifically intended for user
+  interaction.</p>
 
   <!-- when updating this also update the category index -->
   <ul class="brief category-list">
@@ -9787,9 +9786,9 @@
   <h6>Palpable content</h6>
 
   <p>As a general rule, elements whose content model allows any <span>flow content</span> or
-  <span>phrasing content</span> should have at least one node in its <span data-x="concept-html-contents">contents</span> that is <dfn>palpable
-  content</dfn> and that does not have the <code data-x="attr-hidden">hidden</code> attribute
-  specified.</p>
+  <span>phrasing content</span> should have at least one node in its <span
+  data-x="concept-html-contents">contents</span> that is <dfn>palpable content</dfn> and that does
+  not have the <code data-x="attr-hidden">hidden</code> attribute specified.</p>
 
   <p>This requirement is not a hard requirement, however, as there are many cases where an element
   can be empty legitimately, for example when it is used as a placeholder which will later be filled
@@ -9883,8 +9882,8 @@
   <h6>Script-supporting elements</h6>
 
   <p><dfn>Script-supporting elements</dfn> are those that do not <span
-  data-x="represents">represent</span> anything themselves (i.e. they are not rendered), but are used
-  to support scripts, e.g. to provide functionality for the user.</p>
+  data-x="represents">represent</span> anything themselves (i.e. they are not rendered), but are
+  used to support scripts, e.g. to provide functionality for the user.</p>
 
   <p>The following elements are script-supporting elements:</p>
 
@@ -9917,8 +9916,8 @@
      without first violating the earlier requirement)
   <p>Furthermore, when a content model includes a part that is "transparent", those parts must not
   contain content that would not be conformant if all transparent elements in the tree were
-  replaced, in their parent element, by the <span data-x="concept-html-contents">contents</span> in the "transparent" part of their content
-  model, retaining order.</p>
+  replaced, in their parent element, by the <span data-x="concept-html-contents">contents</span> in
+  the "transparent" part of their content model, retaining order.</p>
 
   <div class="example">
 
@@ -10021,16 +10020,16 @@
   <div class="impl">
 
   <p>Let <var data-x="">view</var> be a view of the DOM that replaces all <code>a</code>,
-  <code>ins</code>, <code>del</code>, and <code>map</code> elements in the document with their
-  <span data-x="concept-html-contents">contents</span>. Then, in <var data-x="">view</var>, for each run of sibling <span>phrasing content</span>
-  nodes uninterrupted by other types of content, in an element that accepts content other than
-  <span>phrasing content</span> as well as <span>phrasing content</span>, let <var
-  data-x="">first</var> be the first node of the run, and let <var data-x="">last</var> be the last
-  node of the run. For each such run that consists of at least one node that is neither
-  <span>embedded content</span> nor <span>inter-element whitespace</span>, a paragraph exists in the
-  original DOM from immediately before <var data-x="">first</var> to immediately after <var
-  data-x="">last</var>. (Paragraphs can thus span across <code>a</code>, <code>ins</code>,
-  <code>del</code>, and <code>map</code> elements.)</p>
+  <code>ins</code>, <code>del</code>, and <code>map</code> elements in the document with their <span
+  data-x="concept-html-contents">contents</span>. Then, in <var data-x="">view</var>, for each run
+  of sibling <span>phrasing content</span> nodes uninterrupted by other types of content, in an
+  element that accepts content other than <span>phrasing content</span> as well as <span>phrasing
+  content</span>, let <var data-x="">first</var> be the first node of the run, and let <var
+  data-x="">last</var> be the last node of the run. For each such run that consists of at least one
+  node that is neither <span>embedded content</span> nor <span>inter-element whitespace</span>, a
+  paragraph exists in the original DOM from immediately before <var data-x="">first</var> to
+  immediately after <var data-x="">last</var>. (Paragraphs can thus span across <code>a</code>,
+  <code>ins</code>, <code>del</code>, and <code>map</code> elements.)</p>
 
   <p>Conformance checkers may warn authors of cases where they have paragraphs that overlap each
   other (this can happen with <code>object</code>, <code>video</code>, <code>audio</code>, and
@@ -11409,8 +11408,8 @@
   <h4><dfn>WAI-ARIA</dfn></h4>
 
   <p>Authors may use the ARIA <code data-x="attr-aria-role">role</code> and <code
-  data-x="attr-aria-*">aria-*</code> attributes on <span>HTML elements</span>, in accordance with the
-  requirements described in the ARIA specifications, except where these conflict with the
+  data-x="attr-aria-*">aria-*</code> attributes on <span>HTML elements</span>, in accordance with
+  the requirements described in the ARIA specifications, except where these conflict with the
   <span>strong native semantics</span> or are equal to the <span>default implicit ARIA
   semantics</span> described below. These exceptions are intended to prevent authors from making
   assistive technology products report nonsensical states that do not represent the actual state of
@@ -11420,16 +11419,15 @@
   data-x="attr-aria-*">aria-*</code> attributes in a manner that conflicts with the semantics
   described in the following table, except that the <code
   data-x="attr-aria-role-presentation">presentation</code> role may always be used. Authors must not
-  set the ARIA <code data-x="attr-aria-role">role</code> and <code data-x="attr-aria-*">aria-*</code>
-  attributes to values that match the <span>default implicit ARIA semantics</span> defined in the
-  following two tables.</p>
+  set the ARIA <code data-x="attr-aria-role">role</code> and <code
+  data-x="attr-aria-*">aria-*</code> attributes to values that match the <span>default implicit ARIA
+  semantics</span> defined in the following two tables.</p>
 
   <div class="impl">
 
-<!--CLEANUP-->
-  <p>User agents must implement ARIA semantics on all <span>HTML elements</span>, as
-  defined in the ARIA specifications. The <span>default implicit ARIA semantics</span> defined below
-  must be recognized by implementations for the purposes of ARIA processing. <a
+  <p>User agents must implement ARIA semantics on all <span>HTML elements</span>, as defined in the
+  ARIA specifications. The <span>default implicit ARIA semantics</span> defined below must be
+  recognized by implementations for the purposes of ARIA processing. <a
   href="#refsARIAIMPL">[ARIAIMPL]</a></p>
 
   <p class="note">The ARIA attributes defined in the ARIA specifications, and the <span>strong




More information about the Commit-Watchers mailing list