[html5] r7790 - [e] (0) Oops, deleted some of the <link> element's details by mistake. Fixing ht [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Apr 1 12:17:28 PDT 2013
Author: ianh
Date: 2013-04-01 12:17:26 -0700 (Mon, 01 Apr 2013)
New Revision: 7790
Modified:
complete.html
index
source
Log:
[e] (0) Oops, deleted some of the <link> element's details by mistake.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21440
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-04-01 19:07:37 UTC (rev 7789)
+++ complete.html 2013-04-01 19:17:26 UTC (rev 7790)
@@ -12517,6 +12517,9 @@
<dd><a href=#metadata-content>Metadata content</a>.</dd>
<dd>If the <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute is present: <a href=#flow-content>flow content</a>.</dd>
<dd>If the <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute is present: <a href=#phrasing-content>phrasing content</a>.</dd>
+ <dt><a href=#element-dfn-contexts title=element-dfn-contexts>Contexts in which this element can be used</a>:</dt>
+ <dd>Where <a href=#metadata-content>metadata content</a> is expected.</dd>
+ <dd>In a <code><a href=#the-noscript-element>noscript</a></code> element that is a child of a <code><a href=#the-head-element>head</a></code> element.</dd>
<dd>If the <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute is present: where <a href=#phrasing-content>phrasing content</a> is expected.</dd>
<dt><a href=#element-dfn-content-model title=element-dfn-content-model>Content model</a>:</dt>
<dd>Empty.</dd>
Modified: index
===================================================================
--- index 2013-04-01 19:07:37 UTC (rev 7789)
+++ index 2013-04-01 19:17:26 UTC (rev 7790)
@@ -12517,6 +12517,9 @@
<dd><a href=#metadata-content>Metadata content</a>.</dd>
<dd>If the <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute is present: <a href=#flow-content>flow content</a>.</dd>
<dd>If the <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute is present: <a href=#phrasing-content>phrasing content</a>.</dd>
+ <dt><a href=#element-dfn-contexts title=element-dfn-contexts>Contexts in which this element can be used</a>:</dt>
+ <dd>Where <a href=#metadata-content>metadata content</a> is expected.</dd>
+ <dd>In a <code><a href=#the-noscript-element>noscript</a></code> element that is a child of a <code><a href=#the-head-element>head</a></code> element.</dd>
<dd>If the <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute is present: where <a href=#phrasing-content>phrasing content</a> is expected.</dd>
<dt><a href=#element-dfn-content-model title=element-dfn-content-model>Content model</a>:</dt>
<dd>Empty.</dd>
Modified: source
===================================================================
--- source 2013-04-01 19:07:37 UTC (rev 7789)
+++ source 2013-04-01 19:17:26 UTC (rev 7790)
@@ -12791,6 +12791,9 @@
<dd><span>Metadata content</span>.</dd>
<dd>If the <code title="attr-itemprop">itemprop</code> attribute is present: <span>flow content</span>.</dd>
<dd>If the <code title="attr-itemprop">itemprop</code> attribute is present: <span>phrasing content</span>.</dd>
+ <dt><span title="element-dfn-contexts">Contexts in which this element can be used</span>:</dt>
+ <dd>Where <span>metadata content</span> is expected.</dd>
+ <dd>In a <code>noscript</code> element that is a child of a <code>head</code> element.</dd>
<dd>If the <code title="attr-itemprop">itemprop</code> attribute is present: where <span>phrasing content</span> is expected.</dd>
<dt><span title="element-dfn-content-model">Content model</span>:</dt>
<dd>Empty.</dd>
More information about the Commit-Watchers
mailing list