w3c / touch-events

https://w3c.github.io/touch-events/
26 stars 24 forks source link

New ReSpec warning about inittouchevent #50

Closed RByers closed 8 years ago

RByers commented 8 years ago

Just noticed this warning (click the "1" at the top right): Found linkless <a> element with text 'inittouchevent' but no matching <dfn>.

Presumably this came from 50f51ccacb0d5ad06f9cf6ed44f853d6a3616d10. @choniong can you please take a look? Perhaps ReSpec expects at least a tiny description for the API?

chong-z commented 8 years ago

Actually this issue can be tracked back to Add a non-normative note about initTouchEvent - Apr 4, 2013, where initTouchEvent was surround by <a> but the link was not defined....

ReSpec warning: 20. Found linkless <a> element with text 'inittouchevent' but no matching <dfn>.

I think I can fix it by just remove <a> around initTouchEvent.