- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 23 Apr 2011 14:11:42 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv4043
Modified Files:
Makefile spec.preprocessed.html
Log Message:
updated
Index: Makefile
===================================================================
RCS file: /sources/public/html5/spec-author-view/Makefile,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- Makefile 23 Apr 2011 13:31:36 -0000 1.55
+++ Makefile 23 Apr 2011 14:11:40 -0000 1.56
@@ -58,6 +58,9 @@
tools/toc-fix.xsl \
- > $@
$(PERL) $(PERLFLAGS) -pi -e "s/load\('styler.js'\);//" $@;
+ $(PERL) $(PERLFLAGS) -pi -e "s/\x{2329}/#x27E8;/g" $@
+ $(PERL) $(PERLFLAGS) -pi -e "s/\x{232a}/#x27E9;/g" $@
+ $(PERL) $(PERLFLAGS) -pi -e "s/<\/dt><\/dt>/<\/dt>/g" $@
MANIFEST: spec.html
$(PYTHON) $(PYTHONFLAGS) $(SPLITTER) $(SPLITTERFLAGS) $< . \
@@ -67,9 +70,6 @@
| cut -d " " -f1 \
| $(PERL) $(PERLFLAGS) -pe "s/(^[^ ]+)\s*\n/\1.html\n/" > $@
cp html5-tools/spec-splitter/link-fixup.js .
- $(PERL) $(PERLFLAGS) -pi -e "s/<\/dt><\/dt>/<\/dt>/g" *.html
- $(PERL) $(PERLFLAGS) -pi -e "s/\x{2329}/#x27E8;/g" spec.html
- $(PERL) $(PERLFLAGS) -pi -e "s/\x{232a}/#x27E9;/g" spec.html
$(PERL) $(PERLFLAGS) -pi -e "s/#9001;/#x27E8;/g" named-character-references.html
$(PERL) $(PERLFLAGS) -pi -e "s/#9002;/#x27E9;/g" named-character-references.html
Index: spec.preprocessed.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -d -r1.278 -r1.279
--- spec.preprocessed.html 23 Apr 2011 13:31:36 -0000 1.278
+++ spec.preprocessed.html 23 Apr 2011 14:11:40 -0000 1.279
@@ -24012,7 +24012,7 @@
<dt><dfn id="text-track-showing" title="text track showing">Showing</dfn>
<dt><dfn id="text-track-showing-by-default" title="text track showing by default">Showing by default</dfn>
- </dt><dd>
+ </dt></dt><dd>
<p>Indicates that the text track is active. If no attempt has
yet been made to obtain the track's cues, the user agent will
@@ -51724,7 +51724,7 @@
U+0053 LATIN CAPITAL LETTER S and U+003A COLON (i.e. an <a href="#ascii-case-insensitive">ASCII
case-insensitive</a> match for the string "<code title="">s:</code>")<dt>
- </dt><dd><p>Indicates that items with <a href="#the-drag-data-item-kind">the drag data item
+ </dt></dt><dd><p>Indicates that items with <a href="#the-drag-data-item-kind">the drag data item
kind</a> <i>Plain Unicode string</i> and <a href="#the-drag-data-item-type-string">the drag data
item type string</a> set to a value that matches the remainder
of the keyword are accepted.</p></dd>
@@ -51735,7 +51735,7 @@
U+0046 LATIN CAPITAL LETTER F and U+003A COLON (i.e. an <a href="#ascii-case-insensitive">ASCII
case-insensitive</a> match for the string "<code title="">f:</code>")<dt>
- </dt><dd><p>Indicates that items with <a href="#the-drag-data-item-kind">the drag data item
+ </dt></dt><dd><p>Indicates that items with <a href="#the-drag-data-item-kind">the drag data item
kind</a> <i>File</i> and <a href="#the-drag-data-item-type-string">the drag data item type
string</a> set to a value that matches the remainder of the
keyword are accepted.</p></dd>
Received on Saturday, 23 April 2011 14:11:44 UTC