You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary was initially restricted to AbstractString to ensure good default behavior. Non-inline elements would easily create undesirable results an end-user could not remedy other than to only use string-like objects. Here is an example with a long heading:
The restriction of only plain string content within <summary> elements is not one enforced by specification and so should be removed, provided an updated implementation can deliver a good default behavior for most simple cases.
summary
was initially restricted toAbstractString
to ensure good default behavior. Non-inline elements would easily create undesirable results an end-user could not remedy other than to only use string-like objects. Here is an example with a long heading:Even MDN demonstrates this issue:
The restriction of only plain string content within
<summary>
elements is not one enforced by specification and so should be removed, provided an updated implementation can deliver a good default behavior for most simple cases.Inspired: #290 (comment)
The text was updated successfully, but these errors were encountered: