X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=parse-html.coffee;h=8404f1adac847e7d80024b02e74c6cd43c4535e7;hb=ec345979893e45258cfaf79c340470d7d60957bf;hp=a4beb3dbda24aecf0618b662cfe56cfc85fdf2c5;hpb=9ecc7f55f96de835055fa7c82f66d08b7b884a36;p=peach-html5-editor.git diff --git a/parse-html.coffee b/parse-html.coffee index a4beb3d..8404f1a 100644 --- a/parse-html.coffee +++ b/parse-html.coffee @@ -15,7 +15,7 @@ # along with this program. If not, see . -# This file implements a parser for html snippets, meant to be used by a +# This file implements a thorough parser for html5, meant to be used by a # WYSIWYG editor. # The implementation is a pretty direct implementation of the parsing algorithm