Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-27 | LibWeb: Add a whole bunch of HTML DOM bindings | Luke | |
Note that these aren't full implementations of the bindings. This mostly implements the low hanging fruit (namely, basic reflections) There are some attributes that should be USVString instead of DOMString. However, USVString is a slightly different definition of DOMString, so it should suffice for now. |