diff options
author | Timothy Flynn <trflynn89@pm.me> | 2023-03-14 14:59:06 -0400 |
---|---|---|
committer | Tim Flynn <trflynn89@pm.me> | 2023-03-14 16:30:19 -0400 |
commit | 9c569e8a0f33cd156aa4f3379b0c009bd0cd3755 (patch) | |
tree | 79bb91aa847b3308239b0ec388781b492a7f0d22 /Tests/LibTextCodec | |
parent | 3bd1d8bf6c076085d50580ade3758dacf937874d (diff) | |
download | serenity-9c569e8a0f33cd156aa4f3379b0c009bd0cd3755.zip |
LibWeb: Implement the [PutForwards] IDL extended attribute
For example, consider the attribute:
interface Element {
[PutForwards=value] readonly attribute DOMTokenList classList;
}
When `classList` is set, we should instead set the attribute `value` on
the `classList` attribute of the Element interface.
Diffstat (limited to 'Tests/LibTextCodec')
0 files changed, 0 insertions, 0 deletions