Skip to content

Commit 1e377e1

Browse files
fantasaigsnedders
authored andcommitted
[css2] Fix SV agreement error noticed by Kate Stamps
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403265
1 parent 24b389a commit 1e377e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css2/visuren.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ <h4>9.2.1.1 <a name="anonymous-block-level">Anonymous block boxes</a></h4>
258258
inside it.
259259

260260
<p>When an inline box contains an in-flow block-level box, the inline box
261-
(and its inline ancestors within the same line box) are broken around
261+
(and its inline ancestors within the same line box) is broken around
262262
the block-level box (and any block-level siblings that are consecutive
263263
or separated only by collapsible whitespace and/or out-of-flow
264264
elements), splitting the inline box into two boxes (even if either

css2/visuren.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ above), then we force it to have <em>only</em> block-level boxes
182182
inside it.
183183

184184
<p>When an inline box contains an in-flow block-level box, the inline box
185-
(and its inline ancestors within the same line box) are broken around
185+
(and its inline ancestors within the same line box) is broken around
186186
the block-level box (and any block-level siblings that are consecutive
187187
or separated only by collapsible whitespace and/or out-of-flow
188188
elements), splitting the inline box into two boxes (even if either

0 commit comments

Comments
 (0)