Skip to content

Commit 3012052

Browse files
committed
[css-text] Fix status errors
--HG-- extra : rebase_source : 81346de1c28a4137fa7b12d71390d2810368addf
1 parent 802d31c commit 3012052

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-text/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3384,7 +3384,7 @@ <h3 class=no-num id=recent-changes> Changes from the <a
33843384
processing</a>, <a
33853385
href="http://www.w3.org/TR/css3-writing-modes/#text-combine-horizontal">text
33863386
combination</a> and <a
3387-
href="http://www.w3.org/TR/css3-writing-modes/#text-orientation/">text
3387+
href="http://www.w3.org/TR/css3-writing-modes/#text-orientation">text
33883388
orientation</a>, ‘<a href="#letter-spacing"><code
33893389
class=property>letter-spacing</code></a>’, and ‘<a
33903390
href="#word-spacing"><code class=property>word-spacing</code></a>’ of

css-text/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2429,7 +2429,7 @@ <h3 class="no-num" id="recent-changes">
24292429
<li>Changed the character list of 'line-break'.
24302430
<li>Changed orders of <a href="#white-space-rules">white space processing</a>,
24312431
<a href="http://www.w3.org/TR/css3-writing-modes/#text-combine-horizontal">text combination</a> and
2432-
<a href="http://www.w3.org/TR/css3-writing-modes/#text-orientation/">text orientation</a>,
2432+
<a href="http://www.w3.org/TR/css3-writing-modes/#text-orientation">text orientation</a>,
24332433
'letter-spacing', and 'word-spacing'
24342434
of the <a href="#order">Text Processing Order of Operations</a>.
24352435
<li>Changed the definition of <i>word separator characters</i>.

0 commit comments

Comments
 (0)