Slide 17
Slide 17 text
What’s in the CSS Box
• CSS interacts with:
• Visual appearance (text color, border, …)
• Layout:
• Dimensions of elements (width, height, …)
• Position of elements (absolute position, CSS translation, …)
• Interaction with other elements (inline vs block display, …)
• Time evolution (CSS animations)
• Content definition (via content property), GPU Acceleration
• CSS “contains”:
• Constraint solver
• Interactive Query language (e.g. div:hover { color: red })
• And many more (CSS Variables, …)
✓*
✓*
x
✓/x
✓
Polyfill-able with CSS + JS:
x=no , ✓=yes, ✓*=well
x
✓
✓