w3c / wpub

W3C Web Publications
https://w3c.github.io/wpub/
Other
79 stars 19 forks source link

title element is a MUST for embedded manifests #331

Closed iherman closed 6 years ago

iherman commented 6 years ago

Adopted the wording proposed in #325 (and updated the diagrams)

fix #325


Preview | Diff

mattgarrish commented 6 years ago

The only thing I find a little weird is that it's not required to embed the manifest in the primary entry page, but the title must be pulled from the primary entry page. Is primary entry page what we want here, should we restrict embedding to the primary entry page, or should it be the title from the page in which the manifest is embedded?

HadrienGardeur commented 6 years ago

I don't like having requirements that are tied to the primary entry page when processing the manifest.

I'd rather handle this like @id since the title is not a requirement for our infoset. UAs may do whatever they want but I don't want super specific processing rules in our draft.

It also feels weird that we're making the title optional both in our infoset and our manifest, yet end up with processing rules that will always extract a value from HTML.

iherman commented 6 years ago

@mattgarrish

The only thing I find a little weird is that it's not required to embed the manifest in the primary entry page, but the title must be pulled from the primary entry page. Is primary entry page what we want here, should we restrict embedding to the primary entry page, or should it be the title from the page in which the manifest is embedded?

To be honest, I never even considered seriously to embed a manifest into a different file than the primary entry page but you are right, this is not specifically said.

My option would be to restrict the embedded manifest to he primary entry page.

iherman commented 6 years ago

It also feels weird that we're making the title optional both in our infoset and our manifest, yet end up with processing rules that will always extract a value from HTML.

I do not see a contradiction. The title element is not required in HTML either.

iherman commented 6 years ago

I'd rather handle this like @id since the title is not a requirement for our infoset. UAs may do whatever they want but I don't want super specific processing rules in our draft.

