Community
Participate
Working Groups
It looks like we're missing the new border-bottom-left-radius property in the CSS3 profile.
Created attachment 187208 [details] patch Fixes a copy/paste mistake.
* Explain why you believe this is a stop-ship defect. Or, if it is a "hotbug" (requested by an adopter) please document it as such. Since this is our first release with CSS3 support, we want to make sure it is as correct and as complete as possible. * Is there a work-around? If so, why do you believe the work-around is insufficient? No. * How has the fix been tested? Is there a test case attached to the bugzilla record? Has a JUnit Test been added? Ad hoc testing. * Give a brief technical overview. Who has reviewed this fix? The problem was a copy/paste mistake, so the content model was never made aware of boorder-bottom-left-radius being a CSS3 property, but instead border-bottom-right-radius was read in as a property twice. Nitin has reviewed the patch. * What is the risk associated with this fix? None, it was a copy/paste mistake.
Thanks for the quick review. Code has been released.