html5/spec content-models.html,1.271,1.272 single-page.html,1.80,1.81 spec.html,1.1953,1.1954 the-object-element.html,1.162,1.163

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv17398

Modified Files:
	content-models.html single-page.html spec.html 
	the-object-element.html 
Log Message:
commit 9e9d6bad81a383a7736b962d0ee3e80330db6d7c
Author: Erika Doyle Navara <erika.doyle@microsoft.com>
Date:   Thu Aug 23 22:58:21 2012 -0700

    [HTML5 ISSUE-158] Working Group decision applied
    
    http://lists.w3.org/Archives/Public/public-html/2012Jul/0250.html


Index: content-models.html
===================================================================
RCS file: /sources/public/html5/spec/content-models.html,v
retrieving revision 1.271
retrieving revision 1.272
diff -u -d -r1.271 -r1.272
--- content-models.html	24 Aug 2012 03:14:20 -0000	1.271
+++ content-models.html	24 Aug 2012 06:13:57 -0000	1.272
@@ -1051,14 +1051,12 @@
 
    <p>Consider the following markup fragment:</p>
 
-   <pre>&lt;p&gt;&lt;object&gt;&lt;param&gt;&lt;ins&gt;&lt;map&gt;&lt;a href="/"&gt;Apples&lt;/a&gt;&lt;/map&gt;&lt;/ins&gt;&lt;/object&gt;&lt;/p&gt;</pre>
+   <pre>&lt;p&gt;&lt;ins&gt;&lt;map&gt;&lt;a href="/"&gt;Apples&lt;/a&gt;&lt;/map&gt;&lt;/ins&gt;&lt;/p&gt;</pre>
 
    <p>To check whether "Apples" is allowed inside the <code><a href="the-a-element.html#the-a-element">a</a></code>
    element, the content models are examined. The <code><a href="the-a-element.html#the-a-element">a</a></code>
    element's content model is transparent, as is the <code><a href="the-map-element.html#the-map-element">map</a></code>
-   element's, as is the <code><a href="the-ins-element.html#the-ins-element">ins</a></code> element's, as is the part of
-   the <code><a href="the-object-element.html#the-object-element">object</a></code> element's in which the <code><a href="the-ins-element.html#the-ins-element">ins</a></code>
-   element is found. The <code><a href="the-object-element.html#the-object-element">object</a></code> element is found in the
+   element's, as is the <code><a href="the-ins-element.html#the-ins-element">ins</a></code> element's. The <code><a href="the-ins-element.html#the-ins-element">ins</a></code> element is found in the
    <code><a href="the-p-element.html#the-p-element">p</a></code> element, whose content model is <a href="#phrasing-content-1">phrasing
    content</a>. Thus, "Apples" is allowed, as text is phrasing
    content.</p>
@@ -1246,7 +1244,21 @@
    of the first paragraph.</p>
 
    <p>To avoid this confusion, explicit <code><a href="the-p-element.html#the-p-element">p</a></code> elements can be
-   used.</p>
+   used. For example:</p>
+
+   <pre>&lt;section&gt;
+ &lt;h1&gt;My Fish&lt;/h1&gt;
+ You can play with my fish simulator.
+ &lt;object data="fish.sim"&gt;
+  &lt;p&gt;To see the fish simulator, use one of the following links:&lt;/p&gt;
+  &lt;ul&gt;
+   &lt;li&gt;&lt;a href="fish.sim"&gt;Download simulator file&lt;/a&gt;
+   &lt;li&gt;&lt;a href="http://sims.example.com/watch?v=LYds5xY4INU"&gt;Use online simulator&lt;/a&gt;
+  &lt;/ul&gt;
+  &lt;p&gt;Alternatively, upgrade to the Mellblom Browser.&lt;/p&gt;
+ &lt;/object&gt;
+ I'm quite proud of it.
+&lt;/section&gt;</pre>
 
   </div>
 

Index: single-page.html
===================================================================
RCS file: /sources/public/html5/spec/single-page.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- single-page.html	24 Aug 2012 03:43:39 -0000	1.80
+++ single-page.html	24 Aug 2012 06:13:57 -0000	1.81
@@ -12335,14 +12335,12 @@
 
    <p>Consider the following markup fragment:</p>
 
