<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.web.css.general">
    <title>gmane.comp.web.css.general</title>
    <link>http://permalink.gmane.org/gmane.comp.web.css.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.css.general/36696"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.css.general/36695"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.css.general/36694"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.css.general/36693"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.css.general/36692"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.css.general/36691"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.css.general/36690"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.css.general/36689"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.css.general/36688"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.css.general/36687"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.css.general/36686"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.css.general/36685"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.css.general/36684"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.css.general/36683"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.css.general/36682"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.css.general/36681"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.css.general/36680"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.css.general/36679"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.css.general/36678"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.css.general/36677"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.css.general/36696">
    <title>Re: [CSSOM-view] Support centering an element when scrolling into view.</title>
    <link>http://permalink.gmane.org/gmane.comp.web.css.general/36696</link>
    <description>&lt;pre&gt;In the process of specifying what I had in mind, I made the start of a polyfill.
It helped me identify another shortcoming of what I had done, namely having
a default `horizontal` property set to 0.0.

The code for the polyfill is available at
&amp;lt;http://jsbin.com/3/ilecok/5/edit?javascript&amp;gt;.

The WebIDL corresponding to this proposal is the following:

   partial interface Element {
     void scrollIntoView(ScrollPosition options);
   };

   dictionary ScrollPosition {
     float horizontal = 0.5;
     float vertical = 0.5;
     boolean evenIfViewed = false;
   };

This time, `horizontal` and `vertical` are meant as percentages of
the viewport width minus the offsetWidth of the element, and
the viewport height minus the offsetHeight of the element,
respectively.

This way, the element goes from having its top edge aligned with
the top edge of the viewport, to having its bottom edge aligned with
the bottom edge of the viewport, when changing `vertical` from 0 to 1.

Something else that I have uncovered from a r&lt;/pre&gt;</description>
    <dc:creator>Thaddee Tyl</dc:creator>
    <dc:date>2012-05-26T05:12:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.css.general/36695">
    <title>Re: [css3-flexbox] flex-align:stretch on absolutely positioned items  WAS: Changing abspos placeholders to atomic inlines</title>
    <link>http://permalink.gmane.org/gmane.comp.web.css.general/36695</link>
    <description>&lt;pre&gt;
It should have an effect equivalent to align-self:start.  Remember
that it only stretches the placeholder, and abspos static position
only cares about the top-left (or top-right in rtl) of the
placeholder.

~TJ


&lt;/pre&gt;</description>
    <dc:creator>Tab Atkins Jr.</dc:creator>
    <dc:date>2012-05-26T04:06:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.css.general/36694">
    <title>[css3-flexbox] flex-align:stretch on absolutely positioned items WAS:  Changing abspos placeholders to atomic inlines</title>
    <link>http://permalink.gmane.org/gmane.comp.web.css.general/36694</link>
    <description>&lt;pre&gt;


It's not clear to me with this change (or with the current spec text) what
should happen with flex-align/align-items: stretch on absolutely positioned
flex items. WebKit's current implementation happens to ignore stretch, but
that's not intentional. I can't really think of use-cases for wanting to
stretch absolutely positioned items, except if you're trying to overlay one
item on top of the other.

Ojan
&lt;/pre&gt;</description>
    <dc:creator>Ojan Vafai</dc:creator>
    <dc:date>2012-05-26T03:54:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.css.general/36693">
    <title>Re: [css-variables] allowed syntax of variable values (was Re: status ?)</title>
    <link>http://permalink.gmane.org/gmane.comp.web.css.general/36693</link>
    <description>&lt;pre&gt;
Ah, I see the confusion.  When I was referring to the DIMENSION token,
I meant the one in Chapter 4. The only Appendix G reference I was
making was for the "function" production.

But anyway, that's all gone now.

~TJ


&lt;/pre&gt;</description>
    <dc:creator>Tab Atkins Jr.</dc:creator>
    <dc:date>2012-05-26T00:18:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.css.general/36692">
    <title>Re: [css-variables] allowed syntax of variable values (was Re:  status ?)</title>
    <link>http://permalink.gmane.org/gmane.comp.web.css.general/36692</link>
    <description>&lt;pre&gt;
Er, oh.  Actually, the DIMENSION token covers all units *except*
those that are in CSS2.1, which are covered by the EMS, EXS, LENGTH,
ANGLE, TIME, and FREQ tokens.

That said, Appendix G is designed to be a description of what syntax
is legal in CSS 2.1 and not designed to be a description of how to
parse CSS.  I still don't think it's a good idea to use it as part
of a spec for how CSS should be parsed.


Thanks.

-David

&lt;/pre&gt;</description>
    <dc:creator>L. David Baron</dc:creator>
    <dc:date>2012-05-25T23:11:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.css.general/36691">
    <title>Re: [css3-lists] Counter style "hyphen" replaced with "dash"</title>
    <link>http://permalink.gmane.org/gmane.comp.web.css.general/36691</link>
    <description>&lt;pre&gt;
Heh, I was confused by your references to "WD 7" and "WD 24".  Those
were published on Nov 7 and May 24, respectively.  ^_^

I don't recall any specific reason why I went with U+2014 instead of
U+2013.  It's possible that was a typo, since generally I just chose
one of the given example glyphs.

I changed the name on purpose, because if it was being represented by
a dash glyph, I thought it should be called 'dash'.  As far as I know,
no one implemented the 'hyphen' value.

~TJ


&lt;/pre&gt;</description>
    <dc:creator>Tab Atkins Jr.</dc:creator>
    <dc:date>2012-05-25T23:06:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.css.general/36690">
    <title>Re: [css-variables] allowed syntax of variable values (was Re: status ?)</title>
    <link>http://permalink.gmane.org/gmane.comp.web.css.general/36690</link>
    <description>&lt;pre&gt;
Hm?  No, the DIMENSION token covers *all* possible units.



I've gone ahead and done so, but cleaned it up a little with more
explanatory text:

The &amp;lt;dfn id='value-type'&amp;gt;&amp;lt;var&amp;gt;&amp;amp;lt;value&amp;gt;&amp;lt;/var&amp;gt;&amp;lt;/dfn&amp;gt; type used in the
syntax above is defined as
anything matching the "value" production in &amp;lt;a
href="http://www.w3.org/TR/CSS2/syndata.html#tokenization"&amp;gt;CSS 2.1
Chapter 4.1&amp;lt;/a&amp;gt; [[!CSS21]].
This puts almost no restrictions on what kinds of values you can store
in variables.
Obviously, any valid property value
or component of a property
is allowed.
Additionally, this allows things that aren't yet valid CSS,
like unknown keywords or functions,
blocks,
at-rules,
and other kinds of custom micro-syntaxes like what's allowed in calc().
There &amp;lt;em&amp;gt;are&amp;lt;/em&amp;gt; still rules, however;
for example,
unbalanced parentheses are invalid.

~TJ


&lt;/pre&gt;</description>
    <dc:creator>Tab Atkins Jr.</dc:creator>
    <dc:date>2012-05-25T22:55:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.css.general/36689">
    <title>Re: [css-variables] status ?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.css.general/36689</link>
    <description>&lt;pre&gt;The proposal on the table does not use var at all anymore, it uses $ on
both sides.  I have started a seperate thread on this if you want to
comment on this I suggest pulling it to there.
 On May 25, 2012 6:31 PM, "Peter Sorotokin" &amp;lt;psorotok&amp;lt; at &amp;gt;adobe.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Brian Kardell</dc:creator>
    <dc:date>2012-05-25T22:40:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.css.general/36688">
    <title>RE: [css-variables] status ?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.css.general/36688</link>
    <description>&lt;pre&gt;
[Peter Sorotokin:]

The current grammar does not allow for spaces on the property side of the declaration.

We have unambiguously established that there is no proposal that will not be ugly to someone... 



&lt;/pre&gt;</description>
    <dc:creator>Sylvain Galineau</dc:creator>
    <dc:date>2012-05-25T22:39:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.css.general/36687">
    <title>Re: [css-variables] status ?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.css.general/36687</link>
    <description>&lt;pre&gt;Perhaps, a naïve question, but would not it be possible to do define
syntax as var foo instead of var-foo?

.container {
    var foo: 20px;
}

I guess I just like sh better than perl ;-)

I think var-foo is really ugly.

Peter

On 5/25/12 9:38 AM, "Tab Atkins Jr." &amp;lt;jackalmage&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:




&lt;/pre&gt;</description>
    <dc:creator>Peter Sorotokin</dc:creator>
    <dc:date>2012-05-25T22:28:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.css.general/36686">
    <title>Re: [css3-syntax] Preference for parser speccing?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.css.general/36686</link>
    <description>&lt;pre&gt;On Fri, May 25, 2012 at 3:14 PM, Sylvain Galineau
&amp;lt;sylvaing&amp;lt; at &amp;gt;microsoft.com&amp;gt; wrote:

Tokens are easy - the tokenizer is already done in Syntax.  The
question is what to do with the parsing step, which turns tokens into
actual CSS structures and values.

HTML, for example, is defined with the tokenizing interleaved with the
parsing.  This is necessary for HTML, because some tags change the
tokenizing rules - if you see a &amp;lt;script&amp;gt;, you stop parsing like HTML
and instead just parse everything as text until you see the &amp;lt;/script&amp;gt;,
because what's betweent hose tags simply isn't HTML, and you don't
want to risk screwing it up by parsing as HTML.

CSS *does* technically have this in one circumstance - the an+b syntax
of all the :nth-*() pseudos doesn't directly correspond to the tokens
of CSS.  However, it's possible to solve this by "reversing" the
tokens into something more meaningful, so you don't technically have
to switch contexts.

So the question is simply, as someone implementing or maintaining a
parser, which&lt;/pre&gt;</description>
    <dc:creator>Tab Atkins Jr.</dc:creator>
    <dc:date>2012-05-25T22:23:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.css.general/36685">
    <title>RE: [css3-syntax] Preference for parser speccing?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.css.general/36685</link>
    <description>&lt;pre&gt;[Tab Atkins Jr.:]
Not sure what you're asking. I think I'd rather implement a parsing algorithm
based on a clear and unambiguous definition of what the tokens actually are. 
Recent threads suggest the latter may need some polishing?

&lt;/pre&gt;</description>
    <dc:creator>Sylvain Galineau</dc:creator>
    <dc:date>2012-05-25T22:14:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.css.general/36684">
    <title>[css3-syntax] Preference for parser speccing?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.css.general/36684</link>
    <description>&lt;pre&gt;This is just a general preference question for implementors.

When I pick up Syntax again, would it be better for me to write the
parsing section as if it the tokenizing was already completely done,
or interleaved with the tokenizing like the HTML parser is?  What
would be more useful?  I can do either, but I'd rather not have to
switch partway through, or even after I'm totally done.

~TJ


&lt;/pre&gt;</description>
    <dc:creator>Tab Atkins Jr.</dc:creator>
    <dc:date>2012-05-25T22:08:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.css.general/36683">
    <title>Re: [css3-images][css4-images] Replace 'dppx' with 'x'?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.css.general/36683</link>
    <description>&lt;pre&gt;On Fri, May 25, 2012 at 2:26 PM, Christoph Päper
&amp;lt;christoph.paeper&amp;lt; at &amp;gt;crissov.de&amp;gt; wrote:

I have no idea what you are talking about.  "dpi" is a simple and
easy-to-understand unit.



Dude, you're arguing that "dpi" is a dumb unit.  I pointed out that
it's used plenty in real life, and people seem okay with it, thus your
premise is at least blunted, if not completely refuted.  There's
nothing wrong with "dpi", and there's nothing theoretically wrong with
a "dppx" unit.

This thread is solely about the naming of the unit.

~TJ


&lt;/pre&gt;</description>
    <dc:creator>Tab Atkins Jr.</dc:creator>
    <dc:date>2012-05-25T21:52:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.css.general/36682">
    <title>Re: [css-variables] $ for declaration? (not a variable on the left)</title>
    <link>http://permalink.gmane.org/gmane.comp.web.css.general/36682</link>
    <description>&lt;pre&gt;
Because then it's nice and easy to see the relationship, and because,
in general, languages use the same syntax for setting and using
variables.

~TJ


&lt;/pre&gt;</description>
    <dc:creator>Tab Atkins Jr.</dc:creator>
    <dc:date>2012-05-25T21:46:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.css.general/36681">
    <title>Re: [css-variables] $ for declaration? (not a variable on the left)</title>
    <link>http://permalink.gmane.org/gmane.comp.web.css.general/36681</link>
    <description>&lt;pre&gt;It really comes down to whether you conceive of $ as being a separate
concept from the variable. If you conceive of $ as a kind of escape that
indicates the next token is a variable name to be read, then $ is really
nothing more than a function that doesn't need parens. If instead you see $
as part of the variable name, then it makes sense for $ to always be
coupled whenever a variable is referenced.

It's my sense that people don't see $ as an escape, they see it a part of
the name.

Chris
&lt;/pre&gt;</description>
    <dc:creator>Chris Eppstein</dc:creator>
    <dc:date>2012-05-25T21:31:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.css.general/36680">
    <title>Re: [css3-images][css4-images] Replace 'dppx' with 'x'?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.css.general/36680</link>
    <description>&lt;pre&gt;Tab Atkins Jr.:

