summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 48439c1..4e783d5 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,16 @@
# HTML5-PHP
-This is a highly experimental fork of the html5lib PHP parser.
+This is a **highly experimental** fork of the html5lib PHP parser.
The need for an HTML5 parser in PHP is clear. This project extends on
the work of a previous (but seemingly abandoned) PHP parser. Beginning
with the [original source](https://code.google.com/p/html5lib/source/checkout), we have
create a newer version and are working to add the following features:
-- An HTML5 serializer
-- Support for PHP namespace
-- Composer support
-- Interoperability with QueryPath.
+- An HTML5 serializer [not started]
+- Support for PHP namespace [in progress]
+- Composer support [in progress]
+- Interoperability with QueryPath [not started]
## Thanks to...