summaryrefslogtreecommitdiff
path: root/src/parse/mq.c
Commit message (Collapse)AuthorAgeFilesLines
* Media Queries: Include stylesheet.h for css_style.Michael Drake2019-03-101-0/+1
|
* Media Queries: remainder of parserJohn-Mark Bell2019-03-101-74/+347
|
* Media Queries: parse featuresJohn-Mark Bell2019-03-101-1/+449
|
* Media Queries: datastructures and plumbing.John-Mark Bell2019-03-101-0/+96
No parse implementation as yet. Selection hasn't been updated, either. One item of note in that area is that a client currently provides the media for top-level sheets being added to a selection context. This probably needs to change to providing a lwc_string containing the verbatim media query from the containing document's import mechanism. That way, the internal representation of media queries can remain opaque to clients.