- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 23 Apr 2011 13:17:43 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv31969 Modified Files: Makefile full-spec.html spec.html Log Message: updated Index: full-spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/full-spec.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- full-spec.html 23 Apr 2011 13:01:53 -0000 1.2 +++ full-spec.html 23 Apr 2011 13:17:39 -0000 1.3 @@ -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></dt><dd> + </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 @@ -51735,7 +51735,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></dt><dd><p>Indicates that items with <a href="#the-drag-data-item-kind">the drag data item + </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> @@ -51746,7 +51746,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></dt><dd><p>Indicates that items with <a href="#the-drag-data-item-kind">the drag data item + </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> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.1388 retrieving revision 1.1389 diff -u -d -r1.1388 -r1.1389 --- spec.html 23 Apr 2011 13:01:54 -0000 1.1388 +++ spec.html 23 Apr 2011 13:17:39 -0000 1.1389 @@ -12682,7 +12682,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></dt><dd> + </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 @@ -23498,7 +23498,7 @@ U+0053 LATIN CAPITAL LETTER S and U+003A COLON (i.e. an <a href="#ascii-case-insensitive" id="ascii-case-insensitive_22">ASCII case-insensitive</a> match for the string "<code title="">s:</code>")<dt> - </dt></dt><dd><p>Indicates that items with <a href="#the-drag-data-item-kind" id="the-drag-data-item-kind_4">the drag data item + </dt><dd><p>Indicates that items with <a href="#the-drag-data-item-kind" id="the-drag-data-item-kind_4">the drag data item kind</a> <i>Plain Unicode string</i> and <a href="#the-drag-data-item-type-string" id="the-drag-data-item-type-string_2">the drag data item type string</a> set to a value that matches the remainder of the keyword are accepted.</p></dd> @@ -23509,7 +23509,7 @@ U+0046 LATIN CAPITAL LETTER F and U+003A COLON (i.e. an <a href="#ascii-case-insensitive" id="ascii-case-insensitive_23">ASCII case-insensitive</a> match for the string "<code title="">f:</code>")<dt> - </dt></dt><dd><p>Indicates that items with <a href="#the-drag-data-item-kind" id="the-drag-data-item-kind_5">the drag data item + </dt><dd><p>Indicates that items with <a href="#the-drag-data-item-kind" id="the-drag-data-item-kind_5">the drag data item kind</a> <i>File</i> and <a href="#the-drag-data-item-type-string" id="the-drag-data-item-type-string_3">the drag data item type string</a> set to a value that matches the remainder of the keyword are accepted.</p></dd> Index: Makefile =================================================================== RCS file: /sources/public/html5/spec-author-view/Makefile,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- Makefile 23 Apr 2011 12:57:50 -0000 1.53 +++ Makefile 23 Apr 2011 13:17:39 -0000 1.54 @@ -35,7 +35,6 @@ --stringparam RCSREVISION $(REVISION) \ tools/preprocess.xsl \ $(HTML5)/Overview.html \ - | $(PERL) $(PERLFLAGS) -pe "s/<\/dt><\/dt>/<\/dt>/g" \ > $@ spec.html: spec.preprocessed.html tools/postprocess.xsl @@ -68,6 +67,9 @@ | 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/〈/#x27E8;/g" *.html + $(PERL) $(PERLFLAGS) -pi -e "s/〉/#x27E9;/g" *.html $(PERL) $(PERLFLAGS) -pi -e "s/#9001;/#x27E8;/g" *.html $(PERL) $(PERLFLAGS) -pi -e "s/#9002;/#x27E9;/g" *.html
Received on Saturday, 23 April 2011 13:17:45 UTC