mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 00:29:15 +00:00
LibWeb/CSS: Add new list-style-position quirk
Corresponds to d79381d822
In quirks mode, a `<li>` with no parent list element now has
`list-style-position: inside`.
This commit is contained in:
parent
4c7c21d994
commit
0f6a83c3ef
2 changed files with 26 additions and 16 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
@namespace "http://www.w3.org/1999/xhtml";
|
||||||
|
|
||||||
/* 15.3.3 Flow content
|
/* 15.3.3 Flow content
|
||||||
* https://html.spec.whatwg.org/multipage/rendering.html#flow-content-3
|
* https://html.spec.whatwg.org/multipage/rendering.html#flow-content-3
|
||||||
*/
|
*/
|
||||||
|
@ -6,6 +8,14 @@ form {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 15.3.7 Lists
|
||||||
|
* https://html.spec.whatwg.org/multipage/rendering.html#lists:quirks-mode
|
||||||
|
*/
|
||||||
|
|
||||||
|
li { list-style-position: inside; }
|
||||||
|
li :is(dir, menu, ol, ul) { list-style-position: outside; }
|
||||||
|
:is(dir, menu, ol, ul) :is(dir, menu, ol, ul, li) { list-style-position: unset; }
|
||||||
|
|
||||||
/* 15.3.8 Tables
|
/* 15.3.8 Tables
|
||||||
* https://html.spec.whatwg.org/multipage/rendering.html#tables-2
|
* https://html.spec.whatwg.org/multipage/rendering.html#tables-2
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2,8 +2,8 @@ Harness status: OK
|
||||||
|
|
||||||
Found 2070 tests
|
Found 2070 tests
|
||||||
|
|
||||||
2050 Pass
|
2064 Pass
|
||||||
20 Fail
|
6 Fail
|
||||||
Pass <li> - display
|
Pass <li> - display
|
||||||
Pass <li> - margin-top
|
Pass <li> - margin-top
|
||||||
Pass <li> - margin-right
|
Pass <li> - margin-right
|
||||||
|
@ -18,7 +18,7 @@ Pass <li> - counter-set
|
||||||
Pass <li> - counter-reset
|
Pass <li> - counter-reset
|
||||||
Pass <li> - counter-increment
|
Pass <li> - counter-increment
|
||||||
Pass <li> - text-align
|
Pass <li> - text-align
|
||||||
Fail <li> - list-style-position
|
Pass <li> - list-style-position
|
||||||
Pass <dir>
|
Pass <dir>
|
||||||
<li> - display
|
<li> - display
|
||||||
Pass <dir>
|
Pass <dir>
|
||||||
|
@ -1233,7 +1233,7 @@ Pass <li type="1"> - counter-set
|
||||||
Pass <li type="1"> - counter-reset
|
Pass <li type="1"> - counter-reset
|
||||||
Pass <li type="1"> - counter-increment
|
Pass <li type="1"> - counter-increment
|
||||||
Pass <li type="1"> - text-align
|
Pass <li type="1"> - text-align
|
||||||
Fail <li type="1"> - list-style-position
|
Pass <li type="1"> - list-style-position
|
||||||
Pass <ol type="a" class="type-a"> - display
|
Pass <ol type="a" class="type-a"> - display
|
||||||
Pass <ol type="a" class="type-a"> - margin-top
|
Pass <ol type="a" class="type-a"> - margin-top
|
||||||
Pass <ol type="a" class="type-a"> - margin-right
|
Pass <ol type="a" class="type-a"> - margin-right
|
||||||
|
@ -1278,7 +1278,7 @@ Pass <li type="a" class="type-a"> - counter-set
|
||||||
Pass <li type="a" class="type-a"> - counter-reset
|
Pass <li type="a" class="type-a"> - counter-reset
|
||||||
Pass <li type="a" class="type-a"> - counter-increment
|
Pass <li type="a" class="type-a"> - counter-increment
|
||||||
Pass <li type="a" class="type-a"> - text-align
|
Pass <li type="a" class="type-a"> - text-align
|
||||||
Fail <li type="a" class="type-a"> - list-style-position
|
Pass <li type="a" class="type-a"> - list-style-position
|
||||||
Pass <ol type="A" class="type-A"> - display
|
Pass <ol type="A" class="type-A"> - display
|
||||||
Pass <ol type="A" class="type-A"> - margin-top
|
Pass <ol type="A" class="type-A"> - margin-top
|
||||||
Pass <ol type="A" class="type-A"> - margin-right
|
Pass <ol type="A" class="type-A"> - margin-right
|
||||||
|
@ -1323,7 +1323,7 @@ Pass <li type="A" class="type-A"> - counter-set
|
||||||
Pass <li type="A" class="type-A"> - counter-reset
|
Pass <li type="A" class="type-A"> - counter-reset
|
||||||
Pass <li type="A" class="type-A"> - counter-increment
|
Pass <li type="A" class="type-A"> - counter-increment
|
||||||
Pass <li type="A" class="type-A"> - text-align
|
Pass <li type="A" class="type-A"> - text-align
|
||||||
Fail <li type="A" class="type-A"> - list-style-position
|
Pass <li type="A" class="type-A"> - list-style-position
|
||||||
Pass <ol type="i" class="type-i"> - display
|
Pass <ol type="i" class="type-i"> - display
|
||||||
Pass <ol type="i" class="type-i"> - margin-top
|
Pass <ol type="i" class="type-i"> - margin-top
|
||||||
Pass <ol type="i" class="type-i"> - margin-right
|
Pass <ol type="i" class="type-i"> - margin-right
|
||||||
|
@ -1368,7 +1368,7 @@ Pass <li type="i" class="type-i"> - counter-set
|
||||||
Pass <li type="i" class="type-i"> - counter-reset
|
Pass <li type="i" class="type-i"> - counter-reset
|
||||||
Pass <li type="i" class="type-i"> - counter-increment
|
Pass <li type="i" class="type-i"> - counter-increment
|
||||||
Pass <li type="i" class="type-i"> - text-align
|
Pass <li type="i" class="type-i"> - text-align
|
||||||
Fail <li type="i" class="type-i"> - list-style-position
|
Pass <li type="i" class="type-i"> - list-style-position
|
||||||
Pass <ol type="I" class="type-I"> - display
|
Pass <ol type="I" class="type-I"> - display
|
||||||
Pass <ol type="I" class="type-I"> - margin-top
|
Pass <ol type="I" class="type-I"> - margin-top
|
||||||
Pass <ol type="I" class="type-I"> - margin-right
|
Pass <ol type="I" class="type-I"> - margin-right
|
||||||
|
@ -1413,7 +1413,7 @@ Pass <li type="I" class="type-I"> - counter-set
|
||||||
Pass <li type="I" class="type-I"> - counter-reset
|
Pass <li type="I" class="type-I"> - counter-reset
|
||||||
Pass <li type="I" class="type-I"> - counter-increment
|
Pass <li type="I" class="type-I"> - counter-increment
|
||||||
Pass <li type="I" class="type-I"> - text-align
|
Pass <li type="I" class="type-I"> - text-align
|
||||||
Fail <li type="I" class="type-I"> - list-style-position
|
Pass <li type="I" class="type-I"> - list-style-position
|
||||||
Pass <ol type="none"> - display
|
Pass <ol type="none"> - display
|
||||||
Pass <ol type="none"> - margin-top
|
Pass <ol type="none"> - margin-top
|
||||||
Pass <ol type="none"> - margin-right
|
Pass <ol type="none"> - margin-right
|
||||||
|
@ -1458,7 +1458,7 @@ Pass <li type="none"> - counter-set
|
||||||
Pass <li type="none"> - counter-reset
|
Pass <li type="none"> - counter-reset
|
||||||
Pass <li type="none"> - counter-increment
|
Pass <li type="none"> - counter-increment
|
||||||
Pass <li type="none"> - text-align
|
Pass <li type="none"> - text-align
|
||||||
Fail <li type="none"> - list-style-position
|
Pass <li type="none"> - list-style-position
|
||||||
Pass <ol type="NONE"> - display
|
Pass <ol type="NONE"> - display
|
||||||
Pass <ol type="NONE"> - margin-top
|
Pass <ol type="NONE"> - margin-top
|
||||||
Pass <ol type="NONE"> - margin-right
|
Pass <ol type="NONE"> - margin-right
|
||||||
|
@ -1503,7 +1503,7 @@ Pass <li type="NONE"> - counter-set
|
||||||
Pass <li type="NONE"> - counter-reset
|
Pass <li type="NONE"> - counter-reset
|
||||||
Pass <li type="NONE"> - counter-increment
|
Pass <li type="NONE"> - counter-increment
|
||||||
Pass <li type="NONE"> - text-align
|
Pass <li type="NONE"> - text-align
|
||||||
Fail <li type="NONE"> - list-style-position
|
Pass <li type="NONE"> - list-style-position
|
||||||
Pass <ol type="disc"> - display
|
Pass <ol type="disc"> - display
|
||||||
Pass <ol type="disc"> - margin-top
|
Pass <ol type="disc"> - margin-top
|
||||||
Pass <ol type="disc"> - margin-right
|
Pass <ol type="disc"> - margin-right
|
||||||
|
@ -1548,7 +1548,7 @@ Pass <li type="disc"> - counter-set
|
||||||
Pass <li type="disc"> - counter-reset
|
Pass <li type="disc"> - counter-reset
|
||||||
Pass <li type="disc"> - counter-increment
|
Pass <li type="disc"> - counter-increment
|
||||||
Pass <li type="disc"> - text-align
|
Pass <li type="disc"> - text-align
|
||||||
Fail <li type="disc"> - list-style-position
|
Pass <li type="disc"> - list-style-position
|
||||||
Pass <ol type="DISC"> - display
|
Pass <ol type="DISC"> - display
|
||||||
Pass <ol type="DISC"> - margin-top
|
Pass <ol type="DISC"> - margin-top
|
||||||
Pass <ol type="DISC"> - margin-right
|
Pass <ol type="DISC"> - margin-right
|
||||||
|
@ -1593,7 +1593,7 @@ Pass <li type="DISC"> - counter-set
|
||||||
Pass <li type="DISC"> - counter-reset
|
Pass <li type="DISC"> - counter-reset
|
||||||
Pass <li type="DISC"> - counter-increment
|
Pass <li type="DISC"> - counter-increment
|
||||||
Pass <li type="DISC"> - text-align
|
Pass <li type="DISC"> - text-align
|
||||||
Fail <li type="DISC"> - list-style-position
|
Pass <li type="DISC"> - list-style-position
|
||||||
Pass <ol type="circle"> - display
|
Pass <ol type="circle"> - display
|
||||||
Pass <ol type="circle"> - margin-top
|
Pass <ol type="circle"> - margin-top
|
||||||
Pass <ol type="circle"> - margin-right
|
Pass <ol type="circle"> - margin-right
|
||||||
|
@ -1638,7 +1638,7 @@ Pass <li type="circle"> - counter-set
|
||||||
Pass <li type="circle"> - counter-reset
|
Pass <li type="circle"> - counter-reset
|
||||||
Pass <li type="circle"> - counter-increment
|
Pass <li type="circle"> - counter-increment
|
||||||
Pass <li type="circle"> - text-align
|
Pass <li type="circle"> - text-align
|
||||||
Fail <li type="circle"> - list-style-position
|
Pass <li type="circle"> - list-style-position
|
||||||
Pass <ol type="CIRCLE"> - display
|
Pass <ol type="CIRCLE"> - display
|
||||||
Pass <ol type="CIRCLE"> - margin-top
|
Pass <ol type="CIRCLE"> - margin-top
|
||||||
Pass <ol type="CIRCLE"> - margin-right
|
Pass <ol type="CIRCLE"> - margin-right
|
||||||
|
@ -1683,7 +1683,7 @@ Pass <li type="CIRCLE"> - counter-set
|
||||||
Pass <li type="CIRCLE"> - counter-reset
|
Pass <li type="CIRCLE"> - counter-reset
|
||||||
Pass <li type="CIRCLE"> - counter-increment
|
Pass <li type="CIRCLE"> - counter-increment
|
||||||
Pass <li type="CIRCLE"> - text-align
|
Pass <li type="CIRCLE"> - text-align
|
||||||
Fail <li type="CIRCLE"> - list-style-position
|
Pass <li type="CIRCLE"> - list-style-position
|
||||||
Pass <ol type="square"> - display
|
Pass <ol type="square"> - display
|
||||||
Pass <ol type="square"> - margin-top
|
Pass <ol type="square"> - margin-top
|
||||||
Pass <ol type="square"> - margin-right
|
Pass <ol type="square"> - margin-right
|
||||||
|
@ -1728,7 +1728,7 @@ Pass <li type="square"> - counter-set
|
||||||
Pass <li type="square"> - counter-reset
|
Pass <li type="square"> - counter-reset
|
||||||
Pass <li type="square"> - counter-increment
|
Pass <li type="square"> - counter-increment
|
||||||
Pass <li type="square"> - text-align
|
Pass <li type="square"> - text-align
|
||||||
Fail <li type="square"> - list-style-position
|
Pass <li type="square"> - list-style-position
|
||||||
Pass <ol type="SQUARE"> - display
|
Pass <ol type="SQUARE"> - display
|
||||||
Pass <ol type="SQUARE"> - margin-top
|
Pass <ol type="SQUARE"> - margin-top
|
||||||
Pass <ol type="SQUARE"> - margin-right
|
Pass <ol type="SQUARE"> - margin-right
|
||||||
|
@ -1773,7 +1773,7 @@ Pass <li type="SQUARE"> - counter-set
|
||||||
Pass <li type="SQUARE"> - counter-reset
|
Pass <li type="SQUARE"> - counter-reset
|
||||||
Pass <li type="SQUARE"> - counter-increment
|
Pass <li type="SQUARE"> - counter-increment
|
||||||
Pass <li type="SQUARE"> - text-align
|
Pass <li type="SQUARE"> - text-align
|
||||||
Fail <li type="SQUARE"> - list-style-position
|
Pass <li type="SQUARE"> - list-style-position
|
||||||
Pass <ol>
|
Pass <ol>
|
||||||
<li value="10"> - display
|
<li value="10"> - display
|
||||||
Pass <ol>
|
Pass <ol>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue