mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Revert "layout: Implement ordered lists, CSS counters, and quotes
per CSS 2.1"
This reverts commit 30fd28d107
.
This commit is contained in:
parent
7a218b3f08
commit
4c1d778ced
36 changed files with 496 additions and 1735 deletions
|
@ -103,11 +103,6 @@ partial interface CSSStyleDeclaration {
|
|||
[TreatNullAs=EmptyString] attribute DOMString listStyleType;
|
||||
[TreatNullAs=EmptyString] attribute DOMString listStyleImage;
|
||||
|
||||
[TreatNullAs=EmptyString] attribute DOMString quotes;
|
||||
|
||||
[TreatNullAs=EmptyString] attribute DOMString counterIncrement;
|
||||
[TreatNullAs=EmptyString] attribute DOMString counterReset;
|
||||
|
||||
[TreatNullAs=EmptyString] attribute DOMString overflow;
|
||||
[TreatNullAs=EmptyString] attribute DOMString overflowX;
|
||||
[TreatNullAs=EmptyString] attribute DOMString overflowY;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue