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

Skip to content

Nimbleworks/html5lib-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 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

  • PHP 100.0%
0