Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the fallback value of sizes from 300px to 100%. Fixes #127 #139

Merged
merged 1 commit into from
Apr 8, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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