Community
Participate
Working Groups
Build Identifier: The editor is missing some property values, it does not offer them while auto-completing. For 'display' property the editor should also offer 'inline-block' (CSS2), for all properties 'initial' (CSS3) is also valid value. Reproducible: Always
other missing properties: - 'box-shadow' http://www.w3.org/TR/css3-background/#the-box-shadow - 'border-radius' - 'border-top-left-radius' - 'border-top-right-radius' - 'border-bottom-right-radius' - 'border-bottom-left-radius' http://www.w3.org/TR/css3-background/#border-radius - 'rgba()' for color values http://www.w3.org/TR/css3-color/#rgba-color
Created attachment 178390 [details] patch We don't support CSS3 right now.Some of the property values you mentioned for example 'inline-block' were added in CSS2.1. Source: http://www.w3.org/TR/CSS2/changes.html#q3 Based on changes for 2.1, i am attaching a patch.Request for CSS3 in my opinion is an enhancement.
(In reply to comment #2) > Request for CSS3 in my opinion is an enhancement. I have filed a new request: https://bugs.eclipse.org/bugs/show_bug.cgi?id=324731
Hi Rakesh, I would prefer if we just included the changes for 2.1 into the profile for 2. I do not think revision 1 was large enough to justify an entirely new profile. Also, I'm not fully certain that these profiles hold much weight these days. Finally, by not creating a new profile, we can merge these changes in time for 3.2.3. Thanks for taking a look.
Created attachment 181796 [details] new patch New patch based on above suggestion.
Looks good. Thanks, Rakesh.