Skip to content

Commit d2c2487

Browse files
committed
[css2] Fix SV agreement error noticed by Kate Stamps
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403265
1 parent 4ae8661 commit d2c2487

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/visuren.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: visuren.src,v 2.196 2012-08-21 13:57:05 bbos Exp $ -->
3+
<!-- $Id: visuren.src,v 2.197 2013-02-27 23:09:17 fantasai Exp $ -->
44
<head>
55
<title>Visual formatting model</title>
66
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
@@ -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)