forked from w3c/css-houdini-drafts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOverview.bs
More file actions
19 lines (17 loc) · 680 Bytes
/
Overview.bs
File metadata and controls
19 lines (17 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<pre class='metadata'>
Title: CSS Parser API
Shortname: css-parser-api
Level: 1
Status: UD
Group: HOUDINI
URL: https://drafts.css-houdini.org/css-parser-api/
Editor: Tab Atkins-Bittner, Google, http://xanthir.com/contact/, w3cid 42199
Abstract: An API exposing the CSS parser more directly,
Abstract: for parsing arbitrary CSS-like languages into a mildly typed representation.
</pre>
Introduction {#intro}
=====================
This spec is intentionally left blank,
as it is currently being developed in the WICG
at <a href="https://github.com/wicg/css-parser-api/">https://github.com/wicg/css-parser-api/</a>
(<a href="https://wicg.github.io/CSS-Parser-API/">live spec</a>).