8000 GitHub - html5lib/html5lib-php at 370ae4e346faa77793f3c65425bd21e8f83cbb33
[go: up one dir, main page]

Skip to content

html5lib/html5lib-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages

0