https://issues.apache.org/ooo/show_bug.cgi?id=125332
--- Comment #7 from Regina Henschel <[email protected]> --- (In reply to Armin Le Grand from comment #6) > Hi Regina, thanks so far. Thus I assume in > "../images/case-insensitivity.css" *is* a definition which references id="d" > by using something like '#d {fill: orange}'. Is that the case? Then I would > understand that the bottom right circle gets orange. Just wanted to have the > full view here. The file case-insensitivity.css has the content #d {fill: red } #d {FiLl: oRaNgE } So an application, that considers FiLl: oRaNgE as invalid, will stay with fill:red. An application, that ignores case, will take the later FiLl: oRaNgE. Remember that for competing css-rules the later wins. -- You are receiving this mail because: You are watching all issue changes.
