w3c / touch-events

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

convert deprecated <dl> based WebIDL to Contiguous IDL #69

Closed patrickhlauke closed 8 years ago

patrickhlauke commented 8 years ago

see https://www.w3.org/respec/examples/webidl-contiguous.html

this also fixes problem (due to recent respec change?) of <dd> without explicit <p> not showing up at all

patrickhlauke commented 8 years ago

@rbyers to review ... similar to https://github.com/w3c/pointerevents/pull/101 this resulted in some changes, like no split of "Attributes" and "Methods". dropped the (redundant?) "Dictionary..." bits. most glaring difference is that https://w3c.github.io/touch-events/#methods doesn't show that table with "nullable" etc.

RByers commented 8 years ago

Just one little problem, otherwise LGTM. Thanks!