[Bug 9123] RGBA not supported as a border color.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=9123

max.berghammer@whiteduck.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |max.berghammer@whiteduck.de
         Resolution|FIXED                       |---

--- Comment #4 from max.berghammer@whiteduck.de ---
The current version still says, that a valid rgba-value is an error for the
outline-property...
example:

.thinOutline,
.tile,
ul.tiles li a,
.mainnav ul li a,
ul.subnav li a {
    outline: rgba(0, 0, 0, 0.25) solid 1px;
    outline-offset: -1px;
}

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 31 October 2012 20:42:17 UTC