Fix bug that border-image test is incorrect
According to CSS Backgrounds and Borders Module Level 3, border-image property's fourth value is border-image-outset property's value, not border-image-width property's value. border-image-outset property doesn't accept a percentage value.
Fix bug that cursor test is incorrect
According to CSS Basic User Interface Module Level 3, in case of image cursors, cursor property is two-value syntax, not one-value syntax.
If percentages are accepted in the context in which the expression is placed, a PERCENTAGE token has the type of the value that percentages are relative to; otherwise, a math expression containing percentages is invalid.
About Bugfixes:
http://www.w3.org/TR/css3-background/#the-border-image
http://www.w3.org/TR/css3-background/#border-image-outset
http://www.w3.org/TR/css3-mediaqueries/#syntax
http://dev.w3.org/csswg/css3-ui/#cursor
http://www.w3.org/TR/css3-background/#ltborder-widthgt
http://dev.w3.org/csswg/css3-values/#calc-type-checking
About Updates:
http://dev.w3.org/csswg/css3-text/#recent-changes
http://dev.w3.org/csswg/css-text-decor-3/#text-decoration-skip-property
http://dev.w3.org/csswg/css-text-decor-3/#text-underline-position-property
http://dev.w3.org/csswg/css-text-decor-3/#text-emphasis-position-property
http://dev.w3.org/csswg/css3-fonts/#font-variant-ligatures-prop
http://dev.w3.org/csswg/css3-fonts/#font-variant-alternates-prop
http://dev.w3.org/csswg/css3-fonts/#font-variant-prop
http://dev.w3.org/csswg/css3-writing-modes/#unicode-bidi
http://dev.w3.org/csswg/css3-writing-modes/#text-orientation
http://dev.w3.org/csswg/css3-writing-modes/#text-combine-horizontal
http://dev.w3.org/csswg/css3-writing-modes/#recent-changes