mirror of
https://github.com/servo/servo.git
synced 2025-06-08 00:23:30 +00:00
Some interfaces like Node, CharacterData and HTMLTableCellElement are never instantiated directly, only their descendant interfaces are. Those are marked with [Abstract] to set their type_id to None instead of having dummy values in the TypeId enums. |
||
---|---|---|
.. | ||
tests | ||
abstract.patch | ||
external.patch | ||
module.patch | ||
README | ||
runtests.py | ||
update.sh | ||
UPSTREAM | ||
WebIDL.py |
A WebIDL parser written in Python to be used in Mozilla.