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
<p><cite>Represents the contact information for its enclosing section. If it is a child of the body element, then it applies to the document as a whole.</cite></p>
110
+
<p><arel="external noopener" href="https://html5doctor.com/the-address-element/">HTML5 Doctor prognosis of <codetranslate="no"><address></code></a>.</p>
111
+
</address>
112
+
113
+
<articlearia-labelledby="subsection-article">
114
+
<h3id="subsection-article">Article</h3>
115
+
<p><cite>Represents a section of a page that consists of a composition that forms an independent part of a document, page, or site.</cite></p>
116
+
<p><arel="external noopener" href="https://html5doctor.com/the-article-element/">HTML5 Doctor prognosis of <codetranslate="no"><article></code></a>.</p>
117
+
</article>
118
+
119
+
<asidearia-labelledby="subsection-aside">
120
+
<h3id="subsection-aside">Aside</h3>
121
+
<p><cite>Represents a section of a page consisting of content that is tangentially related to the content around the <codetranslate="no"><aside></code> element, and which could be considered separate from that content.</cite></p>
122
+
<p><arel="external noopener" href="https://html5doctor.com/aside-revisited/">HTML5 Doctor prognosis of <codetranslate="no"><aside></code></a>.</p>
123
+
</aside>
124
+
125
+
<footeraria-labelledby="subsection-footer">
126
+
<h3id="subsection-footer">Footer</h3>
127
+
<p><cite>Represents the “footer” of a document or section of a document. The footer element typically contains metadata about its enclosing section, such as who wrote it, links to related documents, copyright data, etc.</cite></p>
128
+
<p><arel="external noopener" href="https://html5doctor.com/the-footer-element-update/">HTML5 Doctor prognosis of <codetranslate="no"><footer></code></a>.</p>
129
+
</footer>
130
+
131
+
<formaria-labelledby="subsection-form">
132
+
<h3id="subsection-form">Form</h3>
133
+
<p><cite>The “form” element represents a collection of form-associated elements, some of which can represent editable values that can be submitted to a server for processing.</cite></p>
134
+
</form>
135
+
136
+
<headeraria-labelledby="subsection-header">
137
+
<h3id="subsection-header">Header</h3>
138
+
<p><cite>Represents the “header” of a document or section of a document. The header element is typically used to group a set of <codetranslate="no">h1</code>–<codetranslate="no">h6</code> elements to mark up a page's title with its subtitle or tagline.</cite></p>
139
+
<p><arel="external noopener" href="https://html5doctor.com/the-header-element/">HTML5 Doctor prognosis of <codetranslate="no"><header></code></a>.</p>
140
+
</header>
141
+
142
+
<navaria-labelledby="subsection-nav">
143
+
<h3id="subsection-nav">Nav</h3>
144
+
<p><cite>Represents navigation for a document. The <codetranslate="no"><nav></code> element is a section containing links to other documents or to parts within the current document.</cite></p>
145
+
<p><arel="external noopener" href="https://html5doctor.com/nav-element/">HTML5 Doctor prognosis of <codetranslate="no"><nav></code></a>.</p>
146
+
</nav>
147
+
148
+
<searcharia-labelledby="subsection-search">
149
+
<h3id="subsection-search">Search</h3>
150
+
<p><cite>A region that contains a collection of items and objects that, as a whole, combine to create a search facility.</cite></p>
151
+
</search>
152
+
153
+
<sectionaria-labelledby="subsection-section">
154
+
<h3id="subsection-section">Section</h3>
155
+
<p><cite>Represents a generic document or application section.</cite></p>
156
+
<p><arel="external noopener" href="https://html5doctor.com/the-section-element/">HTML5 Doctor prognosis of <codetranslate="no"><section></code></a>.</p>
157
+
</section>
158
+
159
+
<h2id="notes-sections">Notes:</h2>
160
+
<ul>
161
+
<li><small><codetranslate="no"><body></code> is intentionally left out, as it can only be declared once per document.</small></li>
162
+
<li><small><codetranslate="no"><main></code> is also intentionally left out, as <arel="external noopener" href="https://adrianroselli.com/2015/09/use-only-one-main-on-a-page.html">best practice is to only declare it once per document</a>.</small></li>
163
+
<li><small><codetranslate="no">aria-label</code> and <codetranslate="no">aria-labelledby</code> can be used to disambiguate landmarks when more than one is present. You may not need to do this <arel="external noopener" href="https://adrianroselli.com/2024/06/maybe-dont-name-that-landmark.html">if only one landmark is present</a>.</small></li>
164
+
<li><small><codetranslate="no"><search></code>’s use may <arel="external noopener" href="https://www.scottohara.me/blog/2023/03/24/search-element.html">require testing for support</a>.</small></li>
0 commit comments