Skip to content

Commit

Permalink
more clear issue markers
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@130 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 21, 2006
1 parent 035ef53 commit 9dcc5b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -2070,20 +2070,22 @@ and suggestions on this to the list, btw).
<li>Finally, the method must return.
</ol>

<p class="big-issue">...</p>
<p class="big-issue">...innerHTML...</p>
<!-- XXX must make sure we spec that innerHTML causes mutation
events to fire, but document.write() doesn't. (the latter is already
req-stated in the parser section, btw) -->

<h5 id="dynamic1"><span class="secno">2.3.1.2. </span>Dynamic markup
insertion in XML</h5>

<p class="big-issue">...</p>
<p class="big-issue">...document.write...</p>
<!--
For XHTML: content must be well-formed. Where does
it insert? Immediately after the script that called document.write()?</p>
-->

<p class="big-issue">...innerHTML...

<h3 id="the-elements"><span class="secno">2.4. </span>The elements <span
title="TBW"><a href="#tbw">[TBW]</a></span></h3>

Expand Down
6 changes: 4 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@ and suggestions on this to the list, btw).

</ol>

<p class="big-issue">...</p>
<p class="big-issue">...innerHTML...</p>

<!-- XXX must make sure we spec that innerHTML causes mutation
events to fire, but document.write() doesn't. (the latter is already
Expand All @@ -1104,13 +1104,15 @@ and suggestions on this to the list, btw).

<h5>Dynamic markup insertion in XML</h5>

<p class="big-issue">...</p>
<p class="big-issue">...document.write...</p>

<!--
For XHTML: content must be well-formed. Where does
it insert? Immediately after the script that called document.write()?</p>
-->

<p class="big-issue">...innerHTML...</p>


<h3>The elements <span title="TBW">[TBW]</span></h3>

Expand Down

0 comments on commit 9dcc5b4

Please sign in to comment.