[wp-trac] [WordPress Trac] #46786: Twenty Twelve: Background gradient argument
WordPress Trac
noreply at wordpress.org
Wed Apr 3 15:36:07 UTC 2019
#46786: Twenty Twelve: Background gradient argument
---------------------------+---------------------
Reporter: man4toman | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 5.2
Component: Bundled Theme | Version:
Severity: normal | Resolution:
Keywords: has-patch | Focuses:
---------------------------+---------------------
Changes (by joyously):
* keywords: has-patch commit => has-patch
Comment:
The patch doesn't actually fix the problem, because this ticket was just
written for syntax. The real problem is that the old syntax goes the other
direction from the new syntax.
For example,
`-webkit-linear-gradient(top, #f4f4f4, #e6e6e6);`
will start at top with #f4f4f4 and go down to #e6e6e6. But
`linear-gradient(to top, #f4f4f4, #e6e6e6);`
will start at bottom with #f4f4f4 and go to top to #e6e6e6.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/46786#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list