WebReflection / domtagger

The hyperHTML's template literal parser
ISC License
43 stars 3 forks source link

unquoted attributes with / crash #9

Closed WebReflection closed 5 years ago

WebReflection commented 5 years ago

Coming from here https://github.com/WebReflection/hyperHTML/issues/359 , it might be worth exploring consequences on allowing text/css or closing slashes, in general, to the sanitizer.

WebReflection commented 5 years ago

The issue has been moved elsewhere, since I've refactored out few things in here.

WebReflection commented 5 years ago

Actually, the domsanitizer now has 100% code coverage, including the text/css part, and it seems to work just fine.

WebReflection commented 5 years ago

Nope, it was indeed the domsanitizer being too restrictive when looking for attributes values.