You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
Uncaught TypeError: Cannot read property 'hasScheme' of null
at
ses-single-frame.js?debug=1:32638
The reason of that error is \n after href parameter. As quick workaround I can single lined that html and it works fine, but there is side effect with other htmls (for example with <pre> tag)
The text was updated successfully, but these errors were encountered:
Actually, newlines in attribute values are permitted (and sometimes used purposefully in title/alt attributes). I'm not sure whether it's okay by the specs to have whitespace around a URI value, but in any case Caja shouldn't be “crashing” on this input whether or not it is conformant.
Hi. I'm getting the error while parsing some kinds of html markdown. Here is simple example:
That snippet can be copied to https://caja.appspot.com/ after pressing
Cajole
getting the error:at
The reason of that error is
\n
afterhref
parameter. As quick workaround I can single lined that html and it works fine, but there is side effect with other htmls (for example with<pre>
tag)The text was updated successfully, but these errors were encountered: