Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home for chromium.org
« Groups Home
Multicolumn Support for Short Lines
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
PhistucK  
View profile  
 More options Nov 12 2012, 2:50 am
From: PhistucK <phist...@gmail.com>
Date: Mon, 12 Nov 2012 09:49:55 +0200
Local: Mon, Nov 12 2012 2:49 am
Subject: Re: [Chrome DevTools] Multicolumn Support for Short Lines

chromium-html5<https://groups.google.com/a/chromium.org/group/chromium-html5/>is
better suited for this discussion (I have posted this reply in both of
the groups and kept google-chrome-developer-tools as a BCC recipient).

The difference is that Chrome sets the width of the box according to the
longest sentence in the box (before the text is laid out in a multiple
column layout) and then applies the multiple column layout.
Firefox sets the width according to the finally rendered content.
I prefer the Firefox behavior, of course, but the specification defines the
right behavior. Read it and create <http://bugs.webkit.org> a WebKit bug
(if you have not found existing bugs) if Chrome (and Safari) is doing the
wrong thing.

☆*PhistucK*


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
The Cyber Hymnal™  
View profile  
 More options Nov 13 2012, 6:25 am
From: The Cyber Hymnal™ <cyberhym...@gmail.com>
Date: Tue, 13 Nov 2012 03:25:51 -0800 (PST)
Local: Tues, Nov 13 2012 6:25 am
Subject: Re: [Chrome DevTools] Multicolumn Support for Short Lines

I'm not sure I follow. The spec page
at http://www.w3.org/TR/css3-multicol/#the-multi-column-model has this in
the column width algorithm section:

(19)  if (column-width != auto) and (column-count != auto) then
(20)    N := min(column-count, floor((available-width + column-gap) / (column-width + column-gap)))
(21)    W := ((available-width + column-gap) / N) - column-gap;

I don't where the spec says how to determine the "available-width" value, unless I'm missing something. Specifically, I don't see a reference to "the longest sentence in the block." In my case, the available width would be almost 100% of the screen. How is Chrome computing such a narrow width?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »