Skip to content

Commit 8266a11

Browse files
committed
[css-forms] Add notes on datalist/select styling.
1 parent 66ca6d5 commit 8266a11

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

css-forms/Overview.bs

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,27 @@ Issue: <a href="http://blog.teamtreehouse.com/use-meter-progress-elements">&lt;p
133133

134134
Issue: Insert &lt;select> and &lt;datalist> styling proposal and/or whiteboard photo.
135135

136+
Select/Datalist Dropdown {#select-dropdown}
137+
----------------------------------
138+
139+
1. Only allow styling if both 'color!!property' and 'background' are set.
140+
2. Option container:
141+
* backgrounds
142+
* borders
143+
* padding
144+
3. <{option}>
145+
* padding
146+
* borders
147+
* border-collapse?
148+
* backgrounds
149+
* display-inside is allowed, automatically blockified
150+
* not margins, position, float, width, height
151+
152+
All options are contain:paint and BFCs.
153+
154+
155+
156+
136157
Input UI Examples {#examples}
137158
=============================
138159

0 commit comments

Comments
 (0)