Re: [pointerevents] ReSpec complains about normative references in informative sections (#271)

The issue is that the [Introduction](https://w3c.github.io/pointerevents/#intro) is marked as informative through `<section id=intro class=informative>`, and as the error indicates, informative sections cannot have normative references because they per definition are not implementation requirements.

Assuming HTML, UI Events, and Compat are referenced in another normative section, you can just change the three references in informative sections from `[[!UIEVENTS]]` to `[[UIEVENTS]]` by removing the exclaimation mark.

-- 
GitHub Notification of comment by andreastt
Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/271#issuecomment-442273026 using your GitHub account

Received on Wednesday, 28 November 2018 00:35:58 UTC