mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Remove cssText from CSSStyleValue
Removed from associated .rs and .webidl
This commit is contained in:
parent
882b22b606
commit
f92dbdbdf3
2 changed files with 0 additions and 12 deletions
|
@ -38,14 +38,6 @@ impl CSSStyleValueMethods for CSSStyleValue {
|
|||
fn Stringifier(&self) -> DOMString {
|
||||
DOMString::from(&*self.value)
|
||||
}
|
||||
|
||||
/// This attribute is no longer part of the `CSSStyleValue` interface,
|
||||
/// but is still used in some examples.
|
||||
/// https://github.com/GoogleChrome/houdini-samples/issues/16
|
||||
// check-tidy: no specs after this line
|
||||
fn CssText(&self) -> DOMString {
|
||||
self.Stringifier()
|
||||
}
|
||||
}
|
||||
|
||||
impl CSSStyleValue {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue