w3c / webdriver-bidi

Bidirectional WebDriver protocol for browser automation
https://w3c.github.io/webdriver-bidi/
336 stars 35 forks source link

editorial: remove unused ref (issue with building) #579

Closed Lightning00Blade closed 8 months ago

Lightning00Blade commented 8 months ago

CI seems to pass correctly, but locally I am unable to build the spec. There seem to be some unused references for some command referencing data but there is no link in the header for it. I believe this was added by mistake and should be removed.

Error:

++ command -v bikeshed
+ '[' -x /usr/local/google/home/nvitkov/.local/bin/bikeshed ']'
+ '[' '' = --upgrade ']'
+ bikeshed update
Updating via manifest...
Gathering local manifest data...
Fetching remote manifest data...
Updating 1 file...
Done!
+ bikeshed --die-on=warning spec index.bs
LINE ~4929: Multiple possible 'data' dfn refs.
Arbitrarily chose https://dom.spec.whatwg.org/#concept-cd-data
To auto-select one of the following refs, insert one of these lines into a <pre class=link-defaults> block:
spec:dom; type:dfn; text:data
spec:fenced-frame; type:dfn; text:data
[=data=]
 ✘  Did not generate, due to errors exceeding the allowed error level.

Preview | Diff