About *CSS Backgrounds and Borders Module Level 3* - *Working Draft 12 June 2010* Hi, reading through the background and border module I came across the following things that I believe are mistakes in the text/editing of the document. I intend to also mention things that could be considered lacks in the content/explanations (in all the humility of my opinion). This may seem off topic but I truly don't purpose to discuss the specification itself, merely pointing at the content of a certain version. - in 4.4. The ?border-radius? properties Prose specifies the meaning of border-radius values for the case of values being given before and after the slash, and for the case of no slash being used. I believe it makes quite unclear what behavior is induced when a slash is used but followed by no value: wether this is illegal syntax, or as for border-*-radius the second value is copied from the first. - 4.4.4. Overlapping Curves In Example XXII a line goes like this: "/The height (2.5em) is enough
Similar:
- Who do browsers bother with browser specific properties??? Does it not seem strange to anyone that web browsers use browser specific CSS properties? For example: CSS Code: -moz-border-radius -webkit-border-radius Why would they just...
- [css3-box-model] The border-opacity property Hi. I know that this could be also achieved using the RGBA notation on the border-color property, but I think that this property would be...
- list of shorthand css properties A JavaScript function I made needs to parse all CSS values that don’t necessarily have ‘one’ value attached to them. For example, margin:0 0 4px...
- 1px gap between border and background when styling the button tag in Internet Explorer. Internet explorer adds a strange 1px gap between the border and background of button elements. Here’s css. I’ve made the background of the button green...
- CSS round edges and IE issue Hello People ^_^ Im using a div tag with a table and using the CSS to give it a white background with round edges, its...