mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-27 09:48:38 +09:00
issue #908 - implement missing parts of CSS mask
This commit is contained in:
parent
7b5e5f85de
commit
b5376e63c5
28 changed files with 574 additions and 449 deletions
|
|
@ -61,7 +61,6 @@ TryToStartImageLoadOnValue(const nsCSSValue& aValue, nsIDocument* aDocument,
|
|||
MOZ_ASSERT(aDocument);
|
||||
|
||||
if (aValue.GetUnit() == eCSSUnit_URL) {
|
||||
#ifdef MOZ_ENABLE_MASK_AS_SHORTHAND
|
||||
// The 'mask-image' property accepts local reference URIs.
|
||||
// For example,
|
||||
// mask-image: url(#mask_id); // refer to a SVG mask element, whose id is
|
||||
|
|
@ -94,7 +93,6 @@ TryToStartImageLoadOnValue(const nsCSSValue& aValue, nsIDocument* aDocument,
|
|||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
aValue.StartImageLoad(aDocument);
|
||||
if (aForTokenStream && aContext) {
|
||||
CSSVariableImageTable::Add(aContext, aProperty,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue