respec icon indicating copy to clipboard operation
respec copied to clipboard

Duplicate id errors in generated HTML for WebIDL using partial namespace

Open danielpeintner opened this issue 1 year ago • 0 comments

Description of problem

The Scripting API document uses partial namespace WebIDL definitions in

  • https://w3c.github.io/wot-scripting-api/#the-consume-method
  • https://w3c.github.io/wot-scripting-api/#the-produce-method
  • https://w3c.github.io/wot-scripting-api/#the-discover-method
  • ...

Once we generate HTML out of the note via "ReSpec" -> "Export" -> "HTML" we get an HTML with errors (duplicate ID errors) see https://github.com/w3c/wot-scripting-api/pull/477#issuecomment-1548138301

How can we fix this problem?

danielpeintner avatar May 19 '23 12:05 danielpeintner