WICG / webusb

Connecting hardware to the web.
https://wicg.github.io/webusb/
Other
1.31k stars 131 forks source link

Fix build errors relating to unreferenced dfns #135

Closed odejesush closed 6 years ago

odejesush commented 6 years ago

This change fixes the build errors that we occurring due to unreferenced definitions. The unreferenced definitions are changed to be <strong><em> blocks of text to have the same format. Other unreferenced definitions were found references in the spec and manually linked.

odejesush commented 6 years ago

It seems that the build is failing when trying to process test/index.bs. It does pass when building this file however. What should I do about the bs file in the test directory?

reillyeon commented 6 years ago

Are the errors in that file similar unexported definition errors or something else?

odejesush commented 6 years ago

Yes, the unexported definition this time is "requestdevice".