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
Currently we pretend that all CharacterData nodes (Text, CDATASection, ProcessingInstruction, and Comment) can have infinite length. In practice however it seems the upper limit has to be JavaScript's String's maximum length, which is 253 − 1.
Should we standardize on that and attempt to deal with the consequences for wholeText, normalize(), etc?
Currently we pretend that all
CharacterData
nodes (Text
,CDATASection
,ProcessingInstruction
, andComment
) can have infinite length. In practice however it seems the upper limit has to be JavaScript'sString
's maximum length, which is 253 − 1.Should we standardize on that and attempt to deal with the consequences for
wholeText
,normalize()
, etc?cc @rniwa @smaug---- @mfreed7
The text was updated successfully, but these errors were encountered: