- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 28 Jan 2010 23:22:17 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv23783/src
Modified Files:
terms.html
Log Message:
experiment with prose content model
Index: terms.html
===================================================================
RCS file: /sources/public/html5/markup/src/terms.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- terms.html 3 Sep 2009 02:39:07 -0000 1.14
+++ terms.html 28 Jan 2010 23:22:15 -0000 1.15
@@ -75,6 +75,29 @@
</ul>
</dd>
<dt><dfn
+ id="transparent"
+ title="transparent"
+ >transparent</dfn></dt>
+ <dd>If the content model of a particular element
+ <var>foo</var> is described as <i>transparent</i>, it means:
+ <ul>
+ <li>when element <var>foo</var> is a child of a
+ parent element <var>bar</var> whose content model
+ is allowed to contain
+ <a href="#common.elem.flow">flow content</a>,
+ then the contents of element <var>foo</var> may also
+ contain
+ <a href="#common.elem.flow">flow content</a></li>
+ <li>when element <var>foo</var> is a child of a
+ parent element <var>baz</var> whose content model
+ restricts it to only containing
+ <a href="#common.elem.phrasing">phrasing content</a>,
+ then the contents of element <var>foo</var> are also
+ restricted to only containing
+ <a href="#common.elem.phrasing">phrasing content</a></li>
+ </ul>
+ </dd>
+ <dt><dfn
id="view"
title="view"
>view</dfn></dt>
Received on Thursday, 28 January 2010 23:22:19 UTC