- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 15 Apr 2011 20:54:43 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv29697
Modified Files:
spec.html spec.preprocessed.html
Log Message:
typo (whatwg r6015)
[updated by splitter]
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1352
retrieving revision 1.1353
diff -u -d -r1.1352 -r1.1353
--- spec.html 15 Apr 2011 19:54:04 -0000 1.1352
+++ spec.html 15 Apr 2011 20:54:38 -0000 1.1353
@@ -333,7 +333,7 @@
</script></head><body onload="init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4836</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4837</span></h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<h2 class="no-num no-toc" id="editor-s-draft-15-april-2011">Editor's Draft 15 April 2011</h2>
<dl><dt>Latest Published Version:</dt>
@@ -355,7 +355,7 @@
<dt>Editor:</dt>
<dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
</dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
- This is revision 1.4836.</p>
+ This is revision 1.4837.</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
Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -24936,7 +24936,7 @@
</dl><hr><p>The <code title="attr-table-border"><a href="#attr-table-border" id="border-0">border</a></code> attribute on
the <code><a href="#the-table-element" id="table-46">table</a></code> element can be used to provide basic fallback
styling for the purpose of making tables legible in browsing
- environements where CSS support is limited or absent, such as
+ environments where CSS support is limited or absent, such as
text-based browsers, WYSIWYG editors, and in situations where CSS
support is disabled or the style sheet is lost. Only the empty
string and the value "<code title="">1</code>" may be used as <code title="attr-table-border"><a href="#attr-table-border" id="border-1">border</a></code> values for this purpose.
Index: spec.preprocessed.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -d -r1.258 -r1.259
--- spec.preprocessed.html 15 Apr 2011 19:54:08 -0000 1.258
+++ spec.preprocessed.html 15 Apr 2011 20:54:40 -0000 1.259
@@ -343,7 +343,7 @@
</head><body onload="init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4836</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4837</span></h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<h2 class="no-num no-toc" id="editor-s-draft-15-april-2011">Editor's Draft 15 April 2011</h2>
<dl><dt>Latest Published Version:</dt>
@@ -365,7 +365,7 @@
<dt>Editor:</dt>
<dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
</dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
- This is revision 1.4836.</p>
+ This is revision 1.4837.</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
Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -64728,7 +64728,7 @@
</dl><hr><p>The <code title="attr-table-border"><a href="#attr-table-border">border</a></code> attribute on
the <code><a href="#the-table-element">table</a></code> element can be used to provide basic fallback
styling for the purpose of making tables legible in browsing
- environements where CSS support is limited or absent, such as
+ environments where CSS support is limited or absent, such as
text-based browsers, WYSIWYG editors, and in situations where CSS
support is disabled or the style sheet is lost. Only the empty
string and the value "<code title="">1</code>" may be used as <code title="attr-table-border"><a href="#attr-table-border">border</a></code> values for this purpose.
Received on Friday, 15 April 2011 20:54:44 UTC