#11565 closed enhancement (duplicate)
css() should auto-normalize vendor-specific CSS properties
Reported by: | SineSwiper | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Per docs for jQuery.cssHooks:
Before normalizing a vendor-specific CSS property, first determine whether the browser supports the standard property or a vendor-prefixed variation. For example, to check for support of the border-radius property, see if any variation is a member of a temporary element's style object.
That's a great idea! Soooo... why isn't that just the standard behavior for css()? If I want to look at MozOutlineColor, why can't I just say .css('outlineColor')?
Change History (6)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:4 Changed 11 years ago by
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
comment:5 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
Working code: