style: Add a style attribute restyle hint.

This commit is contained in:
Emilio Cobos Álvarez 2017-01-26 23:01:06 +01:00
parent 9cdf78d53d
commit 7a9cdbb857
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 15 additions and 6 deletions

View file

@ -179,7 +179,7 @@ impl PendingRestyle {
}
}
// https://dom.spec.whatwg.org/#document
/// https://dom.spec.whatwg.org/#document
#[dom_struct]
pub struct Document {
node: Node,