Skip to content

Commit d957fa6

Browse files
committed
Added some controversial issues from the HTML WG issue tracker.
There were a number of issues that were proposed for addition from the HTML WG issue tracker.
1 parent eefa985 commit d957fa6

6 files changed

+2392
-5
lines changed

configs/html5-warnings.conf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ include build/the-elements-of-html
105105
include build/the-elements-of-html-the-root-element
106106
include build/the-elements-of-html-the-root-element-the-html-element
107107
include build/the-elements-of-html-document-metadata
108-
include build/the-elements-of-html-document-metadata-the-head-element
108+
include microsections/warnings/the-elements-of-html-document-metadata-the-head-element-warning
109109
include build/the-elements-of-html-document-metadata-the-title-element
110110
include build/the-elements-of-html-document-metadata-the-base-element
111111
include build/the-elements-of-html-document-metadata-the-link-element
@@ -177,14 +177,14 @@ include build/the-elements-of-html-edits-edits-and-paragraphs
177177
include build/the-elements-of-html-edits-edits-and-lists
178178
include build/the-elements-of-html-embedded-content
179179
include build/the-elements-of-html-embedded-content-the-figure-element
180-
include build/the-elements-of-html-embedded-content-the-img-element
180+
include microsections/warnings/the-elements-of-html-embedded-content-the-img-element-warning
181181
include build/the-elements-of-html-embedded-content-the-iframe-element
182182
include build/the-elements-of-html-embedded-content-the-embed-element
183183
include build/the-elements-of-html-embedded-content-the-object-element
184184
include build/the-elements-of-html-embedded-content-the-param-element
185185
include build/the-elements-of-html-embedded-content-the-video-element
186186
include build/the-elements-of-html-embedded-content-the-audio-element
187-
include build/the-elements-of-html-embedded-content-the-source-element
187+
include microsections/warnings/the-elements-of-html-embedded-content-the-source-element-warning
188188
include build/the-elements-of-html-embedded-content-media-elements
189189
include build/the-elements-of-html-embedded-content-the-canvas-element
190190
include build/the-elements-of-html-embedded-content-the-map-element
@@ -230,7 +230,7 @@ include build/the-elements-of-html-interactive-elements
230230
include build/the-elements-of-html-interactive-elements-the-details-element
231231
include build/the-elements-of-html-interactive-elements-the-datagrid-element
232232
include build/the-elements-of-html-interactive-elements-the-command-element
233-
include build/the-elements-of-html-interactive-elements-the-bb-element
233+
include microsections/warnings/the-elements-of-html-interactive-elements-the-bb-element-warning
234234
include build/the-elements-of-html-interactive-elements-the-menu-element
235235
include build/the-elements-of-html-interactive-elements-commands
236236
include build/the-elements-of-html-miscellaneous-elements
@@ -315,7 +315,7 @@ include build/web-browsers-session-history-and-navigation-activating-state-objec
315315
include build/web-browsers-session-history-and-navigation-the-location-interface
316316
include build/web-browsers-session-history-and-navigation-implementation-notes-for-session-history
317317
include build/web-browsers-browsing-the-web
318-
include build/web-browsers-browsing-the-web-navigating-across-documents
318+
include microsections/warnings/web-browsers-browsing-the-web-navigating-across-documents-warning
319319
include build/web-browsers-browsing-the-web-page-load-processing-model-for-html-files
320320
include build/web-browsers-browsing-the-web-page-load-processing-model-for-xml-files
321321
include build/web-browsers-browsing-the-web-page-load-processing-model-for-text-files
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<h4>The <dfn><code>head</code></dfn> element</h4>
2+
3+
<p class="XXX">
4+
The removal of the <code>profile</code> attribute from the <code>head</code>
5+
element is controversial and currently does not enjoy consensus.
6+
</p>
7+
8+
<p class="XXX">
9+
Microformats and GRDDL require the existence of the <code>profile</code>
10+
attribute. There is currently
11+
<a href="http://www.w3.org/html/wg/tracker/issues/55">an active issue
12+
in HTML WG</a> that is tracking the discussion of the <code>profile</code>
13+
attribute on the <code>head</code> element in HTML5.
14+
</p>
15+
16+
<dl class="element">
17+
<dt>Categories</dt>
18+
<dd>None.</dd>
19+
<dt>Contexts in which this element may be used:</dt>
20+
<dd>As the first element in an <code>html</code> element.</dd>
21+
<dt>Content model:</dt>
22+
<dd>One or more elements of <span>metadata content</span>, of which exactly one is a <code>title</code> element.</dd>
23+
<dt>Content attributes:</dt>
24+
<dd><span>Global attributes</span></dd>
25+
<dt>DOM interface:</dt>
26+
<dd>
27+
<pre class="idl">interface <dfn>HTMLHeadElement</dfn> : <span>HTMLElement</span> {};</pre>
28+
</dd>
29+
</dl>
30+
31+
<p>The <code>head</code> element <span>represents</span> a
32+
collection of metadata for the <code>Document</code>.</p>

0 commit comments

Comments
 (0)