Create Overview with included BOM handling.
authorSilvia Pfeiffer
Wed, 13 Nov 2013 12:20:55 +0800
changeset 163 944fcaea8c7a
parent 162 ada5c88cde1f
child 164 5bd5d8c72aca
Create Overview with included BOM handling.
(Not actually sure when that went missing.)
webvtt/Overview.html
webvtt/webvtt.html
--- a/webvtt/Overview.html	Wed Nov 13 11:41:35 2013 +0800
+++ b/webvtt/Overview.html	Wed Nov 13 12:20:55 2013 +0800
@@ -280,7 +280,7 @@
   </p>
   <h1 class="title p-name" id="title" property="dcterms:title">WebVTT: The Web Video Text Tracks Format</h1>
   
-  <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2013-11-11T18:49:59.000Z" id="draft-community-group-specification-12-november-2013">Draft Community Group Specification <time class="dt-published" datetime="2013-11-12">12 November 2013</time></h2>
+  <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2013-11-12T20:18:04.000Z" id="draft-community-group-specification-13-november-2013">Draft Community Group Specification <time class="dt-published" datetime="2013-11-13">13 November 2013</time></h2>
   <dl>
     
     
@@ -2132,6 +2132,10 @@
    <li><p><a href="#dfn-collect-a-sequence-of-characters" class="internalDFN">Collect a sequence of characters</a> that are
    <em>not</em> U+000A LINE FEED (LF) characters. Let <var title="">line</var> be those characters, if any.</p></li>
 
+   <li><p>If the first character in <var title="">line</var> is
+   a U+FEFF BYTE ORDER MARK (BOM) character, remove it from
+   <var title="">line</var>.</p></li>
+
    <li><p>If <var title="">line</var> is less than six characters
    long, then abort these steps. The file does not start with the
    correct <a href="#dfn-webvtt-file" class="internalDFN">WebVTT file</a> signature and was therefore not
--- a/webvtt/webvtt.html	Wed Nov 13 11:41:35 2013 +0800
+++ b/webvtt/webvtt.html	Wed Nov 13 12:20:55 2013 +0800
@@ -2028,8 +2028,9 @@
    <em>not</em> U+000A LINE FEED (LF) characters. Let <var
    title="">line</var> be those characters, if any.</p></li>
 
-   <li><p>If the first character is a U+FEFF BYTE ORDER MARK (BOM)
-   character, remove it from <var title="">line</var>.</p></li>
+   <li><p>If the first character in <var title="">line</var> is
+   a U+FEFF BYTE ORDER MARK (BOM) character, remove it from
+   <var title="">line</var>.</p></li>
 
    <li><p>If <var title="">line</var> is less than six characters
    long, then abort these steps. The file does not start with the