Skip to content

Commit a7d94f7

Browse files
committed
Tombstone the Parser API.
1 parent 4688ec1 commit a7d94f7

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

css-parser-api/Overview.bs

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ Group: houdini
55
ED: https://drafts.css-houdini.org/css-parser-api-1/
66
Shortname: css-parser-api
77
Level: 1
8-
Abstract:
8+
Abstract: This specification is not currently being worked on in the Houdini TF. Instead, it will be worked on in a WICG repository. This document will link to that repository once it exists.
99
Editor: Tab Atkins, jackalmage@gmail.com
1010
Editor: Shane Stephens, shanestephens@google.com
1111
Editor: Daniel Glazman, danie.glazman@disruptiveinnovations.com
1212
Editor: Brian Kardell, bkardell@gmail.com
13+
Warning: Replaced by http://example.com/filler-url
1314
</pre>

css-parser-api/readme.md

+4-17
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
11
CSS Parser Explainer
2-
==============================
2+
====================
33

4-
The CSS Parser API goal is to solve common use cases
5-
that web developers encounter where they want to parse
6-
a string that follows the syntax and grammar of CSS and
7-
utilize the browser's built in parser to return an object.
8-
9-
Current Use Cases
10-
------------------
11-
* Be able to pass the following in to the parser and get
12-
a representative object in return
13-
* property and value
14-
* selector (see [bug 24115](https://www.w3.org/Bugs/Public/show_bug.cgi?id=24115))
15-
* css rule
16-
* full stylesheet
17-
* Be able to turn off/on error handling which will enable
18-
the capability to use the parser for custom language needs
19-
or CSS polyfilling.
4+
This specification is not currently being worked on in the Houdini TF.
5+
Instead, it will be worked on in a WICG repository.
6+
This document will link to that repository once it exists.

0 commit comments

Comments
 (0)