Google Code Exporter

Results 11117 issues of Google Code Exporter

``` Error in command line compressor when --line-break option is used. ``` Original issue reported on code.google.com by `[email protected]` on 11 Apr 2012 at 11:49

Priority-Medium
Type-Defect
auto-migrated

``` The code that finds inline event handlers in the HTML using a couple of regexps (eventPattern1 and eventPattern2) is also finding them inside literals in script blocks and breaking...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Compressing a mix of UTF-8/UTF-16 encoding XML files using same command line 2. Command Line "java -jar htmlcompressor-1.5.3.jar -o ..jobSearch.xml ..jobSearch.xml" 3....

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? Next piece of html is compressed incorrectly document.write('hello') What is the expected output? What do you see instead? The compressed output is empty....

Priority-Medium
Type-Defect
auto-migrated

``` If you compress a php file that doesn't close the

Priority-Medium
Type-Defect
auto-migrated

``` On Windows, when I run the following command line (the HTML file is the one included in the test resources) : java -jar htmlcompressor-1.5.2.jar -a testSimpleDoctypeResult.html I see the...

Priority-Medium
Type-Defect
auto-migrated

``` According to HTML5 spec, attributes contain multiple values must be quoted (i.e., unquoted attributes mustn't contain space): http://www.w3.org/TR/html5/syntax.html#attributes-0 But we can strip space between quoted attributes to save some...

Priority-Medium
auto-migrated
Type-Enhancement

``` Some tags are optional in html, you can see the rules here: http://www.w3.org/TR/html5/syntax.html#syntax-tag-omission It will decrease the file size a lot further if we can have these optional tag...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1.Create a jsp/html file containing ... 2.Run the compresson What is the expected output? What do you see instead? tag is goint part...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Embed a script tag with application/json content type inside your page, e.g. {"foo": "bar"} 2. Compress What is the expected output? htmlcompressor...

Priority-Medium
Type-Defect
auto-migrated