Skip to content

Commit

Permalink
[e] (0) Mention that <div> is allowed in Atom as well.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1602 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 13, 2008
1 parent 6c5dced commit 57b3353
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 16 deletions.
35 changes: 24 additions & 11 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -6259,9 +6259,10 @@ data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ alert('test

<p>Authors must not use <a href="#elements1">elements in the HTML
namespace</a> anywhere except where they are explicitly allowed, as
defined for each element. For XML compound documents, these contexts could
be inside elements from other namespaces, if those elements are defined as
providing the relevant contexts.
defined for each element, or as explicitly required by other
specifications. For XML compound documents, these contexts could be inside
elements from other namespaces, if those elements are defined as providing
the relevant contexts.

<div class=example>
<p>The SVG specification defines the SVG <code>foreignObject</code>
Expand All @@ -6272,7 +6273,18 @@ data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ alert('test
fragments are allowed in a compound document. Together, these two
definitions mean that placing an XHTML <code><a
href="#html">html</a></code> element as a child of an SVG
<code>foreignObject</code> element is conforming.</p>
<code>foreignObject</code> element is conforming. <a
href="#refsSVG">[SVG]</a></p>
</div>

<div class=example>
<p>The Atom specification defines the Atom <code title="">content</code>
element, when its <code title="">type</code> attribute has the value
<code title="">xhtml</code>, as requiring that it contains a single HTML
<code><a href="#div">div</a></code> element. Thus, a <code><a
href="#div">div</a></code> element is allowed in that context, even
though this is not explicitly normatively stated by this specification.
<a href="#refsATOM">[ATOM]</a></p>
</div>

<p>In addition, <a href="#elements1">elements in the HTML namespace</a> may
Expand Down Expand Up @@ -30068,13 +30080,14 @@ JSURI: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
substeps:</p>

<ol>
<li><a href="#firing2">Fire a simple event</a> called <code
title=event-noupdate>noupdate</code> at the <code><a
href="#applicationcache">ApplicationCache</a></code> singleton of each
<a href="#top-level">top-level browsing context</a> that is associated
with a cache in <var title="">cache group</var>. The default action of
this event should be the display of some sort of user interface
indicating to the user that the application is up to date.
<li>
<p><a href="#firing2">Fire a simple event</a> called <code
title=event-noupdate>noupdate</code> at the <code><a
href="#applicationcache">ApplicationCache</a></code> singleton of each
<a href="#top-level">top-level browsing context</a> that is associated
with a cache in <var title="">cache group</var>. The default action of
this event should be the display of some sort of user interface
indicating to the user that the application is up to date.

<li>
<p>If there are any pending downloads of <span title="implicit
Expand Down
22 changes: 17 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -4753,9 +4753,10 @@ data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ alert('test

<p>Authors must not use <span>elements in the HTML namespace</span>
anywhere except where they are explicitly allowed, as defined for
each element. For XML compound documents, these contexts could be
inside elements from other namespaces, if those elements are defined
as providing the relevant contexts.</p>
each element, or as explicitly required by other specifications. For
XML compound documents, these contexts could be inside elements from
other namespaces, if those elements are defined as providing the
relevant contexts.</p>

<div class="example">
<p>The SVG specification defines the SVG <code>foreignObject</code>
Expand All @@ -4766,7 +4767,18 @@ data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ alert('test
fragments are allowed in a compound document. Together, these two
definitions mean that placing an XHTML <code>html</code> element as
a child of an SVG <code>foreignObject</code> element is
conforming.</p>
conforming. <a href="#refsSVG">[SVG]</a></p>
</div>

<div class="example">
<p>The Atom specification defines the Atom <code
title="">content</code> element, when its <code
title="">type</code> attribute has the value <code
title="">xhtml</code>, as requiring that it contains a single HTML
<code>div</code> element. Thus, a <code>div</code> element is
allowed in that context, even though this is not explicitly
normatively stated by this specification. <a
href="#refsATOM">[ATOM]</a></p>
</div>

<p>In addition, <span>elements in the HTML namespace</span> may be
Expand Down Expand Up @@ -27929,7 +27941,7 @@ JSURI: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t

<ol>

<li><span>Fire a simple event</span> called <code
<li><p><span>Fire a simple event</span> called <code
title="event-noupdate">noupdate</code> at the
<code>ApplicationCache</code> singleton of each <span>top-level
browsing context</span> that is associated with a cache in <var
Expand Down

0 comments on commit 57b3353

Please sign in to comment.