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
If users use an HTML minifier, this can lead to problems.
class=tiddlywiki-tiddler-store is perfectly fine.
type="application/json" will need quotes - single or double are allowed. The key point here is the slash /. In the spec it is explicitly listed as a character, that needs quotes.
We need to adjust the regexp. -- Since we use a regexp, we should also allow type=something/abc, even if it is not within the spec.