summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/AttributeNames.h
AgeCommit message (Expand)Author
2023-05-13LibWeb: Let HTMLImageElement delay the document load event againAndreas Kling
2023-04-06LibWeb: Introduce CustomElementRegistry and creating custom elementsLuke Wilde
2023-03-31LibWeb: Add HTMLAnchorElement.referrerPolicy propertySam Atkins
2023-03-19LibWeb: Implement 'create a potential-CORS request' algorithmSrikavin Ramkumar
2023-03-18LibWeb: Initialize static web strings during main-thread VM creationTimothy Flynn
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2023-01-09LibWeb: Run object representation steps on specified attribute updatesSrikavin Ramkumar
2022-11-13LibWeb: Implement bare-bones `HTMLElement.dir`Igor Pissolati
2022-11-10LibWeb: Define method to check if an attribute is a boolean attributeTimothy Flynn
2022-11-10LibWeb: Define a few missing attribute namesTimothy Flynn
2022-11-07LibWeb: Implement HTMLOrSVGElement.tabIndexLuke Wilde
2022-06-29LibWeb: Implement WindowEventHandlersLuke Wilde
2022-03-29LibWeb: Add HTMLTableCellElement::rowSpanSimon Wanner
2022-03-26LibWeb: Support the hspace and vspace attributes on img elementsAndreas Kling
2022-03-01LibWeb: Associate form elements with a form in parsing and dynamicallyLuke Wilde
2022-02-26LibWeb: Implement the legacy Audio factory functionLuke Wilde
2021-09-07Everywhere: Behaviour => BehaviorAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-03LibWeb: Add a whole bunch of onfooevent names to HTML::AttributeNamesAndreas Kling
2021-01-29LibWeb: Flesh out prepare_script and execute_scriptLuke
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling