summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/AttributeNames.cpp
AgeCommit message (Collapse)Author
2020-11-12LibWeb: Add almost all obsolete but required IDL attributesLuke
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-09LibWeb: Add support for reflected boolean valuesLuke
Also throw in some missing reflected DOMString values
2020-09-25Meta+LibHTTP through LibWeb: Make clang-format-10 cleanBen Wiederhake
2020-08-12LibWeb: Fix #include <LibWeb/{DOM => HTML}/AttributeNames.h>Linus Groh
This file has been moved from DOM/ to HTML/ in a784090b91139776b26fbac2a8426de3abdea308.
2020-08-12LibWeb: Move HTML::AttributeNames file into HTML/ directoryAndreas Kling