mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Use CustomIdent in Symbol::Ident
The former code was not following the spec.
This commit is contained in:
parent
a71b5d5e16
commit
ad7adee882
5 changed files with 51 additions and 6 deletions
|
@ -106113,6 +106113,18 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"css/css-counter-styles/broken-symbols.htm": [
|
||||
[
|
||||
"/css/css-counter-styles/broken-symbols.htm",
|
||||
[
|
||||
[
|
||||
"/css/css-counter-styles/broken-symbols-ref.htm",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/css-display/display-contents-alignment-001.html": [
|
||||
[
|
||||
"/css/css-display/display-contents-alignment-001.html",
|
||||
|
@ -237304,6 +237316,11 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"css/css-counter-styles/broken-symbols-ref.htm": [
|
||||
[
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/css-display/OWNERS": [
|
||||
[
|
||||
{}
|
||||
|
@ -484992,6 +485009,14 @@
|
|||
"dbfaae0538c8cd1e759b59712f53cd17388e7c48",
|
||||
"manual"
|
||||
],
|
||||
"css/css-counter-styles/broken-symbols-ref.htm": [
|
||||
"c794c4b6846212f4ed27e618cdd32a28b8ce013c",
|
||||
"support"
|
||||
],
|
||||
"css/css-counter-styles/broken-symbols.htm": [
|
||||
"23cb132e8efcdd1020e12c89c9d30a333708b72e",
|
||||
"reftest"
|
||||
],
|
||||
"css/css-counter-styles/cambodian/css3-counter-styles-158.html": [
|
||||
"a334bd087e7a808567daeeae419a80466a377ef3",
|
||||
"manual"
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="UTF-8">
|
||||
<ol><li>Should have "1." as bullet point.</ol>
|
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="UTF-8">
|
||||
<title>CSS Test: invalid counter-style symbols</title>
|
||||
<link rel="author" title="Anthony Ramine" href="mailto:n.oxyde@gmail.com">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-counter-styles-3/#typedef-symbol">
|
||||
<link rel="match" href="broken-symbols-ref.htm">
|
||||
<style type="text/css">
|
||||
@counter-style a {
|
||||
system: alphabetic;
|
||||
symbols: ⓐ inherit;
|
||||
}
|
||||
</style>
|
||||
<ol style="list-style-type: a"><li>Should have "1." as bullet point.</ol>
|
Loading…
Add table
Add a link
Reference in a new issue