Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Remove more XXX markers in preparation for last call.
git-svn-id: http://svn.whatwg.org/webapps@3644 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 17, 2009
1 parent 05356b7 commit 9336d47
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
12 changes: 4 additions & 8 deletions index
Expand Up @@ -26809,10 +26809,6 @@ side in the right column.</p>
often misused it, for example by including text that would in fact
be useful for all users, or that is redundant with other information
on the page separate from the table.</p>

<p class="XXX">It has been suggested that the summary="" attribute
should not be obsolete, and the working group may vote on the matter
at some future point.</p>
-->

<div class=impl>
Expand Down Expand Up @@ -30636,8 +30632,8 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H

<p>When an <code><a href=#the-input-element>input</a></code> element does not have a
<code>Document</code> node as one of its ancestors (i.e. when it is
not in the document), it is <i title=concept-input-immutable><a href=#concept-input-immutable>immutable</a></i>.</p> <!-- XXX how does
this affect shadow trees in XBL2? -->
not in the document), it is <i title=concept-input-immutable><a href=#concept-input-immutable>immutable</a></i>.</p> <!-- XBL2 spec
point -->

<p class=note>The <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute can also in
some cases (e.g. for the <a href=#date-state title=attr-input-type-date>Date</a> state, but not the <a href=#checkbox-state title=attr-input-type-checkbox>Checkbox</a> state) make an
Expand Down Expand Up @@ -36525,10 +36521,10 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href=#htmleleme

<h5 id=introduction-0><span class=secno>4.10.16.1 </span>Introduction</h5>

<p><i>This section is non-normative.</i></p>

</div>

<p><i>This section is non-normative.</i></p>

<p class=XXX> ... </p>


Expand Down
12 changes: 4 additions & 8 deletions source
Expand Up @@ -29514,10 +29514,6 @@ side in the right column.&lt;/p>
often misused it, for example by including text that would in fact
be useful for all users, or that is redundant with other information
on the page separate from the table.</p>

<p class="XXX">It has been suggested that the summary="" attribute
should not be obsolete, and the working group may vote on the matter
at some future point.</p>
-->

<div class="impl">
Expand Down Expand Up @@ -34010,8 +34006,8 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
<p>When an <code>input</code> element does not have a
<code>Document</code> node as one of its ancestors (i.e. when it is
not in the document), it is <i
title="concept-input-immutable">immutable</i>.</p> <!-- XXX how does
this affect shadow trees in XBL2? -->
title="concept-input-immutable">immutable</i>.</p> <!-- XBL2 spec
point -->

<p class="note">The <code
title="attr-input-readonly">readonly</code> attribute can also in
Expand Down Expand Up @@ -40939,10 +40935,10 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {

<h5>Introduction</h5>

<p><i>This section is non-normative.</i></p>

</div>

<p><i>This section is non-normative.</i></p>

<p class="XXX"> ... </p>


Expand Down

0 comments on commit 9336d47

Please sign in to comment.