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
+156
Original file line number
Diff line number
Diff line change
@@ -7397,6 +7397,84 @@ <h5>Presentational Role Inheritance</h5>
7397
7397
</tbody>
7398
7398
</table>
7399
7399
</div>
7400
+
<div class="role" id="sectionfooter">
7401
+
<rdef>sectionfooter</rdef>
7402
+
<div class="role-description">
7403
+
<p>A set of user interface objects and information representing information about its closest ancestral content group. For instance, a <code>sectionfooter</code> can include information about who wrote the specific section of content, such as an <rref>article</rref>. It can contain links to related documents, copyright information or other indices and colophon specific to the current section of the page.</p>
7404
+
<p>A <code>sectionfooter</code> does not represent information about the parent document, or globally repeating content found across multiple pages related to the website. For such content, the <rref>contentinfo</rref> role would be more appropriate.</p>
@@ -7467,6 +7545,84 @@ <h5>Presentational Role Inheritance</h5>
7467
7545
</tbody>
7468
7546
</table>
7469
7547
</div>
7548
+
<div class="role" id="sectionheader">
7549
+
<rdef>sectionheader</rdef>
7550
+
<div class="role-description">
7551
+
<p>A set of user interface objects and information that represents a collection of introductory items for the element's closest ancestral content group. For instance, a <code>sectionheader</code> can include the heading, introductory statement and related meta data for a section of content, for instance a <rref>region</rref> or <rref>article</rref>, within a web page.</p>
7552
+
<p>A <code>sectionheader</code> does not represent site-oriented or globally repeating content found across multiple pages of a website. For such content, the <rref>banner</rref> role would be more appropriate.</p>
0 commit comments