NodeAttributes
in
Marker interface for typed element attributes.
Each HTML element has a corresponding attributes class with public properties
matching the element's IDL attributes (e.g. DivAttributes, InputAttributes).
Properties use PHP types mapped from WebIDL: ?string, ?bool, ?int.