On 2013/10/22 15:06:06, Julien Chaffraix wrote:
> Please one rule per line, it's way more readable.
will fix it.
2 p {width:150px; border:0px;margin:0;padding:0; font-size:14pt}
3
4
Julien - ping for review
2013/10/22 15:06:06
FWIW I find this shared style sheet to be confusin
FWIW I find this shared style sheet to be confusing as you apply very broad
selectors instead of something related to text-align-last. See for example
flexbox.css or grid.css for something that is more focused.
An example of what you share here is:
.textAlignLastStart {
text-align-last: start;
}
On 2013/10/22 15:06:06, Julien Chaffraix wrote:
> FWIW I find this shared style sheet to be confusing as you apply very broad
> selectors instead of something related to text-align-last. See for example
> flexbox.css or grid.css for something that is more focused.
>
> An example of what you share here is:
>
> .textAlignLastStart {
> text-align-last: start;
> }
Issue 19471004: Rendering the property, text-align-last.
(Closed)
Created 7 years, 5 months ago by dw.im
Modified 7 years, 1 month ago
Reviewers: Julien - ping for review
Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Comments: 38