- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 12 Oct 2010 07:16:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv15540
Modified Files:
infrastructure.html spec.html
Log Message:
try to clarify the applicable spec stuff (whatwg r5605)
[updated by splitter]
Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec/infrastructure.html,v
retrieving revision 1.1026
retrieving revision 1.1027
diff -u -d -r1.1026 -r1.1027
--- infrastructure.html 30 Sep 2010 02:16:33 -0000 1.1026
+++ infrastructure.html 12 Oct 2010 07:16:56 -0000 1.1027
@@ -1068,6 +1068,16 @@
this specification.</p>
<!-- http://www.w3.org/mid/17E341CD-E790-422C-9F9A-69347EE01CEB@iki.fi -->
+ <p class="note">Someone could write a specification that defines any
+ arbitrary byte stream as conforming, and then claim that their
+ random junk is conforming. However, that does not mean that their
+ random junk actually is conforming for everyone's purposes: if
+ someone else decides that that specification does not apply to their
+ work, then they can quite legitimately say that the aforementioned
+ random junk is just that, junk, and not conforming at all. As far as
+ conformance goes, what matters in a particular community is what
+ that community <em>agrees</em> is applicable.</p>
+
<hr><p>User agents must treat elements and attributes that they do not
understand as semantically neutral; leaving them in the DOM (for DOM
processors), and styling them according to CSS (for CSS processors),
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1284
retrieving revision 1.1285
diff -u -d -r1.1284 -r1.1285
--- spec.html 12 Oct 2010 06:46:58 -0000 1.1284
+++ spec.html 12 Oct 2010 07:16:57 -0000 1.1285
@@ -341,7 +341,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4481.
+This is revision 1.4482.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Tuesday, 12 October 2010 07:17:00 UTC