Skip to content

Commit

Permalink
Remove dangling "fallback width" and "width" references
Browse files Browse the repository at this point in the history
...from the "Updating the source set" algorithm.

Mop-up for Issue #5893, completing work started in PR #5900.
  • Loading branch information
eeeps authored and zcorpan committed Sep 20, 2021
1 parent 5a8d55f commit f1d1d4a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -29003,9 +29003,8 @@ was an English &lt;a href="/wiki/Music_hall">music hall&lt;/a> singer, ...</code
its value does not <span data-x="matches the environment">match the environment</span>,
continue to the next child.</p></li>

<li><p><span data-x="parse a sizes attribute">Parse <var>child</var>'s sizes attribute</span>
with the fallback width <var>width</var>, and let <var>source set</var>'s <span>source
size</span> be the returned value.</p></li>
<li><p><span data-x="parse a sizes attribute">Parse <var>child</var>'s sizes attribute</span>,
and let <var>source set</var>'s <span>source size</span> be the returned value.</p></li>

<li><p>If <var>child</var> has a <code data-x="attr-source-type">type</code> attribute, and its
value is an unknown or unsupported <span>MIME type</span>, continue to the next child.</p></li>
Expand Down

0 comments on commit f1d1d4a

Please sign in to comment.