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
|
@ -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