mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
LibWeb: Add the scope
attribute
(cherry picked from commit c4225187927f12d444612a8bc4e5d0f6bd21aa83)
This commit is contained in:
parent
8537cd76f3
commit
1ca34ff710
1 changed files with 1 additions and 0 deletions
|
@ -227,6 +227,7 @@ namespace AttributeNames {
|
|||
__ENUMERATE_HTML_ATTRIBUTE(rowspan) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(rules) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(scheme) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(scope) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(scrollamount) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(scrolldelay) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(scrolling) \
|
||||
|
|
Loading…
Reference in a new issue