I think that, in practice, there is a difference. If I want to turn a single-document HTML publication into a WP, I would normally use an embedded manifest and forcing the author to repeat the same information twice (the title element and the manifest's name) is error prone and unnecessary.

The usage of canonical link is much less frequent and, as we saw in the separate discussion, its semantics is not clear. Hence my agreement of dropping it. This is different imho.

HadrienGardeur commented 6 years ago

I think that, in practice, there is a difference. If I want to turn a single-document HTML publication into a WP, I would normally use an embedded manifest and forcing the author to repeat the same information twice (the title element and the manifest's name) is error prone and unnecessary.

They're not forced to repeat it (name is not required).

In practice, I don't think that the value will even be the same very often. It's very common for <title> to also contain the name of the website which is hosting such single-document publications. Looking at examples using AMP (here's one), you can see that http://schema.org/headline is used specifically for that reason.

Using <title> for a single-resource publication is also the default behavior for the UAs that we care about the most (browsers), which is why I don't think we need to have spec language that applies to every type of publication just for that use case.

mattgarrish commented 6 years ago

To be honest, I never even considered seriously to embed a manifest into a different file than the primary entry page

That sounds like rational thinking. You can't do that! ;)

If the primary entry page must link to the manifest, I think it's fair to add that it must be the document that embeds the manifest, when embedding. I just want to make sure that's the general consensus.

iherman commented 6 years ago

@mattgarrish you should include that with the overall editing on the primary entry page issue (discussed elsewhere)

llemeurfr commented 6 years ago

I'm feel the proposed wording too complex. Our wording should be consistent between sections. If we look at:

4.4.1.1 The default reading order is specified directly in the manifest. However, if the reading order consists of only a single resource, namely the primary entry page of the Web Publication, the default reading order need not be specified.

We could adopt something like:

The title is specified directly in the manifest. However, if the publication consists of only a single HTML resource, namely the primary entry page of the Web Publication, user agents MAY use the value of the title element of this resource.

It means that the title of the primary entry page may be used as publication title independently of the embedded/detached state of the manifest (which is not the point for this infoset requirement).

On another level, I'm no fan of this MAY for user agents, because it breaks the consistency between user agents behaviors that authors expect when they create publications. But I understand Hadrien's comment that the HTML title may be different from what we consider a standard publication title.

iherman commented 6 years ago

@llemeurfr

Your formulation makes it actually stronger than that what I originally proposed, because it talks only about a single document publication (whereas I the original version talked only about an embedded manifest. The single document case is probably the clearest use case for this, but I could see a reason why the user would rely on a rich primary entry page re-using HTML for many things for a multi-document publication as well (that document can also be used for the navigation, for example).

I would say that a MAY, for something like that, is meaningless. Or, rather, could be considered harmful because, as you say, it is creates inconsistency among implementations. Which may mean that a mixture of the current text and yours may be better, insofar as removing the case of a separate manifest altogether.

mattgarrish commented 6 years ago

I understand Laurent's revision, but I don't understand 4.4.1.1 in the context of the specification.

Shouldn't there be a statement somewhere that the entry page must be added to the reading order if the reading order is not specified, or am I missing it somewhere? How is it required in the infoset but optional to specify, in other words?

Otherwise, it seems arbitrary that the reading order can be omitted only when it would otherwise contain the primary entry page. What if I have only one other document I would have put in it, why can't it be omitted, too? (i.e., why doesn't it apply to any single-resource reading order)

iherman commented 6 years ago

@mattgarrish the eagle-eye:-)

Shouldn't there be a statement somewhere that the entry page must be added to the reading order if the reading order is not specified,

Yes, good catch! I am not sure why this is missing, we did define it that way. The text in the 4.4.1.1. seems to be incomplete, though true: if we have only the primary entry page, then by default that becomes the reading order, ie, it is not necessary to explicitly specify it...

This is independent of this PR, though, I think this is a change you could make on the main branch directly...

Thx!

mattgarrish commented 6 years ago

Can we merge this now?

iherman commented 6 years ago

@mattgarrish there is no consensus...

:-(

llemeurfr commented 6 years ago

I'm not focused on single-document. I can propose, to be usable in multiple-documents:

The title is specified directly in the manifest. However, if the title is missing from the manifest, user agents MAY use the value of the title element of the primary entry page of the Web Publication.

It's more or less back to square one, but does not require the manifest to be embedded.

iherman commented 6 years ago

@llemeurfr I still do not like it, due to the MAY.

The title is specified directly in the manifest. However, if the title is missing from the manifest and the manifest is embedded in the primary entry page, the value of the title element (if not empty) of the primary page of the Web Publication MUST be used.

The MAY is, in a way, meaningless: authors should not and cannot rely on that.

mattgarrish commented 6 years ago

I don't see a lot of controversy for a MUST for the embedded case, since this is only a fallback when the author omits the title. The user agent is already processing the page, so it's not forcing additional content to be retrieved and parsed. It's not any different than what bookmarking produces. Having the second MAY that says do whatever you want for the linked case is an appropriate counterbalance.

I agree with @HadrienGardeur that it's probably not going to prove to be a great alternative to properly specifying the title, but it's also a less bad alternative than having the UA call the document "untitled", or whatever placeholder it uses, when the title element easily available.

llemeurfr commented 6 years ago

Re-reading the whole thread, Hadrien's position may be the best: the title is optional in the infoset, optional in the manifest. And the html title in the entry page will in many cases be semantically inadequate. UA's may display a default (like ), an auto-generated label or no label at all for publications which have no title. Because it's an exception, we'd better let them choose there way.

If there is a consensus about the fact that a single-document must be easily transformed to a WP without duplicating data, we could alternatively settle on (MAY replaced by SHOULD):

The title is specified directly in the manifest. However, if the publication consists of only a single HTML resource, namely the primary entry page of the Web Publication, user agents SHOULD use the value of the title element of this resource.

iherman commented 6 years ago

@llemeurfr

llemeurfr commented 6 years ago

@iherman

I understand 4.4.1.1 as the equivalent of

The default reading order is specified directly in the manifest. However, if the publication consists of only a single HTML resource, namely the primary entry page of the Web Publication, the default reading order need not be specified.

... which is another special case of rule applying to single-document publications.

That said, my favorite solution is still the one with less specification = same as Hadrien. Let UA choose a fallback when there is no title in the manifest.

iherman commented 6 years ago

That said, my favorite solution is still the one with less specification = same as Hadrien. Let UA choose a fallback when there is no title in the manifest.

Which means that an average scholarly article, for example, will have to repeat the title in the <title> element as well as the name value in the manifest, because nothing is guaranteed. We are excluding a large and important use case.

I would think this needs a clear WG discussion and possible vote on a call, I do not think this is something we can get a consensus on here. Should be put on a call agenda: @GarthConboy @TzviyaSiegman


To make the call easier, here is a summary, as I see it. The issue is what the relationship is between the <title> HTML element and the name attribute of the manifest (which is the embodiment of the "title" infoset item). More exactly, what happens when there is an HTML title in the primary page, and there is no name item set in the manifest. The two clear-cut choices are:

  1. No real relation. The UA MAY reuse the HTML title as a name but that is all we say.
  2. In the case when the manifest is embedded in the primary page, the HTML title element is used as a name for the manifest. This behavior is required.
HadrienGardeur commented 6 years ago

For me, <title> in the HTML entry page and name in the manifest are semantically two different things. There's a good reason why the title is not required in the infoset and having steps in our processing of the manifest that re-use the <title> in HTML defeats that purpose IMO.

In general, I really dislike the fact that we conflate the entry page with the publication (this extends to other infoset items as well).

HadrienGardeur commented 6 years ago

I just discovered a very interesting article thanks to @JayPanoz that is worth reading in the context of this issue: https://www.ctrl.blog/entry/browser-reading-mode-metadata

llemeurfr commented 6 years ago

I just discovered a very interesting article

wow, this shows clearly that that the html title element is not the place where most browsers will look for an article title for their reading mode. Which lets us with a need to define what is the title of a web publication without taking as an fact that authors, today, use the html title element for expressing such information (or taken differently, if they do, browser vendors don't use it).

The html title is the info that appears in the results of a search, is an info that is used for SEO purposes... that may be enough of a burden for this field.

iherman commented 6 years ago

(Just peeking in from my vacations...) all these arguments are perfectly fine if the title element was the only place to set the title of the publication. But that is not the case, it is only a fallback. That gives all this a different twist...

HadrienGardeur commented 6 years ago

Given the fact that the infoset does not require a title, my proposal is to simply remove the fallback on the <title> element in the entry page.

To repeat what's been said before:

BigBlueHat commented 6 years ago

The publication address (URL) returns an HTML page (entry page) which contains a <title> element (because HTML requires it). How is that not the title of the publication?

deborahgu commented 6 years ago

@BigBlueHat, that's assuming we require the content creators to have that entry page's title be the title of the publication, not "Introduction" or "Abstract" or "my big splash page in my book about splash parks!!!🌊"

BigBlueHat commented 6 years ago

@BigBlueHat, that's assuming we require the content creators to have that entry page's title be the title of the publication, not "Introduction" or "Abstract" or "my big splash page in my book about splash parks!!!🌊"

They can put whatever they'd like, but if the publication address (which is a thing we've defined) returns HTML which itself "binds" the publication (via the manifest, etc), then is that not the publication itself--whatever else it's named?

And, consequently, won't that mean (for SEO reasons among many others) won't the sensible folks out there give those publications a proper title--just as they would via the manifest if targeting Google search results intended for schema:Book or schema:ComicIssue?

HadrienGardeur commented 6 years ago

The publication address (URL) returns an HTML page (entry page) which contains a element (because HTML requires it). How is that not the title of the publication?</p> </blockquote> <p>The <code><title></code> of that entry page could be something like "Title of the publication - Publisher Inc - September 2018" purely for SEO and that's fine, that's what <code><title></code> is for. As we've said over and over, we're not in the business of forcing how content creators should or shouldn't use HTML.</p> <p>As pointed out in my previous comment, browsers do not agree on <code><title></code> for <a href="https://www.ctrl.blog/entry/browser-reading-mode-metadata">their current reading mode</a> and for a good reason: they understand that this is not necessarily the same information as what's in <code><title></code>.</p> <p>Why are we trying to force feed <code><title></code> when it's semantically different, has no consensus from browsers for this use case and isn't required in the first place in our infoset?</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/BigBlueHat"><img src="https://avatars.githubusercontent.com/u/43209?v=4" />BigBlueHat</a> commented <strong> 6 years ago</strong> </div> <div class="markdown-body"> <p>@HadrienGardeur because we want to display/present <em>something</em> as the name/title of the publication. If it's not required in the manifest, the <code><title></code> of the HTML returned by the publication address seems like the nature next candidate.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/HadrienGardeur"><img src="https://avatars.githubusercontent.com/u/90989?v=4" />HadrienGardeur</a> commented <strong> 6 years ago</strong> </div> <div class="markdown-body"> <p>@BigBlueHat why did we made the title optional in the infoset if we make it almost a requirement through the processing of the manifest?</p> <p>With the current PR, the only way to end up with an undefined title would be using an external manifest that does not contain the <code>name</code> key.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/HadrienGardeur"><img src="https://avatars.githubusercontent.com/u/90989?v=4" />HadrienGardeur</a> commented <strong> 6 years ago</strong> </div> <div class="markdown-body"> <p>The only situation where I would be comfortable using <code><title></code> would be:</p> <ul> <li>if we required the title in the infoset</li> <li>if <code><title></code> became a fallback as part of a failure mode, not as a step in our algorithm meant to process the manifest</li> </ul> <p>Under the current scenario, I think it's inconsistent with our infoset and goes against some of the principles that we've established in other issues (letting the content creator do what it wants with the content).</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/BigBlueHat"><img src="https://avatars.githubusercontent.com/u/43209?v=4" />BigBlueHat</a> commented <strong> 6 years ago</strong> </div> <div class="markdown-body"> <blockquote> <p>@BigBlueHat why did we made the title optional in the infoset if we make it almost a requirement through the processing of the manifest?</p> </blockquote> <p>No idea. I've always felt they should be required.</p> <blockquote> <p>With the current PR, the only way to end up with an undefined title would be using an external manifest that does not contain the <code>name</code> key.</p> </blockquote> <p>This is another reason why #333 ("manifest must be embedded in primary entry page") appeals to me. It makes that problem go away, and it also give the manifest it's intended SEO related value.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/mattgarrish"><img src="https://avatars.githubusercontent.com/u/1565164?v=4" />mattgarrish</a> commented <strong> 6 years ago</strong> </div> <div class="markdown-body"> <blockquote> <p>No idea. I've always felt they should be required.</p> </blockquote> <p>Didn't it come from the (arguably now) somewhat misplaced idea that a packaged web publication had to be a valid web publication, so we couldn't enforce anything in WP that wasn't in PWP? As I recall, the argument was that someone creating a one-off document might not want to bother creating a title for it.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/mattgarrish"><img src="https://avatars.githubusercontent.com/u/1565164?v=4" />mattgarrish</a> commented <strong> 6 years ago</strong> </div> <div class="markdown-body"> <p>Oops, did I close that? :)</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/mattgarrish"><img src="https://avatars.githubusercontent.com/u/1565164?v=4" />mattgarrish</a> commented <strong> 6 years ago</strong> </div> <div class="markdown-body"> <p>I have no issue with making title the preferred fallback in the embedded case, but I am worried that we're not being specific enough. We should be clear what "must use" means here - for example, does that mean verbatim or does it mean to use the kinds of heuristics that others are already resorting to? I'd like to allow some flexibility for intelligent parsing, as I doubt every case of a forgotten name will be a deliberate leveraging of this authoring simplification.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/iherman"><img src="https://avatars.githubusercontent.com/u/520723?v=4" />iherman</a> commented <strong> 6 years ago</strong> </div> <div class="markdown-body"> <p>@HadrienGardeur, I would be perfectly happy <em>requiring</em> the title in the infoset (per <a href="https://github.com/w3c/wpub/pull/331#issuecomment-422099975">https://github.com/w3c/wpub/pull/331#issuecomment-422099975</a>). To be honest, I am not sure why this was not the case before; I have a hard time imagining a proper publication without a title...</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/iherman"><img src="https://avatars.githubusercontent.com/u/520723?v=4" />iherman</a> commented <strong> 6 years ago</strong> </div> <div class="markdown-body"> <p>@mattgarrish I would not want to get into the issues of "interpreting" the content of the title element; I do not think we would be able (and it would be worthwhile) to write a specification on this.</p> <p>Also, the article <a href="https://www.ctrl.blog/entry/browser-reading-mode-metadata">referred to above</a>, though interesting, may not be all that relevant for us. The browser's reading mode is meant to "interpret" any kind of Web site, essentially getting rid of the "noise" (advertisements, unimportant menus, etc). Facing such a diversity it is quite normal that the content of the title element is messy. However, in the case of a WP, we are talking about a properly curated Web content which is meant to be, well, a publication. Although mistakes happen, I would expect the title to be more carefully chosen for that case (which is also the reason of this whole issue, which is primarily meant to follow the DRY principle).</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/HadrienGardeur"><img src="https://avatars.githubusercontent.com/u/90989?v=4" />HadrienGardeur</a> commented <strong> 6 years ago</strong> </div> <div class="markdown-body"> <p>@iherman this is not an issue of "carefully chosen" or not. The <code><title></code> in HTML is used well-beyond our use case in WP and it's semantically not the same thing.</p> <p>As for re-opening the discussion about requiring a title, I remember that @lrosenthol was strongly against this idea during our early metadata discussions. Key participants in the early metadata effort may want to chime in as well (@baldurbjarnason and @laudrain).</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/JayPanoz"><img src="https://avatars.githubusercontent.com/u/12599652?v=4" />JayPanoz</a> commented <strong> 6 years ago</strong> </div> <div class="markdown-body"> <p>Yeah I can also think of say CMS-plugins and or services allowing bloggers/websites to create a web publication, similar to the ones already available for EPUB. It’s really hard to tell what the title will be if it’s undefined in the config…</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/iherman"><img src="https://avatars.githubusercontent.com/u/520723?v=4" />iherman</a> commented <strong> 6 years ago</strong> </div> <div class="markdown-body"> <blockquote> <p>The <code><title></code> in HTML is used well-beyond our use case in WP and it's semantically not the same thing.</p> </blockquote> <p>May be true (although I am not convinced) but when it is really different, the author can use the <code>name</code> property without further ado. That is why the 'curation' is relevant.</p> <p>The question is where the 80/20 cut is. Ie, if we talk about Web Publication (and not average Web Pages), what is the estimated probability that the title used for the primary entry page and the <code>name</code> of publication will be different (we are talking about the embedded case). Put it another way, what is the percentage of authors that will be forced to unnecessary duplicate the same data.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/iherman"><img src="https://avatars.githubusercontent.com/u/520723?v=4" />iherman</a> commented <strong> 6 years ago</strong> </div> <div class="markdown-body"> <p>@JayPanoz I am not worried about CMS plugins. Those are programs that can generate the <code>name</code> property. My worry is the author of a, say, scholarly article who will be asked to produce a final version of his/her paper in HTML/WP, and will be asked to choose a suitable title.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/JayPanoz"><img src="https://avatars.githubusercontent.com/u/12599652?v=4" />JayPanoz</a> commented <strong> 6 years ago</strong> </div> <div class="markdown-body"> <p>@iherman Well I personally am because they very often chose the most practical way out, which isn’t necessarily the spec-compliant one. If say you’re designing a WordPress plugin, then the title in the settings is probably the easiest/most sensible fallback when the title is undefined in the plugin’s UI – and it can be significantly different from a publication’s title. </p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/laudrain"><img src="https://avatars.githubusercontent.com/u/17047162?v=4" />laudrain</a> commented <strong> 6 years ago</strong> </div> <div class="markdown-body"> <p>If I remember well, as we are in a JSON-LD context, don't we have already the name property for the title in any of our types ? Or our WP context doesn't inherit from Thing?</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/TzviyaSiegman"><img src="https://avatars.githubusercontent.com/u/2006752?v=4" />TzviyaSiegman</a> commented <strong> 6 years ago</strong> </div> <div class="markdown-body"> <blockquote> <p>If it's not required in the manifest, the <title> of the HTML returned by the publication address seems like the nature next candidate.</p> </blockquote> <p>@HadrienGardeur What if we make title required? cc @iherman ?</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/HadrienGardeur"><img src="https://avatars.githubusercontent.com/u/90989?v=4" />HadrienGardeur</a> commented <strong> 6 years ago</strong> </div> <div class="markdown-body"> <p>@TzviyaSiegman having the title required in our infoset would reduce the inconsistency of de-facto requiring the title through the processing while not requiring it in the infoset at the same time.</p> <p>This would not change my perception that the title of an HTML page and the title of a Web Publication are not semantically the same thing.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/iherman"><img src="https://avatars.githubusercontent.com/u/520723?v=4" />iherman</a> commented <strong> 6 years ago</strong> </div> <div class="markdown-body"> <blockquote> <p>title of an HTML page and the title of a Web Publication are not semantically the same thing.</p> </blockquote> <p>Not <em>necessarily</em>. But for the use case we have (embedded manifest to a, say, article) I suggest the two are mostly identical. </p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/HadrienGardeur"><img src="https://avatars.githubusercontent.com/u/90989?v=4" />HadrienGardeur</a> commented <strong> 6 years ago</strong> </div> <div class="markdown-body"> <p>Here's a proposal to solve the current situation:</p> <ul> <li>title becomes a requirement </li> <li>if the title is not present in the manifest, a UA MUST use the value of the title element of the Web Publication's primary entry page</li> <li>no additional requirements for embedded manifest</li> </ul> <p>The first and second points solve an inconsistency in our spec language:</p> <ul> <li>title is not currently required</li> <li>in descriptive properties we say: "If not included in the manifest, user agents MAY use the value of the title element [html] of the Web Publication’s primary entry page (if present) when generating the canonical manifest."</li> <li>while in the canonicalization steps we say: "if manifest["name"] is undefined, then locate the title HTML element using document. If that element exists, let t be its text content, and add to manifest:"</li> </ul> <p>It's a weird situation because while the title is not required, it is de facto always present because of the canonicalization.</p> <p>As for my third point, I still believe that it's important to have the ability to override the value of the HTML primary entry page if you want to and I don't see any reason to force authors to use the same value. With these new requirements, author's won't have to duplicate the information anyway if it's the same.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/iherman"><img src="https://avatars.githubusercontent.com/u/520723?v=4" />iherman</a> commented <strong> 6 years ago</strong> </div> <div class="markdown-body"> <p>@HadrienGardeur this is even stronger than my original version, but I am fine with this approach.</p> <p>(Admin comment: if we do this, I will close this PR and create a new one, because merging this PR would become an incredible mess...)</p> </div> </div> <div class="page-bar-simple"> <a href="/w3c/wpub/331?page=2" class="next">Next</a> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>