forked from w3c/csswg-wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss3-background.txt
More file actions
37 lines (23 loc) · 1.5 KB
/
css3-background.txt
File metadata and controls
37 lines (23 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
====== CSS Backgrounds and Borders Level 3 ======
...
===== Current Issues =====
The following are known problems in the [[http://www.w3.org/TR/2005/WD-css3-background-20050216/|16 February 2005 CSS Backgrounds and Borders Level 3 Working Draft]].
==== Issue 1 ====
;URL : http://lists.w3.org/Archives/Public/www-style/2006Jul/0017.html
;Summary : Specify what happens when border-radius is more than 50% of the box's width/height.
;Status : Needs proposal
==== Issue 2 ====
;URL : http://lists.w3.org/Archives/Public/www-style/2006Jul/0017.html
;Summary : Need border-image clarifications
;Proposal : http://lists.w3.org/Archives/Public/www-style/2007Jun/0096.html
;Resolution : Proposal accepted
;Status : Needs editor approval + edits
==== Issue 3 ====
;URL : http://lists.w3.org/Archives/Public/www-style/2007Jun/0073.html
;Summary : Middle image doesn't scale to match border images
;Status : Needs discussion
==== Issue 4 ====
;URL : http://lists.w3.org/Archives/Public/www-style/2007Jun/0208.html
;Summary : Shorthand for ''border-radius'' unnecessarily restrictive.
;Resolution : the ''border-radius'' shorthand shall take up to four values that each set both radii for the corresponding corner as in Mozilla's implementation. The first value applies to the top-left corner, and rest are assigned clockwise. Missing values are filled in by repeating the pattern. There is no conclusion on adopting an extended syntax that allows setting elliptical curves.
;Status : Needs edits.