mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
style: Update a couple other spec links.
This commit is contained in:
parent
808102035e
commit
502b734a1a
1 changed files with 2 additions and 2 deletions
|
@ -369,7 +369,7 @@ impl PropertyDeclarationBlock {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <https://dev.w3.org/csswg/cssom/#dom-cssstyledeclaration-getpropertypriority>
|
/// <https://drafts.csswg.org/cssom/#dom-cssstyledeclaration-getpropertypriority>
|
||||||
pub fn property_priority(&self, property: &PropertyId) -> Importance {
|
pub fn property_priority(&self, property: &PropertyId) -> Importance {
|
||||||
// Step 1: done when parsing a string to PropertyId
|
// Step 1: done when parsing a string to PropertyId
|
||||||
|
|
||||||
|
@ -583,7 +583,7 @@ impl PropertyDeclarationBlock {
|
||||||
updated_at_least_one
|
updated_at_least_one
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <https://dev.w3.org/csswg/cssom/#dom-cssstyledeclaration-removeproperty>
|
/// <https://drafts.csswg.org/cssom/#dom-cssstyledeclaration-removeproperty>
|
||||||
///
|
///
|
||||||
/// Returns whether any declaration was actually removed.
|
/// Returns whether any declaration was actually removed.
|
||||||
pub fn remove_property(&mut self, property: &PropertyId) -> bool {
|
pub fn remove_property(&mut self, property: &PropertyId) -> bool {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue