- From: Sam Ruby via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 15 Oct 2012 17:14:31 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10742
Modified Files:
index.html infrastructure.html single-page.html
the-canvas-element.html
Log Message:
commit 92a498e0ad7c100dbe92592af162b08840318fab
Author: Robin Berjon <robin@berjon.com>
Date: Mon Oct 15 18:53:22 2012 +0200
let it be known that I'm a moron; fix Makefile to copy files correctly
Index: the-canvas-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-canvas-element.html,v
retrieving revision 1.1131
retrieving revision 1.1132
diff -u -d -r1.1131 -r1.1132
--- the-canvas-element.html 15 Oct 2012 16:15:50 -0000 1.1131
+++ the-canvas-element.html 15 Oct 2012 17:14:28 -0000 1.1132
@@ -385,8 +385,8 @@
<dd>Where <a href="content-models.html#embedded-content-2">embedded content</a> is expected.</dd>
<dt><a href="element-definitions.html#element-dfn-content-model" title="element-dfn-content-model">Content model</a>:</dt>
<dd><a href="content-models.html#transparent">Transparent</a><!--
----><!--FORK--><!--
---->.</dd> <!-- and maybe <select>, I guess? I've left it our for now, since I guess authors might make accessible selects if they're simple enough, and it's not obvious how to distinguish the simple ones from the complex ones... -->
+--><!--FORK--><!--
+-->.</dd> <!-- and maybe <select>, I guess? I've left it our for now, since I guess authors might make accessible selects if they're simple enough, and it's not obvious how to distinguish the simple ones from the complex ones... -->
<dt><a href="element-definitions.html#element-dfn-attributes" title="element-dfn-attributes">Content attributes</a>:</dt>
<dd><a href="global-attributes.html#global-attributes">Global attributes</a></dd>
<dd><code title="attr-canvas-width"><a href="#attr-canvas-width">width</a></code></dd>
Index: index.html
===================================================================
RCS file: /sources/public/html5/spec/index.html,v
retrieving revision 1.1330
retrieving revision 1.1331
diff -u -d -r1.1330 -r1.1331
--- index.html 15 Oct 2012 16:15:45 -0000 1.1330
+++ index.html 15 Oct 2012 17:14:27 -0000 1.1331
@@ -390,9 +390,9 @@
<dt>Previous 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="Overview.html">single page HTML</a>,
- <a href="spec.html">multipage HTML</a>,
- <a href="http://www.w3.org/TR/<!--INSERT YEAR-->/<!--INSERT URLSTATUS-->-html5-author-<!--INSERT YEAR--><!--INSERT SHORTDAY-->/">web developer edition</a>.
+ <a href="single-page.html">single page HTML</a>,
+ <a href="index.html">multipage HTML</a>,
+ <a href="http://www.w3.org/TR/2012/WD-html5-author-20121011/">web developer edition</a>.
This is revision $Revision$.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
Index: single-page.html
===================================================================
RCS file: /sources/public/html5/spec/single-page.html,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -d -r1.181 -r1.182
--- single-page.html 15 Oct 2012 16:15:47 -0000 1.181
+++ single-page.html 15 Oct 2012 17:14:28 -0000 1.182
@@ -408,9 +408,9 @@
<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="Overview.html">single page HTML</a>,
- <a href="spec.html">multipage HTML</a>,
- <a href="http://www.w3.org/TR/<!--INSERT YEAR-->/<!--INSERT URLSTATUS-->-html5-author-<!--INSERT YEAR--><!--INSERT SHORTDAY-->/">web developer edition</a>.
+ <a href="single-page.html">single page HTML</a>,
+ <a href="index.html">multipage HTML</a>,
+ <a href="http://www.w3.org/TR/2012/WD-html5-author-20121011/">web developer edition</a>.
This is revision $Revision$.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
@@ -4044,7 +4044,7 @@
</dd>
- <dt>Web IDL</dt>
+ <dt>XMLHttpRequest</dt>
<dd>
@@ -4060,7 +4060,9 @@
<!--TOPIC:HTML-->
+ <dt>Web IDL</dt>
+ <dd>
<p>The terms <dfn id="expose">expose</dfn>, <dfn id="supported-property-indices">supported property
indices</dfn>, <dfn id="determine-the-value-of-an-indexed-property">determine the value of an indexed
property</dfn>, <dfn id="support-named-properties">support named properties</dfn>,
@@ -4088,7 +4090,7 @@
(indicating that the object does not represent a specific instant
of time).</p>
-
+ </dd>
<dt>Typed Arrays</dt>
@@ -37516,8 +37518,8 @@
<dd>Where <a href="#embedded-content-2">embedded content</a> is expected.</dd>
<dt><a href="#element-dfn-content-model" title="element-dfn-content-model">Content model</a>:</dt>
<dd><a href="#transparent">Transparent</a><!--
----><!--FORK--><!--
---->.</dd> <!-- and maybe <select>, I guess? I've left it our for now, since I guess authors might make accessible selects if they're simple enough, and it's not obvious how to distinguish the simple ones from the complex ones... -->
+--><!--FORK--><!--
+-->.</dd> <!-- and maybe <select>, I guess? I've left it our for now, since I guess authors might make accessible selects if they're simple enough, and it's not obvious how to distinguish the simple ones from the complex ones... -->
<dt><a href="#element-dfn-attributes" title="element-dfn-attributes">Content attributes</a>:</dt>
<dd><a href="#global-attributes">Global attributes</a></dd>
<dd><code title="attr-canvas-width"><a href="#attr-canvas-width">width</a></code></dd>
Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec/infrastructure.html,v
retrieving revision 1.1338
retrieving revision 1.1339
diff -u -d -r1.1338 -r1.1339
--- infrastructure.html 15 Oct 2012 16:15:46 -0000 1.1338
+++ infrastructure.html 15 Oct 2012 17:14:27 -0000 1.1339
@@ -1285,7 +1285,7 @@
</ul></dd>
- <dt>Web IDL</dt>
+ <dt>XMLHttpRequest</dt>
<dd>
@@ -1301,7 +1301,9 @@
<!--TOPIC:HTML-->
+ <dt>Web IDL</dt>
+ <dd>
<p>The terms <dfn id="expose">expose</dfn>, <dfn id="supported-property-indices">supported property
indices</dfn>, <dfn id="determine-the-value-of-an-indexed-property">determine the value of an indexed
property</dfn>, <dfn id="support-named-properties">support named properties</dfn>,
@@ -1329,7 +1331,7 @@
(indicating that the object does not represent a specific instant
of time).</p>
-
+ </dd>
<dt>Typed Arrays</dt>
Received on Monday, 15 October 2012 17:14:35 UTC