--------------Boundary-00=_7S2Q93PFPTPTCYDNR115 Content-Type: text/plain Content-Transfer-Encoding: 8bit Hi, The attached patch fixes the following problems : 1.) A patch I previously commited to make sure the CSS parser ignore any @import statements after inlined style declrations did not work when you reloaded the document because the flag used indicate whether we had already parsed an inlined style declaration was never reset ! Also that patch did not properly parse past the incorrect @import statement. 2.) The CSS parser does not ignore html comments if they do not come first in the OR To fix this I have moved the html comment detection code from CSSStyleSheetImpl::parseString -> StyleBaseImpl::parseRule and added code to check and skip the closing tag of an html comment as well. In fact, now it does not matter where the comment tag appears withing the