From cd2c5817cc2c27f32b5a1012f58431115da9e730 Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Tue, 8 Apr 2014 14:22:15 +0200 Subject: [PATCH] Change the fallback value of sizes from 300px to 100%. Fixes #127 --- index.bs | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.bs b/index.bs index 63795259..ea74dbe2 100644 --- a/index.bs +++ b/index.bs @@ -836,7 +836,7 @@ Parsing a sizes Attribute
  • Consume: If reached eof is true, - return ''300px'' and abort these steps. + return ''100%'' and abort these steps. Otherwise, consume a component value and let component value be the returned value. [[!CSS3SYN]]
  • diff --git a/index.html b/index.html index f2ee2033..a1f4e2fe 100644 --- a/index.html +++ b/index.html @@ -1385,7 +1385,7 @@

    Consume: If reached eof is true, - return 300px and abort these steps. + return 100% and abort these steps. Otherwise, consume a component value and let component value be the returned value. [CSS3SYN]