innerText-spec icon indicating copy to clipboard operation
innerText-spec copied to clipboard

Draft specification for DOM "innerText" property

Results 2 innerText-spec issues
Sort by recently updated
recently updated
newest added

As rendered, an explicit newline at the end of a block collapses with a "required newline". Consider ``` line1
line2 ``` This is rendered (in my experience) with no blank line...

As currently written the spec requires layout for only one reason: because a CSS `::first-line` rule may apply `text-transform`, which affects `innerText`, and you need to know where that line...