mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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
|
@ -211,8 +211,8 @@ impl ToComputedValue for specified::Color {
|
|||
specified::Color::MozVisitedHyperlinktext => to_rgba(pres_context.mVisitedLinkColor),
|
||||
specified::Color::InheritFromBodyQuirk => {
|
||||
use dom::TElement;
|
||||
use gecko_bindings::bindings::Gecko_GetBody;
|
||||
use gecko::wrapper::GeckoElement;
|
||||
use gecko_bindings::bindings::Gecko_GetBody;
|
||||
let body = unsafe {
|
||||
Gecko_GetBody(pres_context)
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue