browser icon indicating copy to clipboard operation
browser copied to clipboard

dom: element.style property

Open krichprollsch opened this issue 11 months ago • 0 comments

https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style https://drafts.csswg.org/cssom/#dom-elementcssinlinestyle-style

let a = document.createElement('a');
a.style.maxHeight == '0px'

krichprollsch avatar Feb 28 '24 08:02 krichprollsch