html icon indicating copy to clipboard operation
html copied to clipboard

add support for custom attributes

Open TechComet opened this issue 1 year ago • 0 comments

Hi,

Custom attributes are attributes that are not part of the standard HTML5 attributes but are explicitly created. They allow us to add our information to HTML tags.

<element data-*="value">

TechComet avatar Apr 13 '24 18:04 TechComet