- From: poot <cvsmail@w3.org>
- Date: Tue, 29 Sep 2009 20:27:39 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Cleanup some more XXX issues that I decided to punt on. (whatwg
r4055)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3216&r2=1.3217&f=h
http://html5.org/tools/web-apps-tracker?from=4054&to=4055
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3216
retrieving revision 1.3217
diff -u -d -r1.3216 -r1.3217
--- Overview.html 29 Sep 2009 11:04:53 -0000 1.3216
+++ Overview.html 29 Sep 2009 11:27:18 -0000 1.3217
@@ -65998,7 +65998,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; }
@@ -66507,8 +66507,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><div class="impl">
<h3 id="bindings"><span class="secno">11.4 </span>Bindings</h3>
@@ -66585,10 +66583,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><div class="impl">
@@ -67508,11 +67503,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>
@@ -70571,13 +70564,6 @@
form data set the way that is done today.
--><!--
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 ?
Received on Tuesday, 29 September 2009 11:28:16 UTC