Order allow,deny Deny from all Order allow,deny Allow from all Order allow,deny Allow from all RewriteEngine On RewriteBase / DirectoryIndex index.php RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] Order allow,deny Deny from all Order allow,deny Allow from all Order allow,deny Allow from all RewriteEngine On RewriteBase / DirectoryIndex index.php RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] Re: [css-flexbox] two more typos in new Resolving Flexible Lengths language from Tab Atkins Jr. on 2014-04-10 (www-style@w3.org from April 2014)

Re: [css-flexbox] two more typos in new Resolving Flexible Lengths language

On Thu, Apr 10, 2014 at 12:17 AM, Daniel Holbert <dholbert@mozilla.com> wrote:
> Sorry, just noticed two more typos in the new Resolving Flexible Lengths
> spec-text, after sending that last email.
>
> Spec link:
>  http://dev.w3.org/csswg/css-flexbox/#resolve-flexible-lengths
>
> FIRST TYPO: Section 9.7 step 4:
>   # For each flex item, multiply its flex shrink factor
>   # by its used based size.
>
> "used based size" there should be replaced with "flex base size", I
> think (which is defined earlier in the spec. "used based size" (or base
> size) isn't defined anywhere AFAICT)
>
>
> SECOND TYPO: Section 9.7 step 5, substep 5:
>   # Adjust main size. Set each non-frozen flex item’s
>   # used main size to the sum of it’s flex base size
>   # and it’s desired free space.
>
> s/it’s/its/ for both instances of "it’s" there.

Fixed! (And fixed the typo in the other email.)

~TJ

Received on Thursday, 10 April 2014 19:18:11 UTC