mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Atomize namespace prefixes.
This commit is contained in:
parent
84fed1a62f
commit
6173e1d339
4 changed files with 19 additions and 9 deletions
|
@ -145,7 +145,7 @@ impl SelectorImpl for ServoSelectorImpl {
|
|||
type Identifier = Atom;
|
||||
type ClassName = Atom;
|
||||
type LocalName = Atom;
|
||||
type NamespacePrefix = String;
|
||||
type NamespacePrefix = Atom;
|
||||
type NamespaceUrl = Namespace;
|
||||
type BorrowedLocalName = Atom;
|
||||
type BorrowedNamespaceUrl = Namespace;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue