Skip to content

Commit 064c8e8

Browse files
author
Simon Pieters
committed
[cssom-view] window.open() feature names are case-insensitive.
1 parent a87143d commit 064c8e8

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

cssom-view/Overview.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,8 @@ <h4 id="the-features-argument-to-the-open()-method"><span class="secno">5.1 </sp
720720
<li><p>Let <var>position</var> point at the first character of <var>input</var>.
721721
<li><p><a class="external" data-anolis-spec="html" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#skip-whitespace">Skip whitespace</a>.
722722
<li><p><a class="external" data-anolis-spec="html" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#collect-a-sequence-of-characters">Collect a sequence of characters</a> that are not <a class="external" data-anolis-spec="html" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#space-character" title="space character">space
723-
characters</a> nor "<code title="">=</code>" (U+003D). Let <var>name</var> be the collected characters.
723+
characters</a> nor "<code title="">=</code>" (U+003D). Let <var>name</var> be the collected characters, <a class="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#converted-to-ascii-lowercase">converted to ASCII
724+
lowercase</a>.
724725
<li><p>If <var>name</var> is in <var>parsed features</var> or if <var>name</var> is not a <a href="#supported-open()-feature-name">supported <code title="">open()</code> feature name</a>,
725726
continue <i>token loop</i>.
726727
<li><p><a class="external" data-anolis-spec="html" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#skip-whitespace">Skip whitespace</a>.

cssom-view/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,8 @@ <h4>The <var>features</var> argument to the <code title>open()</code> method</h4
681681
<li><p>Let <var>position</var> point at the first character of <var>input</var>.
682682
<li><p><span data-anolis-spec=html>Skip whitespace</span>.
683683
<li><p><span data-anolis-spec=html>Collect a sequence of characters</span> that are not <span data-anolis-spec=html title="space character">space
684-
characters</span> nor "<code title>=</code>" (U+003D). Let <var>name</var> be the collected characters.
684+
characters</span> nor "<code title>=</code>" (U+003D). Let <var>name</var> be the collected characters, <span data-anolis-spec=dom>converted to ASCII
685+
lowercase</span>.
685686
<li><p>If <var>name</var> is in <var>parsed features</var> or if <var>name</var> is not a <span>supported <code title>open()</code> feature name</span>,
686687
continue <i>token loop</i>.
687688
<li><p><span data-anolis-spec=html>Skip whitespace</span>.

0 commit comments

Comments
 (0)