mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
Issue #1705 - Part 4: Add scrollbar-width CSS keyword to CSS parser.
This should be all parts needed to add a brand new enum keyword including getting the computed style from it...
This commit is contained in:
parent
21f707390d
commit
8e08d8bfd3
14 changed files with 72 additions and 0 deletions
|
|
@ -492,6 +492,7 @@ private:
|
|||
already_AddRefed<CSSValue> DoGetCursor();
|
||||
already_AddRefed<CSSValue> DoGetForceBrokenImageIcon();
|
||||
already_AddRefed<CSSValue> DoGetIMEMode();
|
||||
already_AddRefed<CSSValue> DoGetScrollbarWidth();
|
||||
already_AddRefed<CSSValue> DoGetUserFocus();
|
||||
already_AddRefed<CSSValue> DoGetUserInput();
|
||||
already_AddRefed<CSSValue> DoGetUserModify();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue