Re: [whatwg/xhr] Add note about event listeners causing preflight (#148)

annevk commented on this pull request.



> @@ -408,11 +408,10 @@ the row where the value in the cell in the first column is <a>context object</a>
 <p>The <a>synchronous flag</a>, <a>upload complete flag</a>, and
 <a>upload listener flag</a> are initially unset.
 
-<p class=note id=event-listeners-and-preflight>Registering one or more
-event listeners on an {{XMLHttpRequestUpload}} object will trigger user
-agents to perform a <a>CORS-preflight request</a>. (That is because
-registering an event listener causes the <a>upload listener flag</a> to be
-set, which in turn causes the <a>use-CORS-preflight flag</a> to be set.)
+<p class=note no-backref id=event-listeners-and-preflight>Registering one or more event listeners on

You need the double quotes here. no-backref is a class name after all.

-- 
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/xhr/pull/148#pullrequestreview-55476755

Received on Thursday, 10 August 2017 09:14:29 UTC