Everyone already knows it’s a silly unit (and an even sillier symbol/abbreviation). Its only “benefit” is that it makes random numbers bigger when better.

Just because it’s still used elsewhere – often in a confusing, misleading or incorrect way, too – doesn’t mean it’s a good idea to use it in CSS verbatim. I wouldn’t prefer the ‘calc()’ and “&amp;lt;number&amp;gt; /” variants I presented over a simple &amp;lt;length&amp;gt; one, but they’re at least more CSSy than the additional &amp;lt;resolution&amp;gt; unit type.


No, they shouldn’t have. They should measure sizes and distances like they know how.


You know, back when ‘dpi’ was introduced into CSS/MQ and ‘dpcm’ was invented specifically for it, some people including me tried to convince the WG that this was a bad idea, e.g. &amp;lt;http://lists.w3.org/Archives/Public/www-style/2006Aug/0204.html&amp;gt;.

Now you get negative feedback on ‘dppx’ which was modeled after the ill-advised ‘dpi’, except that it didn’t lose the second letter of the &lt;/pre&gt;</description>
    <dc:creator>Christoph Päper</dc:creator>
    <dc:date>2012-05-25T21:26:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.css.general/36679">
    <title>[css-variables] $ for declaration? (not a variable on the left)</title>
    <link>http://permalink.gmane.org/gmane.comp.web.css.general/36679</link>
    <description>&lt;pre&gt;Apologies if this is dense...  I'm just wondering if some can explain
why having usage and reference match is desirable?  Tab has said
several times that he wanted it to match and some other at w3c did
too... Ok, I can respect that I, but can someone explain why it is
desirable?  It's non-obvious to me.

Several people (myself included) have raised all kinds of contentions,
some debated and deemed invalid and some not.  I posted some thoughts
advocating why not [1] but that thread quickly went downhill as $ on
the left making some people assume that either: a) that was a variable
reference (it wasn't) or b) not being able to have a variable
reference on the left was a bad idea (I think it isn't) and therefore
an argument against $ for declaration (I don't think it is, but the
confusion that ensued might be).

I'm definitely not saying it is _wrong_ or anything, just that I can
only reasons that it doesn't seem desirable right now... Can someone
share the reasons it is?


- Brian

[1] - http://lists.w3.org/Ar&lt;/pre&gt;</description>
    <dc:creator>Brian Kardell</dc:creator>
    <dc:date>2012-05-25T21:22:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.css.general/36678">
    <title>Re: [css-variables] allowed syntax of variable values (was Re:  status ?)</title>
    <link>http://permalink.gmane.org/gmane.comp.web.css.general/36678</link>
    <description>&lt;pre&gt;
I don't think we should add normative references to the informative
Appendix G.  I'd also note that this forbids the use of any new
units in the values of variables.


I'd consider it an improvement to change the "Values:" line back to
matching the part of the prose that says "The valid possible
values...".

-David

&lt;/pre&gt;</description>
    <dc:creator>L. David Baron</dc:creator>
    <dc:date>2012-05-25T20:51:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.css.general/36677">
    <title>RE: [css-variables] status ?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.css.general/36677</link>
    <description>&lt;pre&gt;


This is off-topic. Compressing stylesheets when gzip is not available or
compensating for the peculiarities of a given HTTP stack is out of scope.

This is off-topic. Local 'preprocessing' is out of scope. 



&lt;/pre&gt;</description>
    <dc:creator>Sylvain Galineau</dc:creator>
    <dc:date>2012-05-25T20:50:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.css.general/36676">
    <title>Re: [css-variables] status ?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.css.general/36676</link>
    <description>&lt;pre&gt;Le 25/05/12 22:41, Marat Tanalin | tanalin.com a écrit :


Like it or not, this is the scope of this proposal and we're not going
to go beyond it in the near future. Tab gave very good reasons for that.
I already asked you once to stop polluting this thread with off-topic
stuff, I suggest you stop _now_ or face a ban from this mailing-list.
The noise/signal ratio of this thread is just not acceptable.

&amp;lt;/Daniel&amp;gt;
--
W3C CSS Working Group, Co-chair


&lt;/pre&gt;</description>
    <dc:creator>Daniel Glazman</dc:creator>
    <dc:date>2012-05-25T20:48:27</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.web.css.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.web.css.general</link>
  </textinput>
</rdf:RDF>

