- From: poot <cvsmail@w3.org>
- Date: Sun, 14 Jun 2009 05:08:59 +0900 (JST)
- To: public-html-diffs@w3.org
begin collecting references (whatwg r3243)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2390&r2=1.2391&f=h
http://html5.org/tools/web-apps-tracker?from=3242&to=3243
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2390
retrieving revision 1.2391
diff -u -d -r1.2390 -r1.2391
--- Overview.html 13 Jun 2009 06:53:45 -0000 1.2390
+++ Overview.html 13 Jun 2009 20:08:38 -0000 1.2391
@@ -1456,7 +1456,7 @@
the set 0x09, 0x0A, 0x0C, 0x0D, 0x20 - 0x22, 0x26, 0x27, 0x2C -
0x3F, 0x41 - 0x5A, and 0x61 - 0x7A<!-- is that list ok? do any
character sets we want to support do things outside that range?
- -->. <!-- XXX #refs RFC1345 ? --><h4 id="resources"><span class="secno">2.1.6 </span>Resources</h4><p>The specification uses the term <dfn title="">supported</dfn> when referring
+ -->. <a href="#references">[RFC1345]</a><h4 id="resources"><span class="secno">2.1.6 </span>Resources</h4><p>The specification uses the term <dfn title="">supported</dfn> when referring
to whether a user agent has an implementation capable of decoding
the semantics of an external resource. A format or type is said to
be <i>supported</i> if the implementation can process an external
@@ -1585,13 +1585,7 @@
context</a> in which scripts execute, and that the scripts
never cause non-conforming states to occur other than transiently
during script execution itself. (This is only a "SHOULD" and not a
- "MUST" requirement because it has been proven to be impossible. <a href="#references">[HALTINGPROBLEM]</a>)</p> <!-- XXX
- [Computable] On computable numbers, with an application to the
- Entscheidungsproblem. Alan M. Turing. In Proceedings of the London
- Mathematical Society, series 2, volume 42, pages 230-265. London
- Mathematical Society,
- 1937. http://www.turingarchive.org/browse.php/B/12 (referenced:
- 2007-03-03) -->
+ "MUST" requirement because it has been proven to be impossible. <a href="#references">[COMPUTABLE]</a>)</p>
<p>The term "HTML5 validator" can be used to refer to a
conformance checker that itself conforms to the applicable
@@ -1874,8 +1868,7 @@
characters in the range U+0061 .. U+007A (i.e. LATIN SMALL LETTER A
to LATIN SMALL LETTER Z) are considered to also match.<p>Comparing two strings in a <dfn id="compatibility-caseless">compatibility caseless</dfn>
manner means using the Unicode <i>compatibility caseless match</i>
- operation to compare the two strings. <a href="#references">[UNICODECASE]</a></p><!-- XXX refs to
- Unicode Standard Annex #21, Case Mappings --><div class="impl">
+ operation to compare the two strings. <a href="#references">[UNICODECASE]</a><div class="impl">
<p><dfn id="converted-to-ascii-uppercase" title="converted to ASCII uppercase">Converting a string to
ASCII uppercase</dfn> means replacing all characters in the range
@@ -64049,7 +64042,18 @@
implements the <code><a href="#window">Window</a></code> interface. The other views can be
reached using the <code><a href="#view">view</a></code> attribute of the
<code>UIEvent</code> interface, during event propagation. There is no
- way currently to enumerate all the views.</p><!-- XXX examples! --><h2 class="no-num" id="index">Index</h2><p><em>This section is non-normative.</em><p class="XXX">List of elements<p class="XXX">List of attributes<p class="XXX">List of <dfn id="reflecting-dom-attributes">reflecting DOM attributes</dfn> and their corresponding content attributes</p><!-- include option.text; textarea.defaultValue, and other attributes that "reflect" the element's textContent --><p class="XXX">List of interfaces<p class="XXX">List of events<h2 class="no-num" id="references">References</h2><p class="XXX">This section will be written in a future draft.</p><!-- XXX check that #references is always for [RFC\1] --><h2 class="no-num" id="acknowledgements">Acknowledgements</h2><!-- ACKS --><p>Thanks to
+ way currently to enumerate all the views.</p><!-- XXX examples! --><h2 class="no-num" id="index">Index</h2><p><em>This section is non-normative.</em><p class="XXX">List of elements<p class="XXX">List of attributes<p class="XXX">List of <dfn id="reflecting-dom-attributes">reflecting DOM attributes</dfn> and their corresponding content attributes</p><!-- include option.text; textarea.defaultValue, and other attributes that "reflect" the element's textContent --><p class="XXX">List of interfaces<p class="XXX">List of events<h2 class="no-num" id="references">References</h2><p class="XXX">This section will be written in a future draft.</p><!-- XXX check that #references is always for [RFC\1] --><!--
+
+ [COMPUTABLE] On computable numbers, with an application to the
+ Entscheidungsproblem. Alan M. Turing. In Proceedings of the London
+ Mathematical Society, series 2, volume 42, pages 230-265. London
+ Mathematical Society,
+ 1937. http://www.turingarchive.org/browse.php/B/12 (referenced:
+ 2007-03-03)
+
+ [UNICODECASE] Unicode Standard Annex #21, Case Mappings
+
+ --><h2 class="no-num" id="acknowledgements">Acknowledgements</h2><!-- ACKS --><p>Thanks to
Aankhen,
Aaron Boodman,
Received on Saturday, 13 June 2009 20:09:31 UTC