-   <pre>&lt;p&gt;&lt;object&gt;&lt;param&gt;&lt;ins&gt;&lt;map&gt;&lt;a href="/"&gt;Apples&lt;/a&gt;&lt;/map&gt;&lt;/ins&gt;&lt;/object&gt;&lt;/p&gt;</pre>
+   <pre>&lt;p&gt;&lt;ins&gt;&lt;map&gt;&lt;a href="/"&gt;Apples&lt;/a&gt;&lt;/map&gt;&lt;/ins&gt;&lt;/p&gt;</pre>
 
    <p>To check whether "Apples" is allowed inside the <code><a href=#the-a-element>a</a></code>
    element, the content models are examined. The <code><a href=#the-a-element>a</a></code>
    element's content model is transparent, as is the <code><a href=#the-map-element>map</a></code>
-   element's, as is the <code><a href=#the-ins-element>ins</a></code> element's, as is the part of
-   the <code><a href=#the-object-element>object</a></code> element's in which the <code><a href=#the-ins-element>ins</a></code>
-   element is found. The <code><a href=#the-object-element>object</a></code> element is found in the
+   element's, as is the <code><a href=#the-ins-element>ins</a></code> element's. The <code><a href=#the-ins-element>ins</a></code> element is found in the
    <code><a href=#the-p-element>p</a></code> element, whose content model is <a href=#phrasing-content-1>phrasing
    content</a>. Thus, "Apples" is allowed, as text is phrasing
    content.</p>
@@ -12530,7 +12528,21 @@
    of the first paragraph.</p>
 
    <p>To avoid this confusion, explicit <code><a href=#the-p-element>p</a></code> elements can be
-   used.</p>
+   used. For example:</p>
+
+   <pre>&lt;section&gt;
+ &lt;h1&gt;My Fish&lt;/h1&gt;
+ You can play with my fish simulator.
+ &lt;object data="fish.sim"&gt;
+  &lt;p&gt;To see the fish simulator, use one of the following links:&lt;/p&gt;
+  &lt;ul&gt;
+   &lt;li&gt;&lt;a href="fish.sim"&gt;Download simulator file&lt;/a&gt;
+   &lt;li&gt;&lt;a href="http://sims.example.com/watch?v=LYds5xY4INU"&gt;Use online simulator&lt;/a&gt;
+  &lt;/ul&gt;
+  &lt;p&gt;Alternatively, upgrade to the Mellblom Browser.&lt;/p&gt;
+ &lt;/object&gt;
+ I'm quite proud of it.
+&lt;/section&gt;</pre>
 
   </div>
 
@@ -25408,7 +25420,7 @@
    <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-2>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>
+   <dd>Zero or more <code><a href=#the-param-element>param</a></code> elements, then <a href=#flow-content-1>flow content</a> and/or <a href=#interactive-content-0>interactive content</a>.</dd>
    <dt><a href=#element-dfn-attributes title=element-dfn-attributes>Content attributes</a>:</dt>
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-object-data><a href=#attr-object-data>data</a></code></dd>

Index: the-object-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-object-element.html,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -d -r1.162 -r1.163
--- the-object-element.html	24 Aug 2012 03:14:29 -0000	1.162
+++ the-object-element.html	24 Aug 2012 06:13:58 -0000	1.163
@@ -345,7 +345,7 @@
    <dt><a href="element-definitions.html#element-dfn-contexts" title="element-dfn-contexts">Contexts in which this element can be used</a>:</dt>
    <dd>Where <a href="content-models.html#embedded-content-2">embedded content</a> is expected.</dd>
    <dt><a href="element-definitions.html#element-dfn-content-model" title="element-dfn-content-model">Content model</a>:</dt>
-   <dd>Zero or more <code><a href="the-param-element.html#the-param-element">param</a></code> elements, then, <a href="content-models.html#transparent">transparent</a>.</dd>
+   <dd>Zero or more <code><a href="the-param-element.html#the-param-element">param</a></code> elements, then <a href="content-models.html#flow-content-1">flow content</a> and/or <a href="content-models.html#interactive-content-0">interactive content</a>.</dd>
    <dt><a href="element-definitions.html#element-dfn-attributes" title="element-dfn-attributes">Content attributes</a>:</dt>
    <dd><a href="global-attributes.html#global-attributes">Global attributes</a></dd>
    <dd><code title="attr-object-data"><a href="#attr-object-data">data</a></code></dd>

Received on Friday, 24 August 2012 06:14:55 UTC