[html5] r2813 - [e] (0) Stop referring to 'semi-transparent' elements.
whatwg at whatwg.org
whatwg at whatwg.org
Thu Feb 12 19:23:52 PST 2009
Author: ianh
Date: 2009-02-12 19:23:51 -0800 (Thu, 12 Feb 2009)
New Revision: 2813
Modified:
index
source
Log:
[e] (0) Stop referring to 'semi-transparent' elements.
Modified: index
===================================================================
--- index 2009-02-13 03:21:25 UTC (rev 2812)
+++ index 2009-02-13 03:23:51 UTC (rev 2813)
@@ -8553,20 +8553,17 @@
<h4 id=transparent-content-models><span class=secno>3.4.2 </span>Transparent content models</h4>
<p>Some elements are described as <dfn id=transparent>transparent</dfn>; they have
- "transparent" as their content model. Some elements are described as
- <dfn id=semi-transparent>semi-transparent</dfn>; this means that part of their content
- model is "transparent" but that is not the only part of the content
- model that must be satisfied.</p>
+ "transparent" in the description of their content model.</p>
<p>When a content model includes a part that is "transparent", those
parts must not contain content that would not be conformant if all
- transparent and semi-transparent elements in the tree were replaced,
- in their parent element, by the children in the "transparent" part
- of their content model, retaining order.</p>
+ transparent elements in the tree were replaced, in their parent
+ element, by the children in the "transparent" part of their content
+ model, retaining order.</p>
- <p>When a transparent or semi-transparent element has no parent,
- then the part of its content model that is "transparent" must
- instead be treated as accepting any <a href=#flow-content-0>flow content</a>.</p>
+ <p>When a transparent element has no parent, then the part of its
+ content model that is "transparent" must instead be treated as
+ accepting any <a href=#flow-content-0>flow content</a>.</p>
<h3 id=paragraphs><span class=secno>3.5 </span>Paragraphs</h3>
Modified: source
===================================================================
--- source 2009-02-13 03:21:25 UTC (rev 2812)
+++ source 2009-02-13 03:23:51 UTC (rev 2813)
@@ -8007,20 +8007,17 @@
<h4>Transparent content models</h4>
<p>Some elements are described as <dfn>transparent</dfn>; they have
- "transparent" as their content model. Some elements are described as
- <dfn>semi-transparent</dfn>; this means that part of their content
- model is "transparent" but that is not the only part of the content
- model that must be satisfied.</p>
+ "transparent" in the description of their content model.</p>
<p>When a content model includes a part that is "transparent", those
parts must not contain content that would not be conformant if all
- transparent and semi-transparent elements in the tree were replaced,
- in their parent element, by the children in the "transparent" part
- of their content model, retaining order.</p>
+ transparent elements in the tree were replaced, in their parent
+ element, by the children in the "transparent" part of their content
+ model, retaining order.</p>
- <p>When a transparent or semi-transparent element has no parent,
- then the part of its content model that is "transparent" must
- instead be treated as accepting any <span>flow content</span>.</p>
+ <p>When a transparent element has no parent, then the part of its
+ content model that is "transparent" must instead be treated as
+ accepting any <span>flow content</span>.</p>
<h3>Paragraphs</h3>
More information about the Commit-Watchers
mailing list