[Bug 27933] Add private prefixes for CSS3 properties automatically in CSS processing

2013-02-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27933

Daniel Friesen  changed:

   What|Removed |Added

 CC||mediawiki-bugs@nadir-seen-f
   ||ire.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 27933] Add private prefixes for CSS3 properties automatically in CSS processing

2012-11-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27933

Bartosz Dziewoński  changed:

   What|Removed |Added

 CC||matma@gmail.com

--- Comment #5 from Bartosz Dziewoński  2012-11-11 
15:22:52 UTC ---
See bug 40964 for Less/SASS/whatever support and why it probably can't be
implemented right now.

The second point from bug 40964 comment 1 applies here as well: "There is
currently (for debug, among other reasons) the paradigm that the post-processor
only enhances scripts/styles, never as a requirement for it to be functional.
So in the current way of things, any pre-processor wouldn't be an option.".

Additionally, for some CSS properties (for examples ones related to gradients)
the -prefix- syntax is different than the final, accepted one; we can't blindly
add the prefixed properties every time.

And also, the usefulness of this would IMO be quite minimal.

Therefore I suggest WONTFIXing this bug.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 27933] Add private prefixes for CSS3 properties automatically in CSS processing

2012-01-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27933

Antoine "hashar" Musso  changed:

   What|Removed |Added

 CC||has...@free.fr

--- Comment #4 from Antoine "hashar" Musso  2012-01-13 09:59:52 
UTC ---
Less has a javascript implementation. So you can just:

 
^^
 

The javascript will handle all the magic for you http://lesscss.org/

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 27933] Add private prefixes for CSS3 properties automatically in CSS processing

2011-03-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27933

--- Comment #2 from Trevor Parscal  2011-03-08 18:39:46 
UTC ---
I was going to also point out, that there are libraries like  SASS, xCSS, and
Less that do meta CSS programming. Because these start from a more sanitary
source, they can do tricky things. If there's a PHP implementation of one of
these that we like, we could consider adding that to core and supporting that
as a style format. ResourceLoader could notice by inference or be told by
configuration that the style needs to be processed using X algorithm, and all
should be well. It could be used as a pre-processing step, so existing
minification, URL remapping and image embedding would still work.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 27933] Add private prefixes for CSS3 properties automatically in CSS processing

2011-03-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27933

--- Comment #1 from Trevor Parscal  2011-03-08 18:36:31 
UTC ---
What's the proposed behavior when such private rules already exist neaby?

I think figuring out ways to make development easier is clever and useful, but
we have to be careful because we process CSS from libraries like jQuery UI, or
other jQuery plugins all the time, and we need to not make assumptions about
their code. Also, given that, what you are proposing might possibly require
parsing to do right (not 100% sure, but I suspect it might) and parsing CSS is
another tricky business because of CSS hacks being used in said libraries.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l