Skip to content

Commit 60cd0f0

Browse files
committed
[css2] Missing parenthesized plural
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403164
1 parent db69fc0 commit 60cd0f0

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

css2/changes.src

Lines changed: 3 additions & 3 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: changes.src,v 2.144 2011-03-22 20:37:04 fantasai Exp $ -->
3+
<!-- $Id: changes.src,v 2.145 2011-03-22 20:59:45 fantasai Exp $ -->
44
<HEAD>
55
<TITLE>Changes</TITLE>
66
</HEAD>
@@ -7088,7 +7088,7 @@ Minimum and maximum widths: 'min-width' and 'max-width'</a></h3>
70887088

70897089
<blockquote>
70907090
<p><ins>In CSS&nbsp;2.1, the effect of 'min-width' and 'max-width' on
7091-
table cells, table rows, and row groups is undefined.</ins>
7091+
table cells, table columns, and column groups is undefined.</ins>
70927092
</blockquote>
70937093

70947094
<!--========================== issue 241 ==========================-->
@@ -7138,7 +7138,7 @@ around the block-level box (and any block-level siblings that are
71387138
consecutive or separated only by collapsible whitespace and/or
71397139
out-of-flow elements), <del>dividing</del> <ins>splitting</ins> the
71407140
inline box into two pieces (even if either side is empty)<ins>, one on
7141-
each side of the block-level box</ins>.
7141+
each side of the block-level box(es)</ins>.
71427142
</blockquote>
71437143

71447144
<!--========================== issue 243 ==========================-->

css2/visudet.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: visudet.src,v 2.157 2011-03-15 23:27:35 bbos Exp $ -->
3+
<!-- $Id: visudet.src,v 2.158 2011-03-22 20:59:45 fantasai Exp $ -->
44
<head>
55
<title>Visual formatting model details</title>
66
<style type="text/css">
@@ -623,7 +623,7 @@ class="propinst-max-width">'max-width'</span> are illegal.
623623
</p>
624624

625625
<p>In CSS&nbsp;2.1, the effect of 'min-width' and 'max-width' on
626-
table cells, table rows, and row groups is undefined.
626+
table cells, table columns, and column groups is undefined.
627627

628628
<p>The following algorithm describes how the two properties influence
629629
the <a href="cascade.html#computed-value">used value</a>

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.184 2011-03-16 17:03:47 bbos Exp $ -->
3+
<!-- $Id: visuren.src,v 2.185 2011-03-22 20:59:45 fantasai Exp $ -->
44
<head>
55
<title>Visual formatting model</title>
66
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
@@ -186,7 +186,7 @@ inside it.
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
189-
side is empty), one on each side of the block-level box. The line
189+
side is empty), one on each side of the block-level box(es). The line
190190
boxes before the break and after the
191191
break are enclosed in anonymous block boxes, and the block-level box
192192
becomes a sibling of those anonymous boxes. When such an inline box is

0 commit comments

Comments
 (0)