mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Resolve list item marker using registered counter styles
This commit is contained in:
Notes:
github-actions[bot]
2026-02-23 11:22:22 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/8d4084261ac Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8052 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<meta charset="UTF-8">
|
||||
<ol><li>Should have "1." as bullet point.</ol>
|
||||
@@ -0,0 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<meta charset="UTF-8">
|
||||
<title>CSS Reference: symbols function, invalid</title>
|
||||
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org/">
|
||||
<link rel="stylesheet" href="../../../../../input/wpt-import/css/css-counter-styles/counter-style-at-rule/support/test-common.css">
|
||||
<ol start="-2" style="list-style-type: decimal">
|
||||
<li>foo<li>bar<li>foo<li>bar
|
||||
</ol>
|
||||
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<meta charset="UTF-8">
|
||||
<title>CSS Reference: symbols function, invalid</title>
|
||||
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org/">
|
||||
<link rel="stylesheet" href="../../../../../input/wpt-import/css/css-counter-styles/counter-style-at-rule/support/test-common.css">
|
||||
<ol start="-2" style="list-style-type: decimal">
|
||||
<li>foo<li>bar<li>foo<li>bar
|
||||
</ol>
|
||||
<ol start="-2" style="list-style-type: decimal">
|
||||
<li>foo<li>bar<li>foo<li>bar
|
||||
</ol>
|
||||
Reference in New Issue
Block a user