This README describes a new feature proposal to ECMASCRIPT.
The feature consists of a browser API that handles custom html attributes.
Custom html attributes, are aimed to fill some cases that are not handled by custom elements. It consists of adding reusable attributes that can be set to any html element.
Custom attributes should have a special notation (eg: starting by #
), to distinguish them from normal attributes.