You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+4-4
Original file line number
Diff line number
Diff line change
@@ -1469,7 +1469,7 @@ <h2>Definition of Roles</h2>
1469
1469
[=user agents=] SHOULD treat elements with role <code>banner</code> as navigational <a>landmarks</a>.
1470
1470
[=user agents=] MAY enable users to quickly navigate to elements with role <code>banner</code>.</p>
1471
1471
<!-- keep the following paragraphs synced with the similar paragraphs in #main and #contentinfo-->
1472
-
<p>Within any <rref>document</rref> or <rref>application</rref>, the author SHOULD mark no more than one <a>element</a> with the <code>banner</code> <a>role</a>.</p>
1472
+
<p>The author SHOULD mark no more than one <a>element</a> on a page with the <code>banner</code> <a>role</a>.</p>
1473
1473
<p class="note">Because <code>document</code> and <code>application</code> elements can be nested in the <abbr title="Document Object Model">DOM</abbr>, they may have multiple <code>banner</code> elements as <abbr title="Document Object Model">DOM</abbr> descendants, assuming each of those is associated with different document nodes, either by a DOM nesting (e.g., <rref>document</rref> within <rref>document</rref>) or by use of the <pref>aria-owns</pref> <a>attribute</a>.</p>
1474
1474
</div>
1475
1475
<table class="role-features">
@@ -2766,7 +2766,7 @@ <h2>Definition of Roles</h2>
2766
2766
[=user agents=] SHOULD treat elements with role <code>contentinfo</code> as navigational <a>landmarks</a>.
2767
2767
[=user agents=] MAY enable users to quickly navigate to elements with role <code>contentinfo</code>.</p>
2768
2768
<!-- keep the following paragraphs synced with the similar paragraphs in #banner and #main -->
2769
-
<p>Within any <rref>document</rref> or <rref>application</rref>, the author SHOULD mark no more than one <a>element</a> with the <code>contentinfo</code> role.</p>
2769
+
<p>The author SHOULD mark no more than one <a>element</a> on a page with the <code>contentinfo</code> role.</p>
2770
2770
<p class="note">Because <code>document</code> and <code>application</code> elements can be nested in the <abbr title="Document Object Model">DOM</abbr>, they may have multiple <code>contentinfo</code> elements as <abbr title="Document Object Model">DOM</abbr> descendants, assuming each of those is associated with different document nodes, either by a DOM nesting (e.g., <rref>document</rref> within <rref>document</rref>) or by use of the <pref>aria-owns</pref> attribute.</p>
[=user agents=] SHOULD treat elements with role <code>main</code> as navigational <a>landmarks</a>.
4854
4854
[=user agents=] MAY enable users to quickly navigate to elements with role <code>main</code>.</p>
4855
4855
<!-- keep the following paragraphs synced with the similar paragraphs in #banner and #contentinfo -->
4856
-
<p>Within any <rref>document</rref> or <rref>application</rref>, the author SHOULD mark no more than one <a>element</a> with the <code>main</code> role.</p>
4856
+
<p>The author SHOULD mark no more than one <a>element</a> on a page with the <code>main</code> role.</p>
4857
4857
<p class="note">Because <code>document</code> and <code>application</code> elements can be nested in the <abbr title="Document Object Model">DOM</abbr>, they may have multiple <code>main</code> elements as <abbr title="Document Object Model">DOM</abbr> descendants, assuming each of those is associated with different document nodes, either by a DOM nesting (e.g., <rref>document</rref> within <rref>document</rref>) or by use of the <pref>aria-owns</pref> attribute.</p>
4858
4858
</div>
4859
4859
<table class="role-features">
@@ -7512,7 +7512,7 @@ <h5>Presentational Role Inheritance</h5>
7512
7512
<div class="role" id="section">
7513
7513
<rdef>section</rdef>
7514
7514
<div class="role-description">
7515
-
<p>A renderable structural containment unit in a document or application.</p>
7515
+
<p>A renderable structural containment unit on a page.</p>
7516
7516
<p><code>section</code> is an <a href="#isAbstract">abstract role</a> used for the ontology. Authors MUST NOT use <code>section</code> role in content.</p>
0 commit comments