Skip to content
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

Impossible to link to camelCase elements #365

Open
dontcallmedom opened this issue Nov 25, 2022 · 0 comments
Open

Impossible to link to camelCase elements #365

dontcallmedom opened this issue Nov 25, 2022 · 0 comments
Labels

Comments

@dontcallmedom
Copy link
Member

[^foreignElement^] fails in ReSpec, because the xref API endpoint replies with no result (likewise for e.g. clipPath).

<!doctype html>
<html>
  <title>Link to CSS definition</title>
  <script>var respecConfig = {xref: ["svg"]};</script>
  <script src="https://www.w3.org/Tools/respec/respec-w3c.js"></script>
  <body>
  <section>
    <h2>Test Section</h2>
    [^foreignObject^]

I wonder if this is an artefact of element being listed among CONCEPT_TYPES in routes/xref/lib/constants.ts, itself a legacy of sidvishnoi/respec-xref-route#57, which would impact an exact case-match in the query?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants