-
Notifications
You must be signed in to change notification settings - Fork 23
Html base #93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This issue was discussed in a meeting.
View the transcriptWhat is ‘base’ for embedded json-ld?
Benjamin Young: we discussed that one at tpac Gregg Kellogg: there are 2 open PRs Adam Soroka: quick question, what are we expected to do with their comments? Ivan Herman: what they propose is interesting but beyond our charter
Ivan Herman: regarding the PR-93, there is some stuff about having XML Benjamin Young: the thing I just linked shows how script tags affect html parsing Gregg Kellogg: what I did in the PR-68 I call out specifics on how to handle those blocks if the media type is application/json Benjamin Young: the HTML comments stuff as really bothered me since I’ve read it Ivan Herman: for the comment storing, the whole section is a normative thing
Ivan Herman: we should officially answer to the TAG and will officially add to the standard what they said about base
Gregg Kellogg: comments in html and escaping.. it depends on the encoding
Ivan Herman: it has to be valid json-ld Gregg Kellogg: that’s something you see quite often
Gregg Kellogg: comments are often used just to make sure there are no other issues embedded in the script elements that would cause any issues Benjamin Young: I did quite some digging on that issue Pierre-Antoine Champin: one crazy idea by looking at the json-ld embedded in html comments: you could add a js comment in front of the html comment, making it valid javascript Benjamin Young: sadly it wouldn’t Gregg Kellogg: the json-ld would not be allowed to contain anything that could be interpreted as html and/or html comments Harold Solbrig: why is this an json-ld issue but not a javascript issue? Gregg Kellogg: [explains why it isn’t] Gregg Kellogg: it did some test cases for this, exploring corner cases we know of Gregg Kellogg: it describes script tags and data blocks are a subset Benjamin Young: what’s breaking it, is the potential of one to too early close the script tag Ivan Herman: is it so horrible to say, if I put json-ld in a script tag I’m supposed to escape anything that html would need to have escaped Gregg Kellogg: for someone who’s actually looking at the source, those entities become rather annoying Ivan Herman: realistically, I don’t know how often this would happen Benjamin Young: the escaping issue is very similar of putting json-ld inside a text env. Ivan Herman: I think it’s perfectly reasonable to accept both PRs, close the issue Gregg Kellogg: it’s a editor’s draft not a working draft Ivan Herman: we would open a issue right away Benjamin Young: I would only +1 this, if we add a big red AT RISK disclaimer Ivan Herman: a lot of very important things are pending for now Adam Soroka: I don’t think we should use a phrase like “AT RISK” but more something along the lines of “will be part of the final spec but might undergo some changes” Ivan Herman: we cannot commit ourselves to having always consistent editor’s drafts Benjamin Young: I’m not sure we have reached consensus on all the things contained Gregg Kellogg: I cannot work on other open issues Pierre-Antoine Champin: what about a parameter on the media type hinting at having to do unescaping? (like
Ivan Herman: what does “that” mean?
Benjamin Young: I don’t want to have stuff merged without reaching consensus Ivan Herman: putting things that are already done “at risk” would be going backwards Adam Soroka: I have to generally agree with ivan
Adam Soroka: it seems for me very unlikely that we would stop talking about it
Benjamin Young: I’m fine with merging those
|
(Based on PR #68).
This adds back language and examples for using HTML base for resolving relative IRIs.
Fixes #23.
Preview | Diff