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
Tabs, carriage returns and line feeds in attribute values currently do not survive a round-trip through serialization (see w3c/DOM-Parsing#59). It looks like Chrome, Firefox and Edge deviate from the spec and do escape these characters such that they can round-trip cleanly. We should probably do the same.
The text was updated successfully, but these errors were encountered:
Tabs, carriage returns and line feeds in attribute values currently do not survive a round-trip through serialization (see w3c/DOM-Parsing#59). It looks like Chrome, Firefox and Edge deviate from the spec and do escape these characters such that they can round-trip cleanly. We should probably do the same.
The text was updated successfully, but these errors were encountered: