Age | Commit message (Collapse) | Author |
|
this lets us totally drop "internal" but exported function
initializeLanguageObject - we'll still need to provide the
external link spec in essentially the exact same way in the
future, when external link spec is dynamic, but presently
there's no need for this function or providing at all.
|
|
|
|
|
|
|
|
|
|
This will have no unforeseen consequences.
Which is to say, one good consequence.
|
|
This will have no unforeseen consequences.
Which is to say, no consequences.
|
|
Checking contentOnly only tells if a tag is, you know,
content-only. But other tags are content, and they were
getting stringified here! This caused chunkwrap to intrude
where it shouldn't, thinking it really was getting passed
a string of normal, non-HTML content.
We're using html.smush() to the intended effect now,
still collapsing those tags flat and then iterating over
the contents to sanitize like usual.
|
|
|
|
|
|
|
|
Total bullshit. Sorry!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Undefined isn't implied by empty() call so this is a behavioral
change, too.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Oops we accidentally excluded this from #415.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Behind an option, for now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also related counting functions.
|
|
|
|
|