- From: poot <cvsmail@w3.org>
- Date: Fri, 13 Feb 2009 12:27:42 +0900 (JST)
- To: public-html-diffs@w3.org
Stop referring to 'semi-transparent' elements. (whatwg r2813) 3.4.2 Transparent content models http://people.w3.org/mike/diffs/html5/spec/Overview.1.1984.html#transparent-content-models 3.5 Paragraphs http://people.w3.org/mike/diffs/html5/spec/Overview.1.1984.html#paragraphs transparent http://people.w3.org/mike/diffs/html5/spec/Overview.1.1984.html#transparent http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1983&r2=1.1984&f=h http://html5.org/tools/web-apps-tracker?from=2812&to=2813 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1983 retrieving revision 1.1984 diff -u -d -r1.1983 -r1.1984 --- Overview.html 13 Feb 2009 03:21:30 -0000 1.1983 +++ Overview.html 13 Feb 2009 03:23:56 -0000 1.1984 @@ -8548,20 +8548,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>
Received on Friday, 13 February 2009 03:28:18 UTC