html5/markup/src terms.html,1.15,1.16

Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv7858/src

Modified Files:
	terms.html 
Log Message:
prose model

Index: terms.html
===================================================================
RCS file: /sources/public/html5/markup/src/terms.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- terms.html	28 Jan 2010 23:22:15 -0000	1.15
+++ terms.html	29 Jan 2010 01:18:38 -0000	1.16
@@ -84,17 +84,17 @@
         <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>,
+        <a href="#common.elem.flow">flow elements</a>,
         then the contents of element <var>foo</var> may also
         contain
-        <a href="#common.elem.flow">flow content</a></li>
+        <a href="#common.elem.flow">flow elements</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>
+        restricts its child elements to only being
+        <a href="#common.elem.phrasing">phrasing elements</a>,
+        then any child elements of element <var>foo</var> are also
+        restricted to only being
+        <a href="#common.elem.phrasing">phrasing elements</a></li>
       </ul>
     </dd>
     <dt><dfn

Received on Friday, 29 January 2010 01:18:41 UTC