Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-12 | LibWeb: Add almost all obsolete but required IDL attributes | Luke | |
As according to https://html.spec.whatwg.org/multipage/obsolete.html Section 16.3 "Requirements for implementations" Not all of these attributes are included due to requiring a bit more functionality. | |||
2020-11-09 | LibWeb: Add support for reflected boolean values | Luke | |
Also throw in some missing reflected DOMString values | |||
2020-09-25 | Meta+LibHTTP through LibWeb: Make clang-format-10 clean | Ben Wiederhake | |
2020-08-12 | LibWeb: Fix #include <LibWeb/{DOM => HTML}/AttributeNames.h> | Linus Groh | |
This file has been moved from DOM/ to HTML/ in a784090b91139776b26fbac2a8426de3abdea308. | |||
2020-08-12 | LibWeb: Move HTML::AttributeNames file into HTML/ directory | Andreas Kling | |