LibWeb: Implement the legacy Audio factory function

This creates an Audio element with preload="auto" and the given src
attribute.

Required by Cookie Clicker.
This commit is contained in:
Luke Wilde 2022-02-26 10:34:08 +00:00 committed by Andreas Kling
commit ed76b4238c
Notes: sideshowbarker 2024-07-17 18:15:00 +09:00
5 changed files with 249 additions and 151 deletions

View file

@ -167,6 +167,7 @@ namespace AttributeNames {
__ENUMERATE_HTML_ATTRIBUTE(placeholder) \
__ENUMERATE_HTML_ATTRIBUTE(playsinline) \
__ENUMERATE_HTML_ATTRIBUTE(poster) \
__ENUMERATE_HTML_ATTRIBUTE(preload) \
__ENUMERATE_HTML_ATTRIBUTE(readonly) \
__ENUMERATE_HTML_ATTRIBUTE(rel) \
__ENUMERATE_HTML_ATTRIBUTE(required) \