mirror of
https://github.com/RGBCube/serenity
synced 2026-01-18 18:10:59 +00:00
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.
|
||
|---|---|---|
| .. | ||
| BindingsGenerator | ||
| CMakeLists.txt | ||
| GenerateCSSEnums.cpp | ||
| GenerateCSSMediaFeatureID.cpp | ||
| GenerateCSSPropertyID.cpp | ||
| GenerateCSSTransformFunctions.cpp | ||
| GenerateCSSValueID.cpp | ||
| GenerateWindowOrWorkerInterfaces.cpp | ||
| GeneratorUtil.h | ||