Nakamuramudancas / minify

Automatically exported from code.google.com/p/minify
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Html5 to add new elements. #291

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Duplicate of #285

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