summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2013-07-01 10:19:13 -0400
committerMatt Farina <[email protected]>2013-07-01 10:19:13 -0400
commit86a1341899858a3fbb64f285974dc10f0cad819c (patch)
tree2b0881cad02a2d2bb2e634724613dbbbd2501264 /README.md
parenta9149e8852ec3b0a2e8bb31285c37b46a8fb52e3 (diff)
Noting some of the elements are feature complete.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index ac2488b..a4517fb 100644
--- a/README.md
+++ b/README.md
@@ -6,11 +6,11 @@ The need for an HTML5 parser in PHP is clear. This project initially
began with the seemingly abandoned `html5lib` project [original source](https://code.google.com/p/html5lib/source/checkout).
But after some initial refactoring work, we began a new parser.
-- An HTML5 serializer [in progress; alpha]
+- An HTML5 serializer [feature complete]
- Support for PHP namespace [done]
- Composer support [done]
-- Event-based (SAX-like) parser [in progress; alpha]
-- DOM tree builder [in progress; alpha]
+- Event-based (SAX-like) parser [feature complete]
+- DOM tree builder [feature complete]
- Interoperability with QueryPath [[in progress](https://github.com/technosophos/querypath/issues/114)]
[![Build Status](https://travis-ci.org/Masterminds/html5-php.png?branch=master)](https://travis-ci.org/Masterminds/html5-php)