Skip to content

Commit

Permalink
Merge pull request #139 from zcorpan/fix-127
Browse files Browse the repository at this point in the history
Change the fallback value of sizes from 300px to 100%. Fixes #127
  • Loading branch information
yoavweiss committed Apr 8, 2014
2 parents 9d24914 + cd2c581 commit 1805729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ Parsing a <code>sizes</code> Attribute</h4>

<li>
<i title>Consume</i>: If <var>reached eof</var> is true,
return ''300px'' and abort these steps.
return ''100%'' and abort these steps.
Otherwise, <a spec=css-syntax>consume a component value</a> and let <var>component value</var> be the returned value. [[!CSS3SYN]]

<li>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ <h4 class="heading settled heading" data-level=3.1.4 id=parse-sizes-attr><span c

<li>
<i title="">Consume</i>: If <var>reached eof</var> is true,
return <span class=css data-link-type=maybe title=300px>300px</span> and abort these steps.
return <span class=css data-link-type=maybe title=100%>100%</span> and abort these steps.
Otherwise, <a data-link-spec=css-syntax data-link-type=dfn href=http://dev.w3.org/csswg/css-syntax-3/#consume-a-component-value0 title="consume a component value">consume a component value</a> and let <var>component value</var> be the returned value. <a data-biblio-type=normative data-link-type=biblio href=#css3syn title=css3syn>[CSS3SYN]</a>

<li>
Expand Down

0 comments on commit 1805729

Please sign in to comment.