Skip to content

Commit e75924f

Browse files
committed
[css-writing-modes] Fix regeneration bug
1 parent 42dc748 commit e75924f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bin/regenerate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
curl -u user:pass $1 -F file=@Overview.src.html -F group=CSS -F output=html -F method=file https://www.w3.org/Style/Group/process.cgi -o Overview.html
2-
perl -pi -e 's/([\#"=])lt(.*?)gt/\1\2/g' Overview.html
2+
perl -pi -e 's/([\#"=])lt([a-z-]+)gt/\1\2/g' Overview.html
33

css-writing-modes/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ <h3 id=bidi-example><span class=secno>2.3. </span> Example of Bidirectional
984984
&lt;para&gt;HEBREW1 HEBREW2 english3 HEBREW4 HEBREW5&lt;/para&gt;
985985
&lt;para&gt;HEBREW6 &lt;emphasis&gt;HEBREW7&lt;/emphasis&gt; HEBREW8&lt;/para&gt;
986986
&lt;/section&gt;
987-
&lt;section dir=r&;
987+
&lt;section dir=ltr&gt;
988988
&lt;para&gt;english9 english10 english11 HEBREW12 HEBREW13&lt;/para&gt;
989989
&lt;para&gt;english14 english15 english16&lt;/para&gt;
990990
&lt;para&gt;english17 &lt;quote dir=rtl&gt;HEBREW18 english19 HEBREW20&lt;/quote&gt;&lt;/para&gt;

0 commit comments

Comments
 (0)