mennake / minify

Automatically exported from code.google.com/p/minify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Html5 to add new elements.

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1.https://github.com/mrclay/minify/blob/master/min/lib/Minify/HTML.php#L134 
Essential elements of HTML5.
2.http://www.w3schools.com/tags/default.asp Add new HTML5 elements.
3.
https://github.com/mrclay/minify/blob/master/min/lib/Minify/HTML.php#L148

Find

$1\n$2 

Change

$1 $2 

So you will have better compression.

What is the expected output? What do you see instead?

Html5 infrastructure system is established.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by 39hackt...@gmail.com on 23 Jul 2013 at 11:51

Duplicate of #285

Original comment by mrclay....@gmail.com on 24 Jul 2013 at 6:00

  • Changed state: Duplicate