[html5] r4055 - [e] (0) Cleanup some more XXX issues that I decided to punt on.
whatwg at whatwg.org
whatwg at whatwg.org
Tue Sep 29 04:35:41 PDT 2009
Author: ianh
Date: 2009-09-29 04:35:40 -0700 (Tue, 29 Sep 2009)
New Revision: 4055
Modified:
index
source
Log:
[e] (0) Cleanup some more XXX issues that I decided to punt on.
Modified: index
===================================================================
--- index 2009-09-29 11:13:14 UTC (rev 4054)
+++ index 2009-09-29 11:35:40 UTC (rev 4055)
@@ -72400,7 +72400,7 @@
<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
:link, :visited, ins, u { text-decoration: underline; }
-abbr[title], acronym[title] { text-decoration: dotted underline; }<!-- XXX CSS3 http://dev.w3.org/csswg/css3-text/#text-decoration-style -->
+abbr[title], acronym[title] { text-decoration: dotted underline; }<!-- CSS3 http://dev.w3.org/csswg/css3-text/#text-decoration-style -->
del, s, strike { text-decoration: line-through; }
blink { text-decoration: blink; }
@@ -72933,8 +72933,6 @@
menu that is <a href=#building-menus-and-toolbars title="building menus and toolbars">built</a>
from the element.</p>
- <p class="example XXX">...example with screenshot...</p>
-
</div>
@@ -73023,10 +73021,7 @@
an <code title=attr-details-open><a href=#attr-details-open>open</a></code> attribute, this
second container is expected to be removed from the rendering.</p>
-<!--
-XXX examples with screenshots
-http://mail.gnome.org/archives/usability/2006-June/msg00015.html
--->
+ <!-- http://mail.gnome.org/archives/usability/2006-June/msg00015.html -->
</div>
@@ -73995,11 +73990,9 @@
<h3 id=interaction-with-css><span class=secno>11.8 </span>Interaction with CSS</h3>
- <!--
- Extensions to CSS
- for drag and drop (XXX)
- for datagrid [v2DATAGRID]
- ...
+ <!-- v2: Extensions to CSS
+ for drag and drop
+ for datagrid [v2DATAGRID]
-->
<h4 id=selectors><span class=secno>11.8.1 </span>Selectors</h4>
@@ -77169,13 +77162,6 @@
-->
<!--
TODO:
- XXX * should have some text talking about the fact that it's ok if your
- page passes through a period of non-conformance while script is
- running, but that in between scripts it should be compliant.
- XXX * mousedown's default action is focus, so canceling mousedown stops
- focus transference. http://www.mozilla.org/editor/midasdemo/
- XXX * need explanation of when to use undo/redo, and when to use
- back/forward
XXX * need to become consistent about whether or not to quote keyword
("<code title="">foo</code>" vs <code>foo</code>)
XXX * onclick="" only fires if it is a MouseEvent ?
Modified: source
===================================================================
--- source 2009-09-29 11:13:14 UTC (rev 4054)
+++ source 2009-09-29 11:35:40 UTC (rev 4055)
@@ -85996,7 +85996,7 @@
<pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
:link, :visited, ins, u { text-decoration: underline; }
-abbr[title], acronym[title] { text-decoration: dotted underline; }<!-- XXX CSS3 http://dev.w3.org/csswg/css3-text/#text-decoration-style -->
+abbr[title], acronym[title] { text-decoration: dotted underline; }<!-- CSS3 http://dev.w3.org/csswg/css3-text/#text-decoration-style -->
del, s, strike { text-decoration: line-through; }
blink { text-decoration: blink; }
@@ -86573,8 +86573,6 @@
menu that is <span title="building menus and toolbars">built</span>
from the element.</p>
- <p class="example XXX">...example with screenshot...</p>
-
</div>
@@ -86664,10 +86662,7 @@
an <code title="attr-details-open">open</code> attribute, this
second container is expected to be removed from the rendering.</p>
-<!--
-XXX examples with screenshots
-http://mail.gnome.org/archives/usability/2006-June/msg00015.html
--->
+ <!-- http://mail.gnome.org/archives/usability/2006-June/msg00015.html -->
</div>
@@ -87789,11 +87784,9 @@
<h3>Interaction with CSS</h3>
- <!--
- Extensions to CSS
- for drag and drop (XXX)
- for datagrid [v2DATAGRID]
- ...
+ <!-- v2: Extensions to CSS
+ for drag and drop
+ for datagrid [v2DATAGRID]
-->
<h4>Selectors</h4>
@@ -91499,13 +91492,6 @@
-->
<!--
TODO:
- XXX * should have some text talking about the fact that it's ok if your
- page passes through a period of non-conformance while script is
- running, but that in between scripts it should be compliant.
- XXX * mousedown's default action is focus, so canceling mousedown stops
- focus transference. http://www.mozilla.org/editor/midasdemo/
- XXX * need explanation of when to use undo/redo, and when to use
- back/forward
XXX * need to become consistent about whether or not to quote keyword
("<code title="">foo</code>" vs <code>foo</code>)
XXX * onclick="" only fires if it is a MouseEvent ?
More information about the Commit-Watchers
mailing list