[whatwg/dom] Flag refs in preventDefault()'s description missing "context object’s" qualifier (#627)

https://dom.spec.whatwg.org/commit-snapshots/07c110c87b8e4b1f7ecae09727b859bb75b17a73/#dom-event-preventdefault

> The preventDefault\(\) method, when invoked, must set the canceled flag if the cancelable attribute value is true and the in passive listener flag is unset\.

Compared to the rest of the spec, this seems to me to be the only place that refers to "the X flag" (twice) rather than "**context object’s** X flag", in relation to a DOM event's flags.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/627

Received on Friday, 6 April 2018 01:22:25 UTC