- From: ExE Boss <notifications@github.com>
- Date: Wed, 05 Feb 2020 06:45:03 -0800
- To: w3c/DOM-Parsing <DOM-Parsing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/DOM-Parsing/pull/10/review/353769620@github.com>
ExE-Boss requested changes on this pull request. > - <li>Let the value of <var>prefix index</var> be incremented by one. - <li>Append to <var>map</var> a new key <var>new namespace</var> whose key value is the - <var>generated prefix</var>. - <li>Return the value of <var>generated prefix</var>. - </ol> + <p>User agents may impose implementation-specific limits on otherwise unconstrained inputs, e.g. + to prevent denial of service attacks, to guard against running out of memory, or to work around + platform-specific limitations. - <p>The <dfn title="concept-serialize-xml-attributes">XML serialization of the attributes</dfn> - of an <code><a title="concept-element" data-spec="DOM4" class="externalDFN">Element</a></code> - <var>element</var> together with a <a title="concept-namespace-prefix-map">namespace prefix - map</a> <var>map</var>, a <a title="concept-generated-prefix">generated prefix index</a> - <var>prefix index</var> reference, a flag <var>ignore namespace definition attribute</var>, a - <var>duplicate prefix definition</var> value, and a flag <var>require well-formed</var>, - is the result of the following algorithm: - <ol> - <li>Let <var>result</var> be the empty string. - <li>Let <var>localname set</var> be a new empty - <dfn title="concept-namespace-localname-set">namespace localname set</dfn>. This <var>localname - set</var> will contain tuples of unique attribute - <code><a title="dom-attr-namespaceuri" data-spec="DOM4" class="externalDFN">namespaceURI</a></code> - and <code><a title="dom-element-localname" data-spec="DOM4" class="externalDFN">localName</a></code> - pairs, and is po This section should contain a `<dfn>` for `[CEReaction]`, which I’m adding in <https://github.com/w3c/DOM-Parsing/pull/57>. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/DOM-Parsing/pull/10#pullrequestreview-353769620
Received on Wednesday, 5 February 2020 14:45:07 UTC