forked from html5lib/html5lib-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Nimbleworks/html5lib-php
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This implementation doesn't work yet. Bits and pieces are getting written at a time. This is an implementation of the HTML5 specification for PHP. More friendly details forthcoming, but here are some notes: * To setup unit tests, you need to add a small stub file test-settings.php that contains $simpletest_location = 'path/to/simpletest/'; This needs to be version 1.1 (or, until that is released, SVN trunk) of SimpleTest. * We don't want to ultimately use PHP's DOM because it is not tolerant of certain types of errors that HTML 5 allows (for example, an element "foo@bar"). But for now, we will, since it's much easier. vim: et sw=4 sts=4
About
PHP port of html5lib, currently unmaintained.
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- PHP 100.0%