What information was incorrect, unhelpful, or incomplete?
-
Using the characters "<o" in the Playground's HTML input area, causes whatever is in the JavaScript input area to show up in the HTML preview.
-
Behavior persists so long as the tag (intended to use <output> when I discovered this by accident) remains incomplete even if there are inputs that precede or succeed it.
-
Can't tell if this is the result of a mishandling of some string interpolation, some quirk with the playground or if its an inherent problem with the HTML tag itself
-
Not too sure if its isolated only to certain devices but am experiencing it on a Pixel 10 Pro Fold and a 2020 13" MacBook Pro.
-
Also not sure if this is tantamount to using .innerText which might not be so worrying than of its an equivalent of innerHTML, for e.g., hence this issue...
-
And a live example you can use as a reference if it occurs at all,
otherwise please refer to the screenshots attached for more details.
What did you expect to see?
Nothing. Incomplete HTML tags either show up as they are typed or as nothing at all and nor expose another element's content.
Do you have any supporting links, references, or citations?
As provided:
- live example
-
-
Do you have anything more you want to share?
No response
What information was incorrect, unhelpful, or incomplete?
Using the characters "<o" in the Playground's HTML input area, causes whatever is in the JavaScript input area to show up in the HTML preview.
Behavior persists so long as the tag (intended to use
<output>when I discovered this by accident) remains incomplete even if there are inputs that precede or succeed it.Can't tell if this is the result of a mishandling of some string interpolation, some quirk with the playground or if its an inherent problem with the HTML tag itself
Not too sure if its isolated only to certain devices but am experiencing it on a Pixel 10 Pro Fold and a 2020 13" MacBook Pro.
Also not sure if this is tantamount to using
.innerTextwhich might not be so worrying than of its an equivalent ofinnerHTML, for e.g., hence this issue...And a live example you can use as a reference if it occurs at all,
otherwise please refer to the screenshots attached for more details.
What did you expect to see?
Nothing. Incomplete HTML tags either show up as they are typed or as nothing at all and nor expose another element's content.
Do you have any supporting links, references, or citations?
As provided:
Do you have anything more you want to share?
No response