mirror of
https://github.com/servo/servo
synced 2026-05-09 16:42:16 +02:00
Removed the following on `script_bindings/codegen/run.py`: ``` # https://drafts.csswg.org/cssom/#dom-cssstyledeclaration-webkit-cased-attribute if property_name.startswith("-webkit-"): yield "".join(camel_case(property_name, True)) ``` Credits to @jdm ! Fixes: issue #40545 --------- Signed-off-by: Richard Tjokroutomo <richard.tjokro2@gmail.com>