tobie / specref

An open-source, community-maintained database of Web standards & related references.
http://www.specref.org/
Apache License 2.0
165 stars 142 forks source link

Drop overwrite for the URL of XPath #787

Closed tidoust closed 5 months ago

tidoust commented 5 months ago

The xpath entry targets version 1.0 of the spec. A change in the way the spec is handled in W3C system makes xpath an explicit alias of a new xpath-10 entry. The overwrite no longer works because it attempts to add a URL to something that should only have an aliasOf link. This prevents automatic updates.

The overwrite is not needed for the xpath-10 entry, as it already has the right URL. This update removes the overwrite as a result.

It could be argued that xpath should rather be an alias of xpath-31. In practice, it's not clear which version xpath should redirect to, and a couple of specs at least expect xpath to mean xpath-10 (DOM, WebDriver, RDF XML Syntax). This is also coherent with the xslt entry.