- From: <bugzilla@jessica.w3.org>
- Date: Fri, 01 Oct 2010 14:32:40 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10954 Boris Zbarsky <bzbarsky@mit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bzbarsky@mit.edu --- Comment #1 from Boris Zbarsky <bzbarsky@mit.edu> 2010-10-01 14:32:39 UTC --- The <pre> per se is not an issue for format=flowed. For example, one can just change the styling on it to allow wrapping inside; the pre-wrap whitespace style would work fine, for example. The PLAINTEXT state would be more of a problem, since it doesn't do the processing format=flowed needs to do (removing line breaks following spaces, for example). Also, to get the wrapping of quoted text right (and especially the quoting) one probably needs to introduce more nodes into the DOM. The big worry with that last bit is that some pages reach into text/plain DOMs and muck with them last I checked. Maybe that's rare enough that there are no issues with modifying those DOMs slightly though. -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Friday, 1 October 2010 14:32:45 UTC