-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
BuildAffects the build infrastructure onlyAffects the build infrastructure only
Description
there's also some kind of markup problem that means the links within the grammar don't always work properly.
Originally posted by @michaelhkay in #2345 (comment)
The problem is that some local links are incorrect (don't work), and some items don't have links.
For example, in 4.1 Namespace Declarations,
in the line "declare" "default" "element" "namespace" URILiteral,
The html source code for "URILiteral" is:
<a href="#doc-xpath40-DefaultElementNamespaceDecl-URILiteral doc-xpath40-NamespaceDecl-URILiteral">URILiteral</a>(note a space in the fragment identifier in href)
The code for the first occurrence of URILiteral at the left side is:
<a id="doc-xpath40-DefaultElementNamespaceDecl-URILiteral"></a>
<code><a href="#prod-xpath40-URILiteral">URILiteral</a></code>(seems correct)
And the code for the second occurrence of URILiteral at the left side is:
<a id="doc-xpath40-NamespaceDecl-URILiteral"></a>
<code>URILiteral</code>(one anchor is missing, is this intentional?)
The XML source is:
<scrap role="xpath">
<prodrecap ref="DefaultElementNamespaceDecl"/>
<prodrecap ref="NamespaceDecl"/>
</scrap>Metadata
Metadata
Assignees
Labels
BuildAffects the build infrastructure onlyAffects the build infrastructure only