mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
LibWeb: Implement the HTMLTrackElement.kind attribute
This reflects the HTML `kind` attribute.
This commit is contained in:
committed by
Andreas Kling
parent
0c4f257021
commit
bdaa7f0e8e
Notes:
sideshowbarker
2024-07-17 20:19:08 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/bdaa7f0e8e Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/316
@@ -94,6 +94,7 @@ namespace AttributeNames {
|
||||
__ENUMERATE_HTML_ATTRIBUTE(is) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(ismap) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(itemscope) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(kind) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(label) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(lang) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(language) \
|
||||
|
||||
Reference in New Issue
Block a user