- From: Joshua Bell <notifications@github.com>
- Date: Thu, 06 Jun 2019 16:58:25 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 6 June 2019 23:58:47 UTC
When needing to use underscores to escape IDL keywords, the docs seemingly indicate this should work:
```xml
<xmp class=idl>
interface Foo {
void _bar(any x);
};
</xmp>
The <dfn method for=Foo>bar(|x|)</dfn> method...
```
... but [I'm seeing](https://w3c.github.io/IndexedDB/#keyrange) the IDL fragment define a `#dom-foo-_bar id` rather than autolinking to the `#dom-idbkeyrange-includes` id defined by the prose.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/734
Received on Thursday, 6 June 2019 23:58:47 UTC