buntarb / closure-stylesheets

Automatically exported from code.google.com/p/closure-stylesheets
Apache License 2.0
0 stars 0 forks source link

Latest build from sources does not allow outline-offset property #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Compiling following test stylesheet:

*:focus {
 outline-offset: -1px;
 outline: 1px solid black;
}

result was:
*:focus{outline:1px solid black}

outline-offset property simply omitted without error.

However, when properties places exchanged (outline property on top),

i got following error:

outline-offset is an unrecognized property in test.css at line 3 column 2:
        outline-offset: -1px;
 ^

1 error(s), 0 warning(s)

What is the expected output? What do you see instead?

Error from compiler or outline-offset option in compiled css.

What version of the product are you using? On what operating system?

Revision: c9f1228275dc

Original issue reported on code.google.com by vbatic...@gmail.com on 2 Oct 2012 at 8:48

GoogleCodeExporter commented 9 years ago
This issue was closed by revision c0f392718161.

Original comment by nicksan...@google.com on 9 Oct 2012 at 9:53