mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Stylo: add content: -moz-alt-content
This commit is contained in:
parent
469ed934e7
commit
d2e0098a03
2 changed files with 16 additions and 0 deletions
|
@ -3120,6 +3120,8 @@ clip-path
|
|||
=> self.gecko.mContents[i].mType = eStyleContentType_NoOpenQuote,
|
||||
ContentItem::NoCloseQuote
|
||||
=> self.gecko.mContents[i].mType = eStyleContentType_NoCloseQuote,
|
||||
ContentItem::MozAltContent
|
||||
=> self.gecko.mContents[i].mType = eStyleContentType_AltContent,
|
||||
ContentItem::Counter(..) |
|
||||
ContentItem::Counters(..)
|
||||
=> self.gecko.mContents[i].mType = eStyleContentType_Uninitialized,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue