mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 02:29:21 +00:00
LibWeb: Implement the translate attribute
This commit is contained in:
parent
4b3715ccba
commit
279913a223
Notes:
github-actions[bot]
2025-05-23 12:35:07 +00:00
Author: https://github.com/Calme1709
Commit: 279913a223
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4855
Reviewed-by: https://github.com/gmta ✅
24 changed files with 399 additions and 1 deletions
|
@ -299,6 +299,7 @@ namespace AttributeNames {
|
|||
__ENUMERATE_HTML_ATTRIBUTE(text, "text") \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(title, "title") \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(topmargin, "topmargin") \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(translate, "translate") \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(truespeed, "truespeed") \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(type, "type") \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(usemap, "usemap") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue