[html5] r4056 - [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:40:46 PDT 2009
Author: ianh
Date: 2009-09-29 04:40:45 -0700 (Tue, 29 Sep 2009)
New Revision: 4056
Modified:
index
source
Log:
[e] (0) Cleanup some more XXX issues that I decided to punt on.
Modified: index
===================================================================
--- index 2009-09-29 11:35:40 UTC (rev 4055)
+++ index 2009-09-29 11:40:45 UTC (rev 4056)
@@ -10528,8 +10528,9 @@
document to other resources.</p>
<p>The destination of the link(s) is given by the <dfn id=attr-link-href title=attr-link-href><code>href</code></dfn> attribute, which must
- be present and must contain a <a href=#valid-url>valid URL</a>. If the <code title=attr-link-href><a href=#attr-link-href>href</a></code> attribute is absent, then the
- element does not define a link.</p>
+ be present and must contain a <a href=#valid-url>valid URL</a>. <span class=impl>If the <code title=attr-link-href><a href=#attr-link-href>href</a></code>
+ attribute is absent, then the element does not define a
+ link.</span></p>
<p>The types of link indicated (the relationships) are given by the
value of the <dfn id=attr-link-rel title=attr-link-rel><code>rel</code></dfn>
@@ -77164,16 +77165,6 @@
TODO:
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 ?
- XXX * hsivonen makes the following suggestions:
- > To make document conformance a more useful concept for the purpose of catching
- > author errors, I suggest that the following attributes be made required:
- > href and rel on link
- > href on base
- > name and content on meta (other than the encoding decl)
- > src on img
- > code, height and width on applet
- > name and value on param
XXX * make the spec consistent about whether the word "algorithm" is part of
an algorithm's name or not ("</dfn> algorithm", "</span> algorithm")
XXX * make a consistent decision of which of the following formats to use:
@@ -77200,14 +77191,12 @@
0x12 ("<code title="">foo</code>")
0x12 ('<code title="">foo</code>')
XXX * check case of hex characters in the ASCII cases.
- XXX * option.text should do the same as option.textContent
XXX * use the sample widgets:
<li><img alt="A text field with editable sections for each
value, with a button to pop up a dialog showing a calendar or
clock." src="sample-datetime-ui-2"></li>
<li><img alt="A calendar grid with a clock in the upper right
hand corner." src="sample-datetime-ui-3"></li>
- XXX * should "mixed fractional number" be used instead of "fractional"?
XXX * make the spec more consistent about its use of "hexadecimal"
and "base-sixteen", the order that 0-9 A-Z a-z is mentioned,
and the detail to which the spec explains how to interpret a
Modified: source
===================================================================
--- source 2009-09-29 11:35:40 UTC (rev 4055)
+++ source 2009-09-29 11:40:45 UTC (rev 4056)
@@ -10998,9 +10998,10 @@
<p>The destination of the link(s) is given by the <dfn
title="attr-link-href"><code>href</code></dfn> attribute, which must
- be present and must contain a <span>valid URL</span>. If the <code
- title="attr-link-href">href</code> attribute is absent, then the
- element does not define a link.</p>
+ be present and must contain a <span>valid URL</span>. <span
+ class="impl">If the <code title="attr-link-href">href</code>
+ attribute is absent, then the element does not define a
+ link.</span></p>
<p>The types of link indicated (the relationships) are given by the
value of the <dfn title="attr-link-rel"><code>rel</code></dfn>
@@ -91494,16 +91495,6 @@
TODO:
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 ?
- XXX * hsivonen makes the following suggestions:
- > To make document conformance a more useful concept for the purpose of catching
- > author errors, I suggest that the following attributes be made required:
- > href and rel on link
- > href on base
- > name and content on meta (other than the encoding decl)
- > src on img
- > code, height and width on applet
- > name and value on param
XXX * make the spec consistent about whether the word "algorithm" is part of
an algorithm's name or not ("</dfn> algorithm", "</span> algorithm")
XXX * make a consistent decision of which of the following formats to use:
@@ -91530,14 +91521,12 @@
0x12 ("<code title="">foo</code>")
0x12 ('<code title="">foo</code>')
XXX * check case of hex characters in the ASCII cases.
- XXX * option.text should do the same as option.textContent
XXX * use the sample widgets:
<li><img alt="A text field with editable sections for each
value, with a button to pop up a dialog showing a calendar or
clock." src="sample-datetime-ui-2"></li>
<li><img alt="A calendar grid with a clock in the upper right
hand corner." src="sample-datetime-ui-3"></li>
- XXX * should "mixed fractional number" be used instead of "fractional"?
XXX * make the spec more consistent about its use of "hexadecimal"
and "base-sixteen", the order that 0-9 A-Z a-z is mentioned,
and the detail to which the spec explains how to interpret a
More information about the Commit-Watchers
mailing list