- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 Apr 2012 21:41:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt
In directory hutz:/tmp/cvs-serv9704
Modified Files:
Overview.html
Log Message:
Don't include a class attribute if not necessary. (whatwg r7064)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webvtt/Overview.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Overview.html 24 Apr 2012 21:25:20 -0000 1.15
+++ Overview.html 24 Apr 2012 21:41:55 -0000 1.16
@@ -2055,9 +2055,10 @@
<td><code>ProcessingInstruction</code> node whose <code title=dom-ProcessingInstruction-target>target</code> is "<code title="">timestamp</code>" and whose <code title=dom-ProcessingInstruction-data>data</code> is a <a href=#webvtt-timestamp>WebVTT timestamp</a> representing the value of the <a href=#webvtt-timestamp-object>WebVTT Timestamp Object</a>, with all optional components included.
</table><p><code>HTMLElement</code> nodes created as part of the mapping
described above must have their <code title=dom-Node-namespaceURI>namespaceURI</code> set to the
- <a href=#html-namespace>HTML namespace</a>, and must have a <code title=attr-class>class</code> attribute set to the string obtained
- by concatenating all the classes that apply to the corresponding
- <a href=#webvtt-internal-node-object>WebVTT Internal Node Object</a>, each separated from the
+ <a href=#html-namespace>HTML namespace</a>, and, if any classes apply to the
+ corresponding <a href=#webvtt-internal-node-object>WebVTT Internal Node Object</a>, must have a
+ <code title=attr-class>class</code> attribute set to the string
+ obtained by concatenating all those classes, each separated from the
next by a single U+0020 SPACE character.</p>
<p>The <code title=dom-Node-ownerDocument>ownerDocument</code>
Received on Tuesday, 24 April 2012 21:42:00 UTC