- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 02 Jun 2011 15:00:00 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19235
Modified Files:
Overview.html
Log Message:
revert to 1.4946
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4948
retrieving revision 1.4949
diff -u -d -r1.4948 -r1.4949
--- Overview.html 25 May 2011 19:47:59 -0000 1.4948
+++ Overview.html 2 Jun 2011 14:59:56 -0000 1.4949
@@ -1,5 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html lang="en-US-x-Hixie"><title>HTML5</title><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html lang="en-US-x-Hixie"><title>HTML5</title><style type="text/css">
pre { margin-left: 2em; white-space: pre-wrap; }
h2 { margin: 3em 0 1em 0; }
h3 { margin: 2.5em 0 1em 0; }
@@ -225,14 +224,7 @@
color: white;
}
- </style>
[...1481 lines suppressed...]
@@ -69631,6 +69971,12 @@
<td> <code title="attr-area-coords"><a href="#attr-area-coords">area</a></code>
<td> Coordinates for the shape to be created in an <a href="#image-map">image map</a>
<td> <a href="#valid-list-of-integers">Valid list of integers</a>*
+ <tr><th> <code title="">crossorigin</code>
+ <td> <code title="attr-media-crossorigin"><a href="#attr-media-crossorigin">audio</a></code>;
+ <code title="attr-img-crossorigin"><a href="#attr-img-crossorigin">img</a></code>;
+ <code title="attr-media-crossorigin"><a href="#attr-media-crossorigin">video</a></code>
+ <td> How the element handles crossorigin requests.
+ <td> "<code title="attr-crossorigin-anonymous-keyword"><a href="#attr-crossorigin-anonymous-keyword">anonymous</a></code>"; "<code title="attr-crossorigin-use-credentials-keyword"><a href="#attr-crossorigin-use-credentials-keyword">use-credentials</a></code>"
<tr><th> <code title="">data</code>
<td> <code title="attr-object-data"><a href="#attr-object-data">object</a></code>
<td> Address of the resource
@@ -72112,4 +72458,4 @@
to the attendees of the W3C Workshop on Web Applications and
Compound Documents for inspiration, to the #mrt crew, the #mrt.no
crew, and the #whatwg crew, and to Pillar and Hedral for their ideas
- and support.</p>
+ and support.</p>
\ No newline at end of file
Received on Thursday, 2 June 2011 15:00:02 UTC