Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
spec:css-backgrounds-4 [2015/01/19 17:32] leaspec:css-backgrounds-4 [2015/01/21 13:25] (current) lea
Line 9: Line 9:
   * Can’t handle cases like http://dabblet.com/gist/55b5f131c45702a55684 where the border is a continuous image (perhaps should be solved with a way to //subtract// areas in background-clip? Maybe something like background-clip: border-box / padding-box; ?)   * Can’t handle cases like http://dabblet.com/gist/55b5f131c45702a55684 where the border is a continuous image (perhaps should be solved with a way to //subtract// areas in background-clip? Maybe something like background-clip: border-box / padding-box; ?)
   * Cases like http://dabblet.com/gist/0f6900d370f55ec9c975 are solved suboptimally (no ems supported in border-image-slice, need to match border-width with border-image-slice etc)   * Cases like http://dabblet.com/gist/0f6900d370f55ec9c975 are solved suboptimally (no ems supported in border-image-slice, need to match border-width with border-image-slice etc)
 +
 +== border-radius ==
 +  * Logical properties (e.g. ''border-start-end-radius'')
 +  * Side shorthands (e.g. ''border-top-radius'', ''border-right-radius'' etc)
 +
 +== corner-shape ==
 +  * Custom corner shapes? How?
 +  * corners shorthand for corner-shape & border-radius, to avoid clumsy fallback
 +
 +== border-clip ==
 +  * Current syntax is confusing. Need to make a list of use cases we need to address and come up with a better syntax.
 
spec/css-backgrounds-4.txt · Last modified: 2015/01/21 13:25 by lea
Recent changes RSS feed Valid XHTML 1.0 Valid CSS Driven by DokuWiki