[Webkit-unassigned] [Bug 20127] Add CSS gradient support for borders

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 6 09:29:00 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=20127


Erik Arvidsson <arv at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




--- Comment #6 from Erik Arvidsson <arv at chromium.org>  2011-10-06 09:29:00 PST ---
This is now doable with border-image

<style>

#a {
  display: inline-block;
  border-width: 2px;
  border-image-source: -webkit-linear-gradient(#aaa, #333);
  border-image-slice: 2;
  background:  -webkit-linear-gradient(#eee, #aaa);
  padding: 2px 5px
}

</style>

<div id=a>Hello World</div>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list