[html5] r8506 - [e] (0) introduce stable IDs for 'embedded content' sections Fixing https://www. [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Feb 21 14:39:25 PST 2014
Author: ianh
Date: 2014-02-21 14:39:24 -0800 (Fri, 21 Feb 2014)
New Revision: 8506
Modified:
complete.html
index
source
Log:
[e] (0) introduce stable IDs for 'embedded content' sections
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24694
Affected topics: HTML, Rendering
Modified: complete.html
===================================================================
--- complete.html 2014-02-21 22:32:43 UTC (rev 8505)
+++ complete.html 2014-02-21 22:39:24 UTC (rev 8506)
@@ -583,7 +583,7 @@
<li><a href=#edits-and-paragraphs><span class=secno>4.6.4 </span>Edits and paragraphs</a></li>
<li><a href=#edits-and-lists><span class=secno>4.6.5 </span>Edits and lists</a></li>
<li><a href=#edits-and-tables><span class=secno>4.6.6 </span>Edits and tables</a></ol></li>
- <li><a href=#embedded-content-1><span class=secno>4.7 </span>Embedded content</a>
+ <li><a href=#embedded-content><span class=secno>4.7 </span>Embedded content</a>
<ol>
<li><a href=#the-img-element><span class=secno>4.7.1 </span>The <code>img</code> element</a>
<ol>
@@ -1391,7 +1391,7 @@
<li><a href=#the-fieldset-and-legend-elements><span class=secno>14.3.13 </span>The <code>fieldset</code> and <code>legend</code> elements</a></ol></li>
<li><a href=#replaced-elements><span class=secno>14.4 </span>Replaced elements</a>
<ol>
- <li><a href=#embedded-content-2><span class=secno>14.4.1 </span>Embedded content</a></li>
+ <li><a href=#embedded-content-rendering-rules><span class=secno>14.4.1 </span>Embedded content</a></li>
<li><a href=#images-0><span class=secno>14.4.2 </span>Images</a></li>
<li><a href=#attributes-for-embedded-content-and-images><span class=secno>14.4.3 </span>Attributes for embedded content and images</a></li>
<li><a href=#image-maps-0><span class=secno>14.4.4 </span>Image maps</a></ol></li>
@@ -9628,7 +9628,7 @@
<li><a href=#sectioning-content>Sectioning content</a></li>
<li><a href=#heading-content>Heading content</a></li>
<li><a href=#phrasing-content>Phrasing content</a></li>
- <li><a href=#embedded-content>Embedded content</a></li>
+ <li><a href=#embedded-content-category>Embedded content</a></li>
<li><a href=#interactive-content>Interactive content</a></li>
</ul><p class=note>Some elements also fall into other categories, which are defined in other parts of
this specification.</p>
@@ -9913,7 +9913,7 @@
<h6 id=embedded-content-0><span class=secno>3.2.4.1.6 </span>Embedded content</h6>
- <p><dfn id=embedded-content>Embedded content</dfn> is content that imports another
+ <p><dfn id=embedded-content-category>Embedded content</dfn> is content that imports another
resource into the document, or content from another vocabulary that
is inserted into the document.</p>
@@ -9928,7 +9928,7 @@
<li><code><a href=#svg>svg</a></code></li>
<li><code><a href=#the-video-element>video</a></code></li>
</ul><p>Elements that are from namespaces other than the <a href=#html-namespace-0>HTML namespace</a> and that convey
- content but not metadata, are <a href=#embedded-content>embedded content</a> for the purposes of the content models
+ content but not metadata, are <a href=#embedded-content-category>embedded content</a> for the purposes of the content models
defined in this specification. (For example, MathML, or SVG.)</p>
<p>Some embedded content elements can have <dfn id=fallback-content>fallback content</dfn>: content that is to be used
@@ -10205,7 +10205,7 @@
nodes uninterrupted by other types of content, in an element that accepts content other than
<a href=#phrasing-content>phrasing content</a> as well as <a href=#phrasing-content>phrasing content</a>, let <var title="">first</var> be the first node of the run, and let <var title="">last</var> be the last
node of the run. For each such run that consists of at least one node that is neither
- <a href=#embedded-content>embedded content</a> nor <a href=#inter-element-whitespace>inter-element whitespace</a>, a paragraph exists in the
+ <a href=#embedded-content-category>embedded content</a> nor <a href=#inter-element-whitespace>inter-element whitespace</a>, a paragraph exists in the
original DOM from immediately before <var title="">first</var> to immediately after <var title="">last</var>. (Paragraphs can thus span across <code><a href=#the-a-element>a</a></code>, <code><a href=#the-ins-element>ins</a></code>,
<code><a href=#the-del-element>del</a></code>, and <code><a href=#the-map-element>map</a></code> elements.)</p>
@@ -20728,7 +20728,7 @@
- <h3 id=embedded-content-1><span class=secno>4.7 </span>Embedded content</h3>
+ <h3 id=embedded-content><span class=secno>4.7 </span>Embedded content</h3>
<h4 id=the-img-element><span class=secno>4.7.1 </span>The <dfn><code>img</code></dfn> element</h4>
@@ -20736,12 +20736,12 @@
<dl class=element><dt><a href=#element-dfn-categories title=element-dfn-categories>Categories</a>:</dt>
<dd><a href=#flow-content>Flow content</a>.</dd>
<dd><a href=#phrasing-content>Phrasing content</a>.</dd>
- <dd><a href=#embedded-content>Embedded content</a>.</dd>
+ <dd><a href=#embedded-content-category>Embedded content</a>.</dd>
<dd><a href=#form-associated-element>Form-associated element</a>.</dd>
<dd>If the element has a <code title=attr-hyperlink-usemap><a href=#attr-hyperlink-usemap>usemap</a></code> attribute: <a href=#interactive-content>Interactive content</a>.</dd>
<dd><a href=#palpable-content>Palpable 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=#embedded-content>embedded content</a> is expected.</dd>
+ <dd>Where <a href=#embedded-content-category>embedded content</a> is expected.</dd>
<dt><a href=#element-dfn-content-model title=element-dfn-content-model>Content model</a>:</dt>
<dd>Empty.</dd>
<dt><a href=#element-dfn-tag-omission title=element-dfn-tag-omission>Tag omission in text/html</a>:</dt>
@@ -21547,7 +21547,7 @@
<li><p>If the image is a descendant of a <code><a href=#the-figure-element>figure</a></code> element that has a child
<code><a href=#the-figcaption-element>figcaption</a></code> element, and, ignoring the <code><a href=#the-figcaption-element>figcaption</a></code> element and its
descendants, the <code><a href=#the-figure-element>figure</a></code> element has no <code><a href=#text>Text</a></code> node descendants other
- than <a href=#inter-element-whitespace>inter-element whitespace</a>, and no <a href=#embedded-content>embedded content</a> descendant
+ than <a href=#inter-element-whitespace>inter-element whitespace</a>, and no <a href=#embedded-content-category>embedded content</a> descendant
other than the <code><a href=#the-img-element>img</a></code> element, then the contents of the first such
<code><a href=#the-figcaption-element>figcaption</a></code> element are the caption information; abort these steps.</li>
@@ -22458,7 +22458,7 @@
content other than <a href=#inter-element-whitespace>inter-element whitespace</a>, and, ignoring the
<code><a href=#the-figcaption-element>figcaption</a></code> element and its descendants, the <code><a href=#the-figure-element>figure</a></code> element has no
<code><a href=#text>Text</a></code> node descendants other than <a href=#inter-element-whitespace>inter-element whitespace</a>, and no
- <a href=#embedded-content>embedded content</a> descendant other than the <code><a href=#the-img-element>img</a></code> element.</li>
+ <a href=#embedded-content-category>embedded content</a> descendant other than the <code><a href=#the-img-element>img</a></code> element.</li>
<li>
@@ -22774,11 +22774,11 @@
<dl class=element><dt><a href=#element-dfn-categories title=element-dfn-categories>Categories</a>:</dt>
<dd><a href=#flow-content>Flow content</a>.</dd>
<dd><a href=#phrasing-content>Phrasing content</a>.</dd>
- <dd><a href=#embedded-content>Embedded content</a>.</dd>
+ <dd><a href=#embedded-content-category>Embedded content</a>.</dd>
<dd><a href=#interactive-content>Interactive content</a>.</dd>
<dd><a href=#palpable-content>Palpable 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=#embedded-content>embedded content</a> is expected.</dd>
+ <dd>Where <a href=#embedded-content-category>embedded content</a> is expected.</dd>
<dt><a href=#element-dfn-content-model title=element-dfn-content-model>Content model</a>:</dt>
<dd>Text that conforms to <a href=#iframe-content-model>the requirements given in the prose</a>.</dd>
<dt><a href=#element-dfn-tag-omission title=element-dfn-tag-omission>Tag omission in text/html</a>:</dt>
@@ -23444,11 +23444,11 @@
<dl class=element><dt><a href=#element-dfn-categories title=element-dfn-categories>Categories</a>:</dt>
<dd><a href=#flow-content>Flow content</a>.</dd>
<dd><a href=#phrasing-content>Phrasing content</a>.</dd>
- <dd><a href=#embedded-content>Embedded content</a>.</dd>
+ <dd><a href=#embedded-content-category>Embedded content</a>.</dd>
<dd><a href=#interactive-content>Interactive content</a>.</dd>
<dd><a href=#palpable-content>Palpable 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=#embedded-content>embedded content</a> is expected.</dd>
+ <dd>Where <a href=#embedded-content-category>embedded content</a> is expected.</dd>
<dt><a href=#element-dfn-content-model title=element-dfn-content-model>Content model</a>:</dt>
<dd>Empty.</dd>
<dt><a href=#element-dfn-tag-omission title=element-dfn-tag-omission>Tag omission in text/html</a>:</dt>
@@ -23762,12 +23762,12 @@
<dl class=element><dt><a href=#element-dfn-categories title=element-dfn-categories>Categories</a>:</dt>
<dd><a href=#flow-content>Flow content</a>.</dd>
<dd><a href=#phrasing-content>Phrasing content</a>.</dd>
- <dd><a href=#embedded-content>Embedded content</a>.</dd>
+ <dd><a href=#embedded-content-category>Embedded content</a>.</dd>
<dd>If the element has a <code title=attr-hyperlink-usemap><a href=#attr-hyperlink-usemap>usemap</a></code> attribute: <a href=#interactive-content>Interactive content</a>.</dd> <!-- also when showing a plugin or a nested browsing context, but checking that statically is hard...) -->
<dd><a href=#category-listed title=category-listed>Listed</a>, <a href=#category-submit title=category-submit>submittable</a>, and <a href=#category-form-attr title=category-form-attr>reassociateable</a> <a href=#form-associated-element>form-associated element</a>.</dd>
<dd><a href=#palpable-content>Palpable 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=#embedded-content>embedded content</a> is expected.</dd>
+ <dd>Where <a href=#embedded-content-category>embedded content</a> is expected.</dd>
<dt><a href=#element-dfn-content-model title=element-dfn-content-model>Content model</a>:</dt>
<dd>Zero or more <code><a href=#the-param-element>param</a></code> elements, then, <a href=#transparent>transparent</a>.</dd>
<dt><a href=#element-dfn-tag-omission title=element-dfn-tag-omission>Tag omission in text/html</a>:</dt>
@@ -24568,11 +24568,11 @@
<dl class=element><dt><a href=#element-dfn-categories title=element-dfn-categories>Categories</a>:</dt>
<dd><a href=#flow-content>Flow content</a>.</dd>
<dd><a href=#phrasing-content>Phrasing content</a>.</dd>
- <dd><a href=#embedded-content>Embedded content</a>.</dd>
+ <dd><a href=#embedded-content-category>Embedded content</a>.</dd>
<dd>If the element has a <code title=attr-media-controls><a href=#attr-media-controls>controls</a></code> attribute: <a href=#interactive-content>Interactive content</a>.</dd>
<dd><a href=#palpable-content>Palpable 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=#embedded-content>embedded content</a> is expected.</dd>
+ <dd>Where <a href=#embedded-content-category>embedded content</a> is expected.</dd>
<dt><a href=#element-dfn-content-model title=element-dfn-content-model>Content model</a>:</dt>
<dd>If the element has a <code title=attr-media-src><a href=#attr-media-src>src</a></code> attribute:
zero or more <code><a href=#the-track-element>track</a></code> elements, then
@@ -24886,11 +24886,11 @@
<dl class=element><dt><a href=#element-dfn-categories title=element-dfn-categories>Categories</a>:</dt>
<dd><a href=#flow-content>Flow content</a>.</dd>
<dd><a href=#phrasing-content>Phrasing content</a>.</dd>
- <dd><a href=#embedded-content>Embedded content</a>.</dd>
+ <dd><a href=#embedded-content-category>Embedded content</a>.</dd>
<dd>If the element has a <code title=attr-media-controls><a href=#attr-media-controls>controls</a></code> attribute: <a href=#interactive-content>Interactive content</a>.</dd>
<dd>If the element has a <code title=attr-media-controls><a href=#attr-media-controls>controls</a></code> attribute: <a href=#palpable-content>Palpable 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=#embedded-content>embedded content</a> is expected.</dd>
+ <dd>Where <a href=#embedded-content-category>embedded content</a> is expected.</dd>
<dt><a href=#element-dfn-content-model title=element-dfn-content-model>Content model</a>:</dt>
<dd>If the element has a <code title=attr-media-src><a href=#attr-media-src>src</a></code> attribute:
zero or more <code><a href=#the-track-element>track</a></code> elements, then
@@ -32019,7 +32019,7 @@
<h4 id=mathml><span class=secno>4.7.14 </span>MathML</h4>
<p>The <dfn id=math><code>math</code></dfn> element from the <a href=#mathml-namespace>MathML namespace</a> falls into the
- <a href=#embedded-content>embedded content</a>, <a href=#phrasing-content>phrasing content</a>, and <a href=#flow-content>flow content</a>
+ <a href=#embedded-content-category>embedded content</a>, <a href=#phrasing-content>phrasing content</a>, and <a href=#flow-content>flow content</a>
categories for the purposes of the content models in this specification.</p>
<p>When the MathML <code title="">annotation-xml</code> element contains elements from the <a href=#html-namespace-0>HTML
@@ -32093,7 +32093,7 @@
<h4 id=svg-0><span class=secno>4.7.15 </span>SVG</h4>
<p>The <dfn id=svg><code>svg</code></dfn> element from the <a href=#svg-namespace>SVG namespace</a> falls into the
- <a href=#embedded-content>embedded content</a>, <a href=#phrasing-content>phrasing content</a>, and <a href=#flow-content>flow content</a>
+ <a href=#embedded-content-category>embedded content</a>, <a href=#phrasing-content>phrasing content</a>, and <a href=#flow-content>flow content</a>
categories for the purposes of the content models in this specification.</p>
<div class=impl>
@@ -53997,10 +53997,10 @@
<dl class=element><dt><a href=#element-dfn-categories title=element-dfn-categories>Categories</a>:</dt>
<dd><a href=#flow-content>Flow content</a>.</dd>
<dd><a href=#phrasing-content>Phrasing content</a>.</dd>
- <dd><a href=#embedded-content>Embedded content</a>.</dd>
+ <dd><a href=#embedded-content-category>Embedded content</a>.</dd>
<dd><a href=#palpable-content>Palpable 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=#embedded-content>embedded content</a> is expected.</dd>
+ <dd>Where <a href=#embedded-content-category>embedded content</a> is expected.</dd>
<dt><a href=#element-dfn-content-model title=element-dfn-content-model>Content model</a>:</dt>
<dd><a href=#transparent>Transparent</a>, but with no <a href=#interactive-content>interactive content</a> descendants except for <code><a href=#the-a-element>a</a></code> elements, <code><a href=#the-button-element>button</a></code> elements, <code><a href=#the-input-element>input</a></code> elements whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute are in the <a href="#checkbox-state-(type=checkbox)" title=attr-input-type-checkbox>Checkbox</a> or <a href="#radio-button-state-(type=radio)" title=attr-input-type-radio>Radio Button</a> states, <code><a href=#the-input-element>input</a></code> elements that are <a href=#concept-button title=concept-button>buttons</a>, <code><a href=#the-select-element>select</a></code> elements with a <code title=attr-select-multiple><a href=#attr-select-multiple>multiple</a></code> attribute or a <a href=#concept-select-size title=concept-select-size>display size</a> greater than 1, <a href=#sorting-inter
face-th-element title="sorting interface th element">sorting interface <code>th</code> elements</a>, and elements that would not be <a href=#interactive-content>interactive content</a> except for having the <code title=attr-tabindex><a href=#attr-tabindex>tabindex</a></code> attribute specified.</dd>
<dt><a href=#element-dfn-tag-omission title=element-dfn-tag-omission>Tag omission in text/html</a>:</dt>
@@ -54044,14 +54044,14 @@
<hr><p>In interactive visual media, if <a href=#concept-n-script title=concept-n-script>scripting is enabled</a> for
the <code><a href=#the-canvas-element>canvas</a></code> element, and if support for <code><a href=#the-canvas-element>canvas</a></code> elements has been enabled,
- the <code><a href=#the-canvas-element>canvas</a></code> element <a href=#represents>represents</a> <a href=#embedded-content>embedded content</a> consisting
+ the <code><a href=#the-canvas-element>canvas</a></code> element <a href=#represents>represents</a> <a href=#embedded-content-category>embedded content</a> consisting
of a dynamically created image, the element's bitmap.</p>
<p>In non-interactive, static, visual media, if the <code><a href=#the-canvas-element>canvas</a></code> element has been
previously associated with a rendering context (e.g. if the page was viewed in an interactive
visual medium and is now being printed, or if some script that ran during the page layout process
painted on the element), then the <code><a href=#the-canvas-element>canvas</a></code> element <a href=#represents>represents</a>
- <a href=#embedded-content>embedded content</a> with the element's current bitmap and size. Otherwise, the element
+ <a href=#embedded-content-category>embedded content</a> with the element's current bitmap and size. Otherwise, the element
represents its <a href=#fallback-content>fallback content</a> instead.</p>
<p>In non-visual media, and in visual media if <a href=#concept-n-noscript title=concept-n-noscript>scripting is
@@ -54060,7 +54060,7 @@
content</a> instead.</p>
<!-- CANVAS-FOCUS-FALLBACK -->
- <p>When a <code><a href=#the-canvas-element>canvas</a></code> element <a href=#represents>represents</a> <a href=#embedded-content>embedded content</a>, the
+ <p>When a <code><a href=#the-canvas-element>canvas</a></code> element <a href=#represents>represents</a> <a href=#embedded-content-category>embedded content</a>, the
user can still focus descendants of the <code><a href=#the-canvas-element>canvas</a></code> element (in the <a href=#fallback-content>fallback
content</a>). When an element is <a href=#focused>focused</a>, it is the target of keyboard interaction events (even
though the element itself is not visible). This allows authors to make an interactive canvas
@@ -54069,7 +54069,7 @@
<a href=#refsDOMEVENTS>[DOMEVENTS]</a></p> <!-- user interaction spec integration point -->
<p>An element whose nearest <code><a href=#the-canvas-element>canvas</a></code> element ancestor is <a href=#being-rendered>being rendered</a>
- and <a href=#represents>represents</a> <a href=#embedded-content>embedded content</a> is an element that is <dfn id=being-used-as-relevant-canvas-fallback-content>being used as
+ and <a href=#represents>represents</a> <a href=#embedded-content-category>embedded content</a> is an element that is <dfn id=being-used-as-relevant-canvas-fallback-content>being used as
relevant canvas fallback content</dfn>.</p>
<hr><p>The <code><a href=#the-canvas-element>canvas</a></code> element has two attributes to control the size of the element's bitmap:
@@ -54081,7 +54081,7 @@
defaults to 150.</p>
<p>The intrinsic dimensions of the <code><a href=#the-canvas-element>canvas</a></code> element when it <a href=#represents>represents</a>
- <a href=#embedded-content>embedded content</a> are equal to the dimensions of the element's bitmap.</p>
+ <a href=#embedded-content-category>embedded content</a> are equal to the dimensions of the element's bitmap.</p>
<p>The user agent must use a square pixel density consisting of one pixel of image data per
coordinate space unit for the bitmaps of a <code><a href=#the-canvas-element>canvas</a></code> and its rendering contexts.</p>
@@ -54112,7 +54112,7 @@
attribute, those values being interpreted in CSS pixels, and being updated as the attributes are
set, changed, or removed.</p>
- <p>When a <code><a href=#the-canvas-element>canvas</a></code> element represents <a href=#embedded-content>embedded content</a>, it <a href=#provides-a-paint-source>provides
+ <p>When a <code><a href=#the-canvas-element>canvas</a></code> element represents <a href=#embedded-content-category>embedded content</a>, it <a href=#provides-a-paint-source>provides
a paint source</a> whose width is the element's intrinsic width, whose height is the element's
intrinsic height, and whose appearance is the element's bitmap.</p>
@@ -96429,12 +96429,12 @@
<td>In the middle
</table><h3 id=replaced-elements><span class=secno>14.4 </span>Replaced elements</h3>
- <h4 id=embedded-content-2><span class=secno>14.4.1 </span>Embedded content</h4>
+ <h4 id=embedded-content-rendering-rules><span class=secno>14.4.1 </span>Embedded content</h4>
<p>The <code><a href=#the-embed-element>embed</a></code>, <code><a href=#the-iframe-element>iframe</a></code>, and <code><a href=#the-video-element>video</a></code> elements are expected to be
treated as replaced elements.</p>
- <p>A <code><a href=#the-canvas-element>canvas</a></code> element that <a href=#represents>represents</a> <a href=#embedded-content>embedded content</a> is
+ <p>A <code><a href=#the-canvas-element>canvas</a></code> element that <a href=#represents>represents</a> <a href=#embedded-content-category>embedded content</a> is
expected to be treated as a replaced element; the contents of such elements are the element's
bitmap, if any, or else a transparent black bitmap with the same intrinsic dimensions as the
element. Other <code><a href=#the-canvas-element>canvas</a></code> elements are expected to be treated as ordinary elements in the
@@ -99901,7 +99901,7 @@
<td>Audio player</td>
<td><a href=#flow-content title="Flow content">flow</a>;
<a href=#phrasing-content title="Phrasing content">phrasing</a>;
- <a href=#embedded-content title="Embedded content">embedded</a>;
+ <a href=#embedded-content-category title="Embedded content">embedded</a>;
<a href=#interactive-content title="Interactive content">interactive</a></td>
<td><a href=#phrasing-content title="Phrasing content">phrasing</a></td>
<td><code><a href=#the-source-element>source</a></code>*;
@@ -100017,7 +100017,7 @@
<td>Scriptable bitmap canvas</td>
<td><a href=#flow-content title="Flow content">flow</a>;
<a href=#phrasing-content title="Phrasing content">phrasing</a>;
- <a href=#embedded-content title="Embedded content">embedded</a></td>
+ <a href=#embedded-content-category title="Embedded content">embedded</a></td>
<td><a href=#phrasing-content title="Phrasing content">phrasing</a></td>
<td><a href=#transparent>transparent</a></td>
<td><a href=#global-attributes title="global attributes">globals</a>;
@@ -100167,7 +100167,7 @@
<td><a href=#plugin>Plugin</a></td>
<td><a href=#flow-content title="Flow content">flow</a>;
<a href=#phrasing-content title="Phrasing content">phrasing</a>;
- <a href=#embedded-content title="Embedded content">embedded</a>;
+ <a href=#embedded-content-category title="Embedded content">embedded</a>;
<a href=#interactive-content title="Interactive content">interactive</a></td>
<td><a href=#phrasing-content title="Phrasing content">phrasing</a></td>
<td>empty</td>
@@ -100291,7 +100291,7 @@
<td><a href=#nested-browsing-context>Nested browsing context</a></td>
<td><a href=#flow-content title="Flow content">flow</a>;
<a href=#phrasing-content title="Phrasing content">phrasing</a>;
- <a href=#embedded-content title="Embedded content">embedded</a>;
+ <a href=#embedded-content-category title="Embedded content">embedded</a>;
<a href=#interactive-content title="Interactive content">interactive</a></td>
<td><a href=#phrasing-content title="Phrasing content">phrasing</a></td>
<td>text*</td>
@@ -100309,7 +100309,7 @@
<td>Image</td>
<td><a href=#flow-content title="Flow content">flow</a>;
<a href=#phrasing-content title="Phrasing content">phrasing</a>;
- <a href=#embedded-content title="Embedded content">embedded</a>;
+ <a href=#embedded-content-category title="Embedded content">embedded</a>;
<a href=#interactive-content title="Interactive content">interactive</a>*;
<a href=#form-associated-element title="Form-associated element">form-associated</a></td>
<td><a href=#phrasing-content title="Phrasing content">phrasing</a></td>
@@ -100571,7 +100571,7 @@
<td>Image, <a href=#nested-browsing-context>nested browsing context</a>, or <a href=#plugin>plugin</a></td>
<td><a href=#flow-content title="Flow content">flow</a>;
<a href=#phrasing-content title="Phrasing content">phrasing</a>;
- <a href=#embedded-content title="Embedded content">embedded</a>;
+ <a href=#embedded-content-category title="Embedded content">embedded</a>;
<a href=#interactive-content title="Interactive content">interactive</a>*;
<a href=#category-listed title=category-listed>listed</a>;
<a href=#category-submit title=category-submit>submittable</a>;
@@ -101028,7 +101028,7 @@
<td>Video player</td>
<td><a href=#flow-content title="Flow content">flow</a>;
<a href=#phrasing-content title="Phrasing content">phrasing</a>;
- <a href=#embedded-content title="Embedded content">embedded</a>;
+ <a href=#embedded-content-category title="Embedded content">embedded</a>;
<a href=#interactive-content title="Interactive content">interactive</a></td>
<td><a href=#phrasing-content title="Phrasing content">phrasing</a></td>
<td><code><a href=#the-source-element>source</a></code>*;
@@ -101261,7 +101261,7 @@
<code><a href=#the-link-element>link</a></code> (if the <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute is present);
<code><a href=#the-meta-element>meta</a></code> (if the <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute is present)
- <tr><td> <a href=#embedded-content>Embedded content</a>
+ <tr><td> <a href=#embedded-content-category>Embedded content</a>
<td>
<code><a href=#the-audio-element>audio</a></code>
<code><a href=#the-canvas-element>canvas</a></code>
Modified: index
===================================================================
--- index 2014-02-21 22:32:43 UTC (rev 8505)
+++ index 2014-02-21 22:39:24 UTC (rev 8506)
@@ -583,7 +583,7 @@
<li><a href=#edits-and-paragraphs><span class=secno>4.6.4 </span>Edits and paragraphs</a></li>
<li><a href=#edits-and-lists><span class=secno>4.6.5 </span>Edits and lists</a></li>
<li><a href=#edits-and-tables><span class=secno>4.6.6 </span>Edits and tables</a></ol></li>
- <li><a href=#embedded-content-1><span class=secno>4.7 </span>Embedded content</a>
+ <li><a href=#embedded-content><span class=secno>4.7 </span>Embedded content</a>
<ol>
<li><a href=#the-img-element><span class=secno>4.7.1 </span>The <code>img</code> element</a>
<ol>
@@ -1391,7 +1391,7 @@
<li><a href=#the-fieldset-and-legend-elements><span class=secno>14.3.13 </span>The <code>fieldset</code> and <code>legend</code> elements</a></ol></li>
<li><a href=#replaced-elements><span class=secno>14.4 </span>Replaced elements</a>
<ol>
- <li><a href=#embedded-content-2><span class=secno>14.4.1 </span>Embedded content</a></li>
+ <li><a href=#embedded-content-rendering-rules><span class=secno>14.4.1 </span>Embedded content</a></li>
<li><a href=#images-0><span class=secno>14.4.2 </span>Images</a></li>
<li><a href=#attributes-for-embedded-content-and-images><span class=secno>14.4.3 </span>Attributes for embedded content and images</a></li>
<li><a href=#image-maps-0><span class=secno>14.4.4 </span>Image maps</a></ol></li>
@@ -9628,7 +9628,7 @@
<li><a href=#sectioning-content>Sectioning content</a></li>
<li><a href=#heading-content>Heading content</a></li>
<li><a href=#phrasing-content>Phrasing content</a></li>
- <li><a href=#embedded-content>Embedded content</a></li>
+ <li><a href=#embedded-content-category>Embedded content</a></li>
<li><a href=#interactive-content>Interactive content</a></li>
</ul><p class=note>Some elements also fall into other categories, which are defined in other parts of
this specification.</p>
@@ -9913,7 +9913,7 @@
<h6 id=embedded-content-0><span class=secno>3.2.4.1.6 </span>Embedded content</h6>
- <p><dfn id=embedded-content>Embedded content</dfn> is content that imports another
+ <p><dfn id=embedded-content-category>Embedded content</dfn> is content that imports another
resource into the document, or content from another vocabulary that
is inserted into the document.</p>
@@ -9928,7 +9928,7 @@
<li><code><a href=#svg>svg</a></code></li>
<li><code><a href=#the-video-element>video</a></code></li>
</ul><p>Elements that are from namespaces other than the <a href=#html-namespace-0>HTML namespace</a> and that convey
- content but not metadata, are <a href=#embedded-content>embedded content</a> for the purposes of the content models
+ content but not metadata, are <a href=#embedded-content-category>embedded content</a> for the purposes of the content models
defined in this specification. (For example, MathML, or SVG.)</p>
<p>Some embedded content elements can have <dfn id=fallback-content>fallback content</dfn>: content that is to be used
@@ -10205,7 +10205,7 @@
nodes uninterrupted by other types of content, in an element that accepts content other than
<a href=#phrasing-content>phrasing content</a> as well as <a href=#phrasing-content>phrasing content</a>, let <var title="">first</var> be the first node of the run, and let <var title="">last</var> be the last
node of the run. For each such run that consists of at least one node that is neither
- <a href=#embedded-content>embedded content</a> nor <a href=#inter-element-whitespace>inter-element whitespace</a>, a paragraph exists in the
+ <a href=#embedded-content-category>embedded content</a> nor <a href=#inter-element-whitespace>inter-element whitespace</a>, a paragraph exists in the
original DOM from immediately before <var title="">first</var> to immediately after <var title="">last</var>. (Paragraphs can thus span across <code><a href=#the-a-element>a</a></code>, <code><a href=#the-ins-element>ins</a></code>,
<code><a href=#the-del-element>del</a></code>, and <code><a href=#the-map-element>map</a></code> elements.)</p>
@@ -20728,7 +20728,7 @@
- <h3 id=embedded-content-1><span class=secno>4.7 </span>Embedded content</h3>
+ <h3 id=embedded-content><span class=secno>4.7 </span>Embedded content</h3>
<h4 id=the-img-element><span class=secno>4.7.1 </span>The <dfn><code>img</code></dfn> element</h4>
@@ -20736,12 +20736,12 @@
<dl class=element><dt><a href=#element-dfn-categories title=element-dfn-categories>Categories</a>:</dt>
<dd><a href=#flow-content>Flow content</a>.</dd>
<dd><a href=#phrasing-content>Phrasing content</a>.</dd>
- <dd><a href=#embedded-content>Embedded content</a>.</dd>
+ <dd><a href=#embedded-content-category>Embedded content</a>.</dd>
<dd><a href=#form-associated-element>Form-associated element</a>.</dd>
<dd>If the element has a <code title=attr-hyperlink-usemap><a href=#attr-hyperlink-usemap>usemap</a></code> attribute: <a href=#interactive-content>Interactive content</a>.</dd>
<dd><a href=#palpable-content>Palpable 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=#embedded-content>embedded content</a> is expected.</dd>
+ <dd>Where <a href=#embedded-content-category>embedded content</a> is expected.</dd>
<dt><a href=#element-dfn-content-model title=element-dfn-content-model>Content model</a>:</dt>
<dd>Empty.</dd>
<dt><a href=#element-dfn-tag-omission title=element-dfn-tag-omission>Tag omission in text/html</a>:</dt>
@@ -21547,7 +21547,7 @@
<li><p>If the image is a descendant of a <code><a href=#the-figure-element>figure</a></code> element that has a child
<code><a href=#the-figcaption-element>figcaption</a></code> element, and, ignoring the <code><a href=#the-figcaption-element>figcaption</a></code> element and its
descendants, the <code><a href=#the-figure-element>figure</a></code> element has no <code><a href=#text>Text</a></code> node descendants other
- than <a href=#inter-element-whitespace>inter-element whitespace</a>, and no <a href=#embedded-content>embedded content</a> descendant
+ than <a href=#inter-element-whitespace>inter-element whitespace</a>, and no <a href=#embedded-content-category>embedded content</a> descendant
other than the <code><a href=#the-img-element>img</a></code> element, then the contents of the first such
<code><a href=#the-figcaption-element>figcaption</a></code> element are the caption information; abort these steps.</li>
@@ -22458,7 +22458,7 @@
content other than <a href=#inter-element-whitespace>inter-element whitespace</a>, and, ignoring the
<code><a href=#the-figcaption-element>figcaption</a></code> element and its descendants, the <code><a href=#the-figure-element>figure</a></code> element has no
<code><a href=#text>Text</a></code> node descendants other than <a href=#inter-element-whitespace>inter-element whitespace</a>, and no
- <a href=#embedded-content>embedded content</a> descendant other than the <code><a href=#the-img-element>img</a></code> element.</li>
+ <a href=#embedded-content-category>embedded content</a> descendant other than the <code><a href=#the-img-element>img</a></code> element.</li>
<li>
@@ -22774,11 +22774,11 @@
<dl class=element><dt><a href=#element-dfn-categories title=element-dfn-categories>Categories</a>:</dt>
<dd><a href=#flow-content>Flow content</a>.</dd>
<dd><a href=#phrasing-content>Phrasing content</a>.</dd>
- <dd><a href=#embedded-content>Embedded content</a>.</dd>
+ <dd><a href=#embedded-content-category>Embedded content</a>.</dd>
<dd><a href=#interactive-content>Interactive content</a>.</dd>
<dd><a href=#palpable-content>Palpable 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=#embedded-content>embedded content</a> is expected.</dd>
+ <dd>Where <a href=#embedded-content-category>embedded content</a> is expected.</dd>
<dt><a href=#element-dfn-content-model title=element-dfn-content-model>Content model</a>:</dt>
<dd>Text that conforms to <a href=#iframe-content-model>the requirements given in the prose</a>.</dd>
<dt><a href=#element-dfn-tag-omission title=element-dfn-tag-omission>Tag omission in text/html</a>:</dt>
@@ -23444,11 +23444,11 @@
<dl class=element><dt><a href=#element-dfn-categories title=element-dfn-categories>Categories</a>:</dt>
<dd><a href=#flow-content>Flow content</a>.</dd>
<dd><a href=#phrasing-content>Phrasing content</a>.</dd>
- <dd><a href=#embedded-content>Embedded content</a>.</dd>
+ <dd><a href=#embedded-content-category>Embedded content</a>.</dd>
<dd><a href=#interactive-content>Interactive content</a>.</dd>
<dd><a href=#palpable-content>Palpable 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=#embedded-content>embedded content</a> is expected.</dd>
+ <dd>Where <a href=#embedded-content-category>embedded content</a> is expected.</dd>
<dt><a href=#element-dfn-content-model title=element-dfn-content-model>Content model</a>:</dt>
<dd>Empty.</dd>
<dt><a href=#element-dfn-tag-omission title=element-dfn-tag-omission>Tag omission in text/html</a>:</dt>
@@ -23762,12 +23762,12 @@
<dl class=element><dt><a href=#element-dfn-categories title=element-dfn-categories>Categories</a>:</dt>
<dd><a href=#flow-content>Flow content</a>.</dd>
<dd><a href=#phrasing-content>Phrasing content</a>.</dd>
- <dd><a href=#embedded-content>Embedded content</a>.</dd>
+ <dd><a href=#embedded-content-category>Embedded content</a>.</dd>
<dd>If the element has a <code title=attr-hyperlink-usemap><a href=#attr-hyperlink-usemap>usemap</a></code> attribute: <a href=#interactive-content>Interactive content</a>.</dd> <!-- also when showing a plugin or a nested browsing context, but checking that statically is hard...) -->
<dd><a href=#category-listed title=category-listed>Listed</a>, <a href=#category-submit title=category-submit>submittable</a>, and <a href=#category-form-attr title=category-form-attr>reassociateable</a> <a href=#form-associated-element>form-associated element</a>.</dd>
<dd><a href=#palpable-content>Palpable 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=#embedded-content>embedded content</a> is expected.</dd>
+ <dd>Where <a href=#embedded-content-category>embedded content</a> is expected.</dd>
<dt><a href=#element-dfn-content-model title=element-dfn-content-model>Content model</a>:</dt>
<dd>Zero or more <code><a href=#the-param-element>param</a></code> elements, then, <a href=#transparent>transparent</a>.</dd>
<dt><a href=#element-dfn-tag-omission title=element-dfn-tag-omission>Tag omission in text/html</a>:</dt>
@@ -24568,11 +24568,11 @@
<dl class=element><dt><a href=#element-dfn-categories title=element-dfn-categories>Categories</a>:</dt>
<dd><a href=#flow-content>Flow content</a>.</dd>
<dd><a href=#phrasing-content>Phrasing content</a>.</dd>
- <dd><a href=#embedded-content>Embedded content</a>.</dd>
+ <dd><a href=#embedded-content-category>Embedded content</a>.</dd>
<dd>If the element has a <code title=attr-media-controls><a href=#attr-media-controls>controls</a></code> attribute: <a href=#interactive-content>Interactive content</a>.</dd>
<dd><a href=#palpable-content>Palpable 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=#embedded-content>embedded content</a> is expected.</dd>
+ <dd>Where <a href=#embedded-content-category>embedded content</a> is expected.</dd>
<dt><a href=#element-dfn-content-model title=element-dfn-content-model>Content model</a>:</dt>
<dd>If the element has a <code title=attr-media-src><a href=#attr-media-src>src</a></code> attribute:
zero or more <code><a href=#the-track-element>track</a></code> elements, then
@@ -24886,11 +24886,11 @@
<dl class=element><dt><a href=#element-dfn-categories title=element-dfn-categories>Categories</a>:</dt>
<dd><a href=#flow-content>Flow content</a>.</dd>
<dd><a href=#phrasing-content>Phrasing content</a>.</dd>
- <dd><a href=#embedded-content>Embedded content</a>.</dd>
+ <dd><a href=#embedded-content-category>Embedded content</a>.</dd>
<dd>If the element has a <code title=attr-media-controls><a href=#attr-media-controls>controls</a></code> attribute: <a href=#interactive-content>Interactive content</a>.</dd>
<dd>If the element has a <code title=attr-media-controls><a href=#attr-media-controls>controls</a></code> attribute: <a href=#palpable-content>Palpable 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=#embedded-content>embedded content</a> is expected.</dd>
+ <dd>Where <a href=#embedded-content-category>embedded content</a> is expected.</dd>
<dt><a href=#element-dfn-content-model title=element-dfn-content-model>Content model</a>:</dt>
<dd>If the element has a <code title=attr-media-src><a href=#attr-media-src>src</a></code> attribute:
zero or more <code><a href=#the-track-element>track</a></code> elements, then
@@ -32019,7 +32019,7 @@
<h4 id=mathml><span class=secno>4.7.14 </span>MathML</h4>
<p>The <dfn id=math><code>math</code></dfn> element from the <a href=#mathml-namespace>MathML namespace</a> falls into the
- <a href=#embedded-content>embedded content</a>, <a href=#phrasing-content>phrasing content</a>, and <a href=#flow-content>flow content</a>
+ <a href=#embedded-content-category>embedded content</a>, <a href=#phrasing-content>phrasing content</a>, and <a href=#flow-content>flow content</a>
categories for the purposes of the content models in this specification.</p>
<p>When the MathML <code title="">annotation-xml</code> element contains elements from the <a href=#html-namespace-0>HTML
@@ -32093,7 +32093,7 @@
<h4 id=svg-0><span class=secno>4.7.15 </span>SVG</h4>
<p>The <dfn id=svg><code>svg</code></dfn> element from the <a href=#svg-namespace>SVG namespace</a> falls into the
- <a href=#embedded-content>embedded content</a>, <a href=#phrasing-content>phrasing content</a>, and <a href=#flow-content>flow content</a>
+ <a href=#embedded-content-category>embedded content</a>, <a href=#phrasing-content>phrasing content</a>, and <a href=#flow-content>flow content</a>
categories for the purposes of the content models in this specification.</p>
<div class=impl>
@@ -53997,10 +53997,10 @@
<dl class=element><dt><a href=#element-dfn-categories title=element-dfn-categories>Categories</a>:</dt>
<dd><a href=#flow-content>Flow content</a>.</dd>
<dd><a href=#phrasing-content>Phrasing content</a>.</dd>
- <dd><a href=#embedded-content>Embedded content</a>.</dd>
+ <dd><a href=#embedded-content-category>Embedded content</a>.</dd>
<dd><a href=#palpable-content>Palpable 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=#embedded-content>embedded content</a> is expected.</dd>
+ <dd>Where <a href=#embedded-content-category>embedded content</a> is expected.</dd>
<dt><a href=#element-dfn-content-model title=element-dfn-content-model>Content model</a>:</dt>
<dd><a href=#transparent>Transparent</a>, but with no <a href=#interactive-content>interactive content</a> descendants except for <code><a href=#the-a-element>a</a></code> elements, <code><a href=#the-button-element>button</a></code> elements, <code><a href=#the-input-element>input</a></code> elements whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute are in the <a href="#checkbox-state-(type=checkbox)" title=attr-input-type-checkbox>Checkbox</a> or <a href="#radio-button-state-(type=radio)" title=attr-input-type-radio>Radio Button</a> states, <code><a href=#the-input-element>input</a></code> elements that are <a href=#concept-button title=concept-button>buttons</a>, <code><a href=#the-select-element>select</a></code> elements with a <code title=attr-select-multiple><a href=#attr-select-multiple>multiple</a></code> attribute or a <a href=#concept-select-size title=concept-select-size>display size</a> greater than 1, <a href=#sorting-inter
face-th-element title="sorting interface th element">sorting interface <code>th</code> elements</a>, and elements that would not be <a href=#interactive-content>interactive content</a> except for having the <code title=attr-tabindex><a href=#attr-tabindex>tabindex</a></code> attribute specified.</dd>
<dt><a href=#element-dfn-tag-omission title=element-dfn-tag-omission>Tag omission in text/html</a>:</dt>
@@ -54044,14 +54044,14 @@
<hr><p>In interactive visual media, if <a href=#concept-n-script title=concept-n-script>scripting is enabled</a> for
the <code><a href=#the-canvas-element>canvas</a></code> element, and if support for <code><a href=#the-canvas-element>canvas</a></code> elements has been enabled,
- the <code><a href=#the-canvas-element>canvas</a></code> element <a href=#represents>represents</a> <a href=#embedded-content>embedded content</a> consisting
+ the <code><a href=#the-canvas-element>canvas</a></code> element <a href=#represents>represents</a> <a href=#embedded-content-category>embedded content</a> consisting
of a dynamically created image, the element's bitmap.</p>
<p>In non-interactive, static, visual media, if the <code><a href=#the-canvas-element>canvas</a></code> element has been
previously associated with a rendering context (e.g. if the page was viewed in an interactive
visual medium and is now being printed, or if some script that ran during the page layout process
painted on the element), then the <code><a href=#the-canvas-element>canvas</a></code> element <a href=#represents>represents</a>
- <a href=#embedded-content>embedded content</a> with the element's current bitmap and size. Otherwise, the element
+ <a href=#embedded-content-category>embedded content</a> with the element's current bitmap and size. Otherwise, the element
represents its <a href=#fallback-content>fallback content</a> instead.</p>
<p>In non-visual media, and in visual media if <a href=#concept-n-noscript title=concept-n-noscript>scripting is
@@ -54060,7 +54060,7 @@
content</a> instead.</p>
<!-- CANVAS-FOCUS-FALLBACK -->
- <p>When a <code><a href=#the-canvas-element>canvas</a></code> element <a href=#represents>represents</a> <a href=#embedded-content>embedded content</a>, the
+ <p>When a <code><a href=#the-canvas-element>canvas</a></code> element <a href=#represents>represents</a> <a href=#embedded-content-category>embedded content</a>, the
user can still focus descendants of the <code><a href=#the-canvas-element>canvas</a></code> element (in the <a href=#fallback-content>fallback
content</a>). When an element is <a href=#focused>focused</a>, it is the target of keyboard interaction events (even
though the element itself is not visible). This allows authors to make an interactive canvas
@@ -54069,7 +54069,7 @@
<a href=#refsDOMEVENTS>[DOMEVENTS]</a></p> <!-- user interaction spec integration point -->
<p>An element whose nearest <code><a href=#the-canvas-element>canvas</a></code> element ancestor is <a href=#being-rendered>being rendered</a>
- and <a href=#represents>represents</a> <a href=#embedded-content>embedded content</a> is an element that is <dfn id=being-used-as-relevant-canvas-fallback-content>being used as
+ and <a href=#represents>represents</a> <a href=#embedded-content-category>embedded content</a> is an element that is <dfn id=being-used-as-relevant-canvas-fallback-content>being used as
relevant canvas fallback content</dfn>.</p>
<hr><p>The <code><a href=#the-canvas-element>canvas</a></code> element has two attributes to control the size of the element's bitmap:
@@ -54081,7 +54081,7 @@
defaults to 150.</p>
<p>The intrinsic dimensions of the <code><a href=#the-canvas-element>canvas</a></code> element when it <a href=#represents>represents</a>
- <a href=#embedded-content>embedded content</a> are equal to the dimensions of the element's bitmap.</p>
+ <a href=#embedded-content-category>embedded content</a> are equal to the dimensions of the element's bitmap.</p>
<p>The user agent must use a square pixel density consisting of one pixel of image data per
coordinate space unit for the bitmaps of a <code><a href=#the-canvas-element>canvas</a></code> and its rendering contexts.</p>
@@ -54112,7 +54112,7 @@
attribute, those values being interpreted in CSS pixels, and being updated as the attributes are
set, changed, or removed.</p>
- <p>When a <code><a href=#the-canvas-element>canvas</a></code> element represents <a href=#embedded-content>embedded content</a>, it <a href=#provides-a-paint-source>provides
+ <p>When a <code><a href=#the-canvas-element>canvas</a></code> element represents <a href=#embedded-content-category>embedded content</a>, it <a href=#provides-a-paint-source>provides
a paint source</a> whose width is the element's intrinsic width, whose height is the element's
intrinsic height, and whose appearance is the element's bitmap.</p>
@@ -96429,12 +96429,12 @@
<td>In the middle
</table><h3 id=replaced-elements><span class=secno>14.4 </span>Replaced elements</h3>
- <h4 id=embedded-content-2><span class=secno>14.4.1 </span>Embedded content</h4>
+ <h4 id=embedded-content-rendering-rules><span class=secno>14.4.1 </span>Embedded content</h4>
<p>The <code><a href=#the-embed-element>embed</a></code>, <code><a href=#the-iframe-element>iframe</a></code>, and <code><a href=#the-video-element>video</a></code> elements are expected to be
treated as replaced elements.</p>
- <p>A <code><a href=#the-canvas-element>canvas</a></code> element that <a href=#represents>represents</a> <a href=#embedded-content>embedded content</a> is
+ <p>A <code><a href=#the-canvas-element>canvas</a></code> element that <a href=#represents>represents</a> <a href=#embedded-content-category>embedded content</a> is
expected to be treated as a replaced element; the contents of such elements are the element's
bitmap, if any, or else a transparent black bitmap with the same intrinsic dimensions as the
element. Other <code><a href=#the-canvas-element>canvas</a></code> elements are expected to be treated as ordinary elements in the
@@ -99901,7 +99901,7 @@
<td>Audio player</td>
<td><a href=#flow-content title="Flow content">flow</a>;
<a href=#phrasing-content title="Phrasing content">phrasing</a>;
- <a href=#embedded-content title="Embedded content">embedded</a>;
+ <a href=#embedded-content-category title="Embedded content">embedded</a>;
<a href=#interactive-content title="Interactive content">interactive</a></td>
<td><a href=#phrasing-content title="Phrasing content">phrasing</a></td>
<td><code><a href=#the-source-element>source</a></code>*;
@@ -100017,7 +100017,7 @@
<td>Scriptable bitmap canvas</td>
<td><a href=#flow-content title="Flow content">flow</a>;
<a href=#phrasing-content title="Phrasing content">phrasing</a>;
- <a href=#embedded-content title="Embedded content">embedded</a></td>
+ <a href=#embedded-content-category title="Embedded content">embedded</a></td>
<td><a href=#phrasing-content title="Phrasing content">phrasing</a></td>
<td><a href=#transparent>transparent</a></td>
<td><a href=#global-attributes title="global attributes">globals</a>;
@@ -100167,7 +100167,7 @@
<td><a href=#plugin>Plugin</a></td>
<td><a href=#flow-content title="Flow content">flow</a>;
<a href=#phrasing-content title="Phrasing content">phrasing</a>;
- <a href=#embedded-content title="Embedded content">embedded</a>;
+ <a href=#embedded-content-category title="Embedded content">embedded</a>;
<a href=#interactive-content title="Interactive content">interactive</a></td>
<td><a href=#phrasing-content title="Phrasing content">phrasing</a></td>
<td>empty</td>
@@ -100291,7 +100291,7 @@
<td><a href=#nested-browsing-context>Nested browsing context</a></td>
<td><a href=#flow-content title="Flow content">flow</a>;
<a href=#phrasing-content title="Phrasing content">phrasing</a>;
- <a href=#embedded-content title="Embedded content">embedded</a>;
+ <a href=#embedded-content-category title="Embedded content">embedded</a>;
<a href=#interactive-content title="Interactive content">interactive</a></td>
<td><a href=#phrasing-content title="Phrasing content">phrasing</a></td>
<td>text*</td>
@@ -100309,7 +100309,7 @@
<td>Image</td>
<td><a href=#flow-content title="Flow content">flow</a>;
<a href=#phrasing-content title="Phrasing content">phrasing</a>;
- <a href=#embedded-content title="Embedded content">embedded</a>;
+ <a href=#embedded-content-category title="Embedded content">embedded</a>;
<a href=#interactive-content title="Interactive content">interactive</a>*;
<a href=#form-associated-element title="Form-associated element">form-associated</a></td>
<td><a href=#phrasing-content title="Phrasing content">phrasing</a></td>
@@ -100571,7 +100571,7 @@
<td>Image, <a href=#nested-browsing-context>nested browsing context</a>, or <a href=#plugin>plugin</a></td>
<td><a href=#flow-content title="Flow content">flow</a>;
<a href=#phrasing-content title="Phrasing content">phrasing</a>;
- <a href=#embedded-content title="Embedded content">embedded</a>;
+ <a href=#embedded-content-category title="Embedded content">embedded</a>;
<a href=#interactive-content title="Interactive content">interactive</a>*;
<a href=#category-listed title=category-listed>listed</a>;
<a href=#category-submit title=category-submit>submittable</a>;
@@ -101028,7 +101028,7 @@
<td>Video player</td>
<td><a href=#flow-content title="Flow content">flow</a>;
<a href=#phrasing-content title="Phrasing content">phrasing</a>;
- <a href=#embedded-content title="Embedded content">embedded</a>;
+ <a href=#embedded-content-category title="Embedded content">embedded</a>;
<a href=#interactive-content title="Interactive content">interactive</a></td>
<td><a href=#phrasing-content title="Phrasing content">phrasing</a></td>
<td><code><a href=#the-source-element>source</a></code>*;
@@ -101261,7 +101261,7 @@
<code><a href=#the-link-element>link</a></code> (if the <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute is present);
<code><a href=#the-meta-element>meta</a></code> (if the <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute is present)
- <tr><td> <a href=#embedded-content>Embedded content</a>
+ <tr><td> <a href=#embedded-content-category>Embedded content</a>
<td>
<code><a href=#the-audio-element>audio</a></code>
<code><a href=#the-canvas-element>canvas</a></code>
Modified: source
===================================================================
--- source 2014-02-21 22:32:43 UTC (rev 8505)
+++ source 2014-02-21 22:39:24 UTC (rev 8506)
@@ -9723,7 +9723,7 @@
<h6>Embedded content</h6>
- <p><dfn>Embedded content</dfn> is content that imports another
+ <p><dfn id="embedded-content-category">Embedded content</dfn> is content that imports another
resource into the document, or content from another vocabulary that
is inserted into the document.</p>
@@ -21656,7 +21656,7 @@
- <h3>Embedded content</h3>
+ <h3 id="embedded-content">Embedded content</h3>
<h4>The <dfn><code>img</code></dfn> element</h4>
@@ -107366,7 +107366,7 @@
<h3>Replaced elements</h3>
- <h4>Embedded content</h4>
+ <h4 id="embedded-content-rendering-rules">Embedded content</h4>
<p>The <code>embed</code>, <code>iframe</code>, and <code>video</code> elements are expected to be
treated as replaced elements.</p>
More information about the Commit-Watchers
mailing list