mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +01:00
stylo: Add support for xml:lang
MozReview-Commit-ID: E0GpyPKES3k
This commit is contained in:
parent
8dea66e6f1
commit
5d6bc8177e
3 changed files with 31 additions and 7 deletions
|
@ -479,6 +479,10 @@ extern "C" {
|
|||
pub fn Gecko_GetElementId(element: RawGeckoElementBorrowed)
|
||||
-> *mut nsIAtom;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_GetXMLLangValue(element: RawGeckoElementBorrowed)
|
||||
-> *mut nsIAtom;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_AtomAttrValue(element: RawGeckoElementBorrowed,
|
||||
attribute: *mut nsIAtom) -> *mut nsIAtom;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue