Skip to content

Commit

Permalink
[e] (0) editorial cleanup
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3244 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 13, 2009
1 parent 23c1bec commit 2ea8254
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 41 deletions.
28 changes: 8 additions & 20 deletions index
Expand Up @@ -1933,8 +1933,7 @@

<p id=authors-using-html>Documents that use <a href=#syntax>the HTML
syntax</a>, if they are served over the wire (e.g. by HTTP) must
be labeled with the <code>text/html</code> MIME type.</p> <!-- XXX
update RFC 2854 -->
be labeled with the <code>text/html</code> MIME type.</p>

<p class=impl id=entity-references>The language in this
specification assumes that the user agent expands all entity
Expand Down Expand Up @@ -2138,14 +2137,6 @@
conformance criteria for content in those formats is, and how to
parse them.</p>

<!-- XXX need to define how to handle U+000A LINE FEED and U+000D
CARRIAGE RETURN in attributes (for HTML) -->

<p class=XXX>Need to go through the whole spec and make sure
all the attribute values are clearly defined either in terms of
microsyntaxes or in terms of other specs, or as "Text" or some
such.</p>



<div class=impl>
Expand Down Expand Up @@ -3543,11 +3534,6 @@
minute, a second, and a fraction of a second, expressed with a time
zone, consisting of a number of hours and minutes. <a href=#refsGREGORIAN>[GREGORIAN]</a></p>

<!--XXX [GREGORIAN] should point to
<dd id="refsGREGORIAN">[GREGORIAN]</dd>
<dd>(Non-normative) <cite>Inter Gravissimas</cite>, A. Lilius, C. Clavius. Gregory XIII Papal Bulls, February 1582.</dd>
-->

<p>A string is a <dfn id=valid-global-date-and-time-string>valid global date and time string</dfn>
representing a date, time, and a time-zone offset if it consists of
the following components in the given order:</p>
Expand Down Expand Up @@ -3621,8 +3607,8 @@
the time (e.g. from the Julian calendar). The date of Nero's birth
is the 15th of December 37, in the Julian Calendar, which is the
13th of December 37 in the proleptic Gregorian Calendar.</li> <!--
XXX this might not be true. I can't find a reference that gives
his birthday with an explicit statement about the calendar being
This might not be true. I can't find a reference that gives his
birthday with an explicit statement about the calendar being
used. However, it seems unlikely that it would be given in the
Gregorian calendar, so I assume sites use the Julian one. -->

Expand Down Expand Up @@ -4573,9 +4559,7 @@

</dl></li>

</ol><!-- XXX we might want to define "server-based naming authority",
it's not clear RFC3986 does a good job of defining that anymore
(earlier URI specs did) --><p class=note>These parsing rules are a <a href=#willful-violation>willful
</ol><p class=note>These parsing rules are a <a href=#willful-violation>willful
violation</a> of RFC 3986 and RFC 3987 (which do not define error
handling), motivated by a desire to handle legacy content. <a href=#refsRFC3986>[RFC3986]</a> <a href=#refsRFC3987>[RFC3987]</a></p>

Expand Down Expand Up @@ -70297,6 +70281,9 @@ S SPACER STRIKE TT U -->
1937. http://www.turingarchive.org/browse.php/B/12 (referenced:
2007-03-03)

<dd id="refsGREGORIAN">[GREGORIAN]</dd>
<dd>(Non-normative) <cite>Inter Gravissimas</cite>, A. Lilius, C. Clavius. Gregory XIII Papal Bulls, February 1582.</dd>

[UNICODECASE] Unicode Standard Annex #21, Case Mappings

-->
Expand Down Expand Up @@ -70984,6 +70971,7 @@ TODO (or delay):
XXX * s/raise/throw/g
XXX * be clearer about arrays/lists/collections being zero-based
despite using the term "/index/th".
XXX * update RFC 2854 (text/html reg)
-->


28 changes: 7 additions & 21 deletions source
Expand Up @@ -923,8 +923,7 @@

<p id="authors-using-html">Documents that use <span>the HTML
syntax</span>, if they are served over the wire (e.g. by HTTP) must
be labeled with the <code>text/html</code> MIME type.</p> <!-- XXX
update RFC 2854 -->
be labeled with the <code>text/html</code> MIME type.</p>

<p id="entity-references" class="impl">The language in this
specification assumes that the user agent expands all entity
Expand Down Expand Up @@ -1141,14 +1140,6 @@
conformance criteria for content in those formats is, and how to
parse them.</p>

<!-- XXX need to define how to handle U+000A LINE FEED and U+000D
CARRIAGE RETURN in attributes (for HTML) -->

<p class="XXX">Need to go through the whole spec and make sure
all the attribute values are clearly defined either in terms of
microsyntaxes or in terms of other specs, or as "Text" or some
such.</p>



<div class="impl">
Expand Down Expand Up @@ -2873,11 +2864,6 @@
zone, consisting of a number of hours and minutes. <a
href="#refsGREGORIAN">[GREGORIAN]</a></p>

<!--XXX [GREGORIAN] should point to
<dd id="refsGREGORIAN">[GREGORIAN]</dd>
<dd>(Non-normative) <cite>Inter Gravissimas</cite>, A. Lilius, C. Clavius. Gregory XIII Papal Bulls, February 1582.</dd>
-->

<p>A string is a <dfn>valid global date and time string</dfn>
representing a date, time, and a time-zone offset if it consists of
the following components in the given order:</p>
Expand Down Expand Up @@ -2972,8 +2958,8 @@
the time (e.g. from the Julian calendar). The date of Nero's birth
is the 15th of December 37, in the Julian Calendar, which is the
13th of December 37 in the proleptic Gregorian Calendar.</li> <!--
XXX this might not be true. I can't find a reference that gives
his birthday with an explicit statement about the calendar being
This might not be true. I can't find a reference that gives his
birthday with an explicit statement about the calendar being
used. However, it seems unlikely that it would be given in the
Gregorian calendar, so I assume sites use the Julian one. -->

Expand Down Expand Up @@ -4154,10 +4140,6 @@

</ol>

<!-- XXX we might want to define "server-based naming authority",
it's not clear RFC3986 does a good job of defining that anymore
(earlier URI specs did) -->

<p class="note">These parsing rules are a <span>willful
violation</span> of RFC 3986 and RFC 3987 (which do not define error
handling), motivated by a desire to handle legacy content. <a
Expand Down Expand Up @@ -82901,6 +82883,9 @@ S SPACER STRIKE TT U -->
1937. http://www.turingarchive.org/browse.php/B/12 (referenced:
2007-03-03)

<dd id="refsGREGORIAN">[GREGORIAN]</dd>
<dd>(Non-normative) <cite>Inter Gravissimas</cite>, A. Lilius, C. Clavius. Gregory XIII Papal Bulls, February 1582.</dd>

[UNICODECASE] Unicode Standard Annex #21, Case Mappings

-->
Expand Down Expand Up @@ -83591,6 +83576,7 @@ TODO (or delay):
XXX * s/raise/throw/g
XXX * be clearer about arrays/lists/collections being zero-based
despite using the term "/index/th".
XXX * update RFC 2854 (text/html reg)
-->

</body>
Expand Down

0 comments on commit 2ea8254

Please sign in to comment.