@@ -197,8 +197,8 @@ element</a>, since the latter can be a <{frameset}> element.
197
197
<h3 algorithm id=the-line-height-calculation-quirk>The line height calculation quirk</h3>
198
198
199
199
<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.
202
202
203
203
<ul>
204
204
@@ -273,8 +273,8 @@ percentage heights in tables. Godspeed!
273
273
<h3 algorithm id=the-html-element-fills-the-viewport-quirk>The <{html}> element fills the viewport
274
274
quirk</h3>
275
275
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:
278
278
279
279
<ul>
280
280
@@ -309,7 +309,7 @@ using the following algorithm:
309
309
quirk</h3>
310
310
311
311
<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:
313
313
314
314
<ul>
315
315
@@ -362,10 +362,10 @@ not have a <a>soft wrap opportunity</a> before or after them. [[!CSS-TEXT-3]] [[
362
362
<h3 id=the-table-cell-nowrap-minimum-width-calculation-quirk>The table cell nowrap minimum width
363
363
calculation quirk</h3>
364
364
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]]
369
369
370
370
<ul>
371
371
@@ -381,8 +381,8 @@ algorithm that is the bigger value of |cell|'s <a>computed value</a> of the 'wid
381
381
382
382
<h3 id=the-collapsing-table-quirk>The collapsing table quirk</h3>
383
383
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
386
386
'border-style' property of ''border-style/none'' .
387
387
388
388
<ul>
@@ -464,8 +464,8 @@ property of ''box-sizing/border-box'', but only for the purpose of the 'height',
464
464
465
465
<h3 algorithm id=the-active-and-hover-quirk>The :active and :hover quirk</h3>
466
466
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.
469
469
[[!SELECTORS4]]
470
470
471
471
<ul>
0 commit comments