-
-
Notifications
You must be signed in to change notification settings - Fork 220
Home
Taco de Wolff edited this page Oct 20, 2017
·
41 revisions
- 4e4d04b: attr index buffer still used old indices
- b4161f8 + 5bc9130: invalid attribute values gave out-of-bounds
- 6c59df6 + 338bac4 + 0656cb4 + f558b7f + bdad3ed + 1795b03: early ending end tag
- f12c64b: early ending CDATA
- ebea09e: early string ending for font-family
- 240df9d: early string ending for selectors
- 1490291: unexpected string endings
- 0155128: non-delim character for !important
- e0bf2d7: zero length vendor at rules
- d9bc3b7: large negative exponents not always give minification
- ee06aca: unexpected EOF in template string
Try reducing bounds checking where possible due to compiler improvements
Determine HTML attribute quotes in the parser to reduce redundant work
Minify HTML inside IE if-comments #47, if-comments are already non-spec, so I'm hesitant
Convert units of numbers in CSS and SVG #33, from pt/in/cm/mm to px for example, this might be imprecise and costly
Rewrite HTML entities in text #11, this might be very costly with little result