Jason Johnston

Results 60 issues of Jason Johnston

To avoid noticeable rendering delays when first using a font, we should add preloading capability. You can already handle the font file itself using ``, but we can additionally allow...

Implement rendering of the 'inset' keyword in box-shadow. Currently the code will allow this keyword when parsing but will not render it. There is some partly-implemented code in BoxShadowRenderer.js, which...

The draft spec (http://dev.w3.org/csswg/css3-background/#box-shadow) says that outset box-shadow rendering should only display outside the element's border-box, and be transparent behind it. This allows the element to have a non-opaque background...

Would be great to allow users to select a set of features (box-shadow, gradients, border-image, etc.) which they want to use and produce a customized build with only the code...

See http://css3pie.com/forum/viewtopic.php?f=3&t=304 If the positioning parent is scrollable, and initially scrolled upon page load, the css3-container is not positioned correctly. Need to add in the scrollLeft/scrollTop.

CSS3 introduces the calc() function for specifying length values, which allows for useful things like pixel offsets from a percentage etc. Spec reference: http://www.w3.org/TR/css3-values/#calc

As a workaround for IE6's lack of support for transparent borders, the target element's children are wrapped within a custom "ie6-mask" element in order to hide the element's native border....

http://css3pie.com/forum/viewtopic.php?f=3&t=1989

While RGBA colors are currently accepted when parsing linear-gradient values, they are always rendered with 100% opacity. This is because VML does not support per-stop opacity. VML does allow a...

Changes to the target element's z-index via script do not cause PIE to change its rendering element's z-index to match. It does handle z-index changes but only when the element's...