Re: Line breaks in comments.
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
Dan Tsimbala wrote: > Well i actually did the wrong assumption. After some research, I actually > found that the file itself contains CR+LF everywhere Ah, yes. We do newline normalization to LF in textnodes, but not comments. That's a bug; per DOM spec we should be doing it everywhere. Luckily, the parser's being rewritten anyway, which should hopefully just fix this. -Boris