Skip to content

Commit

Permalink
style: Update a couple other spec links.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Feb 14, 2018
1 parent 8081020 commit 502b734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/style/properties/declaration_block.rs
Expand Up @@ -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 {
// Step 1: done when parsing a string to PropertyId

Expand Down Expand Up @@ -583,7 +583,7 @@ impl PropertyDeclarationBlock {
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.
pub fn remove_property(&mut self, property: &PropertyId) -> bool {
Expand Down

0 comments on commit 502b734

Please sign in to comment.