From 46cebd927864284a01ecaa90efa9cd871092c894 Mon Sep 17 00:00:00 2001 From: 1UP <1up@1upz.com> Date: Sat, 7 Nov 2015 17:32:05 +0900 Subject: [PATCH 1/3] Replace `&` (ampersand) with `&` > *Error*: `&` did not start a character reference. (`&` probably should have been escaped as `&`.) reference: https://mathiasbynens.be/notes/ambiguous-ampersands --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a11c005..1b7549b 100755 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@

img2css.

This is a tool that can convert any image into a pure css image.
Try it! (It's cpu heavy, please try with a small image first).

- + From ab629cd061141bc3fbbe62967021563f1b436ed3 Mon Sep 17 00:00:00 2001 From: 1UP <1up@1upz.com> Date: Sat, 7 Nov 2015 18:47:48 +0900 Subject: [PATCH 2/3] Remove `px` for `width` and `height` attribute. The values of width and height always in px and you have to insert just an integer http://www.w3.org/wiki/HTML/Elements/iframe#HTML_Attributes --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1b7549b..bc76415 100755 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@

img2css.

This is a tool that can convert any image into a pure css image.
Try it! (It's cpu heavy, please try with a small image first).

- + From 1444c12b605c5df5ce4ef73dbba5d7110a0fe818 Mon Sep 17 00:00:00 2001 From: 1UP <1up@1upz.com> Date: Sat, 7 Nov 2015 19:06:38 +0900 Subject: [PATCH 3/3] Remove `frameborder` and `scrolling` attribute > Error: The frameborder attribute on the iframe element is obsolete. Use CSS instead. > HTML 5 doesn't support attributes such as frameborder, scrolling, marginwidth, and marginheight http://www.quackit.com/html_5/tags/html_iframe_tag.cfm --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index bc76415..7ae65d9 100755 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@

img2css.

This is a tool that can convert any image into a pure css image.
Try it! (It's cpu heavy, please try with a small image first).

- +