w3c / tvcontrol-api

TV Control API specification - https://w3c.github.io/tvcontrol-api/
10 stars 11 forks source link

Missing text and formatting problems #2

Closed chrisn closed 8 years ago

chrisn commented 8 years ago

There looks to be a problem with the respec rendering of the document. Comparing the current draft spec with the CG Final Report, much of the text appears to be missing. For example, compare section 3.1, where the description of the tv attribute is missing, and section 4.2 where the getTuners method contains the text PromiseTVTuner not in the original.

tidoust commented 8 years ago

FYI, I filed an issue against ReSpec: https://github.com/w3c/respec/issues/864

If the bug cannot be fixed in ReSpec in a timely manner, I'll force the use of a former version of ReSpec.

tidoust commented 8 years ago

That probably won't be fixed in ReSpec any time soon because old-IDL style is now obsolete. I forced the use of a previous version of ReSpec in the meantime. Transitioning the spec to the IDL contiguous mode of ReSepc is relatively easy. It just needs to be done. I created issue #6 to track this transition.