Skip to content

Commit da592b3

Browse files
committed
Editorial: Clarify which of the 'following conditions'
Fixes #77.
1 parent 3c84ee7 commit da592b3

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

quirks.bs

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ element</a>, since the latter can be a <{frameset}> element.
197197
<h3 algorithm id=the-line-height-calculation-quirk>The line height calculation quirk</h3>
198198

199199
<p>In <a spec=dom>quirks mode</a> and <a spec=dom>limited-quirks mode</a>, an inline box that
200-
matches the following conditions, must, for the purpose of line height calculation, act as if the
201-
box had a 'line-height' of zero.
200+
matches all of the following conditions, must, for the purpose of line height calculation, act as
201+
if the box had a 'line-height' of zero.
202202

203203
<ul>
204204

@@ -273,8 +273,8 @@ percentage heights in tables. Godspeed!
273273
<h3 algorithm id=the-html-element-fills-the-viewport-quirk>The <{html}> element fills the viewport
274274
quirk</h3>
275275

276-
<p>In <a spec=dom>quirks mode</a>, if the <a spec=dom>document element</a> |element| matches the
277-
following conditions:
276+
<p>In <a spec=dom>quirks mode</a>, if the <a spec=dom>document element</a> |element| matches all of
277+
the following conditions:
278278

279279
<ul>
280280

@@ -309,7 +309,7 @@ using the following algorithm:
309309
quirk</h3>
310310

311311
<p>In <a spec=dom>quirks mode</a>, if the <a>document's body element</a> |body| is not null and if
312-
it matches the following conditions:
312+
it matches all of the following conditions:
313313

314314
<ul>
315315

@@ -362,10 +362,10 @@ not have a <a>soft wrap opportunity</a> before or after them. [[!CSS-TEXT-3]] [[
362362
<h3 id=the-table-cell-nowrap-minimum-width-calculation-quirk>The table cell nowrap minimum width
363363
calculation quirk</h3>
364364

365-
<p>In <a spec=dom>quirks mode</a>, an element |cell| that matches the following conditions must act
366-
as if it had an <a>outer min-content width of a table cell</a> in the automatic table layout
367-
algorithm that is the bigger value of |cell|'s <a>computed value</a> of the 'width' property and the
368-
<a>outer min-content width of a table cell</a>. [[!INTRINSIC]]
365+
<p>In <a spec=dom>quirks mode</a>, an element |cell| that matches all of the following conditions
366+
must act as if it had an <a>outer min-content width of a table cell</a> in the automatic table
367+
layout algorithm that is the bigger value of |cell|'s <a>computed value</a> of the 'width' property
368+
and the <a>outer min-content width of a table cell</a>. [[!INTRINSIC]]
369369

370370
<ul>
371371

@@ -381,8 +381,8 @@ algorithm that is the bigger value of |cell|'s <a>computed value</a> of the 'wid
381381

382382
<h3 id=the-collapsing-table-quirk>The collapsing table quirk</h3>
383383

384-
<p>In <a spec=dom>quirks mode</a>, an element |table| that matches the following conditions must
385-
have a <a>used value</a> of the 'height' property of ''0'' and a <a>used value</a> of the
384+
<p>In <a spec=dom>quirks mode</a>, an element |table| that matches all of the following conditions
385+
must have a <a>used value</a> of the 'height' property of ''0'' and a <a>used value</a> of the
386386
'border-style' property of ''border-style/none''.
387387

388388
<ul>
@@ -464,8 +464,8 @@ property of ''box-sizing/border-box'', but only for the purpose of the 'height',
464464

465465
<h3 algorithm id=the-active-and-hover-quirk>The :active and :hover quirk</h3>
466466

467-
<p>In <a spec=dom>quirks mode</a>, a <a>compound selector</a> |selector| that matches the following
468-
conditions must not match elements that would not also match the '':any-link'' selector.
467+
<p>In <a spec=dom>quirks mode</a>, a <a>compound selector</a> |selector| that matches all of the
468+
following conditions must not match elements that would not also match the '':any-link'' selector.
469469
[[!SELECTORS4]]
470470

471471
<ul>

0 commit comments

Comments
 (0)