-
Notifications
You must be signed in to change notification settings - Fork 72
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
Missing HTML heading defined thing #114
Comments
Here is the link to the HTML spec: Here is the markup there: <h5 id="link-type-manifest"><span class="secno">4.6.6.10</span> Link type "<dfn><code>manifest</code></dfn>"<a href="#link-type-manifest" class="self-link"></a></h5> |
To clarify the request, are you looking for a place where headings are listed? Or is it specifically about integrating the headings into the dfns extracts? If the former, I note Webref has them already in dedicated extracts. For instance, the heading you mention can be found in If the latter, we defined the dfns extracts as: "anything in a
I would rather adapt the dfns extraction logic than start wrapping headings in By the way, I note that neither dfns nor headings extracts preserve the markup for the linking text. Ideally, |
The ultimate goal should be to fix the HTML spec, which we've started doing e.g. whatwg/html#5694 |
The entry would still be for the "manifest" term in the heading, not for the heading itself, which is what I understand @marcoscaceres needs here. |
Hmm... Good point; I guess we had talked about exposing spec headings as possible end point for autolinks, but I don't think that has happened yet. (I haven't checked if the initial intent is really to link to the section vs the defined term though) |
@tidoust wrote
integrating the headings into the dfns extracts
I'm a bit worried about that... we might end up with duplicate definitions.
Correct, though not a big deal. However, it might be a nice thing to have. @dontcallmedom wrote:
Agree. I'd prefer we export them explicitly. @tidoust wrote:
Kinda right... specifically, Should I just add |
Hmm.. looks like best I can do is: <h5>Link type "<dfn export data-lt="link type manifest"><code data-x="rel-manifest">manifest</code></dfn>"</h5> I might try that and see what the HTML folks say. |
Sent whatwg/html#6445 |
Closing, as attribute value exports are now done properly in HTML. |
With the ol' Shepherd data, it was possible to reference, for example, [=link type "manifest"=] - which is defined in the HTML spec in a H5 (and exported).
As such, right now, I've got a bunch of broken links over in the Web Manifest spec that are trying to link to [=link type "manifest"=]. I'm wondering how we should deal with those?
<dfn data-export="">
?The text was updated successfully, but these errors were encountered: