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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements; and to You under the Apache License, Version 2.0.
Css modules list (source http://www.css3.info/modules/)
* Selectors
* CSS Color
* CSS Namespaces
* CSS Backgrounds & Borders
* CSS Multi-column Layout
(*) Media Queries
* CSS Marquee
* CSS Ruby
* CSS Basic User Interface
* CSS Style Attributes
* CSS Paged Media
* CSS Values & Units
* CSS Cascading & Inheritance
* CSS Text
* CSS Writing Modes
* CSS Generated Content for Paged Media
* CSS Fonts
* CSS Basic Box Model
x CSS Template Layout
* CSS Speech
* CSS Grid Positioning
* CSS Flexible Box Layout
* CSS Image Values & Replaced Content
* CSS 2D Transformations
* CSS 3D Transformations
* CSS Transitions
* CSS Animations
* CSSOM View
x CSS Syntax
* CSS Lists and Counters
x CSS Reader Media Type
CSS Generated & Replaced Content
* CSS Line Layout
* CSS Hyperlink Presentation
* CSS Presentation Levels
-------------------------------------------
general:
- css module should be able to provide new unit acceptors
- support for functions providing + completion, checking?
- inherit property support (parsing, error checking, completion, ...)
- support for extending property grammar definition by other module/s (merging)
- characters escaping in grammar definition (like '[' or '*' chars), see GridPositioningModuleTest
-uncomment #display=flexbox | inline-flexbox then
- context aware properties - works only in some context of the css file
selectors module:
--------------------
completion of pseudo elements on pseudo classes:
*:target::before { content : url(target.png) }
values and units module:
-------------------------
- functions
|