Recent Docs Activity
View all activityPage | Date | Comment |
---|---|---|
border-width |
Missed a white space. | |
border-width |
"horizontal" and "vertical" terms can be misleading. It is better to explicitly specify the sides which the value is applied to, according to the spec. Rephrased the summary and values section as well. | |
border-color |
rephrasing the comment | |
border-color |
"horizontal", "vertical", "top", "bottom", "left", "right" are not "values" for the border-color property. Listing the sides in the "values" section is misleading. The only valid value for the property is: [ <color> | transparent ]{1,4} | inherit | |
border-color |
"horizontal" and "vertical" terms can be misleading as different people interpret them in different ways. It is better to explicitly specify the sides which the value is applied to, according to the spec. |