ladybird/Userland/Libraries/LibWeb/CodeGenerators
Andreas Kling b092353e4d LibWeb: Add basic support for HTMLInputElement.form
HTMLInputElement now inherits from FormAssociatedElement, which will
be a common base for the handful of elements that need to track their
owner form (and register with it for the form.elements collection.)

At the moment, the owner form is assigned during DOM insertion/removal
of an HTMLInputElement. I didn't implement any of the legacy behaviors
defined by the HTML parsing spec yet.
2021-04-20 12:05:56 +02:00
..
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Generate_CSS_PropertyID_cpp.cpp LibWeb: Support "pseudo" CSS properties 2021-04-05 18:49:04 +02:00
Generate_CSS_PropertyID_h.cpp LibWeb: Support "pseudo" CSS properties 2021-04-05 18:49:04 +02:00
Generate_CSS_ValueID_cpp.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Generate_CSS_ValueID_h.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
WrapperGenerator.cpp LibWeb: Add basic support for HTMLInputElement.form 2021-04-20 12:05:56 +02:00