Pale Moon 15.3 beta 3 (public beta)

Talk about code development, features, specific bugs, enhancements, patches, and similar things.
Forum rules
Please keep everything here strictly on-topic.
This board is meant for Pale Moon source code development related subjects only like code snippets, patches, specific bugs, git, the repositories, etc.

This is not for tech support! Please do not post tech support questions in the "Development" board!
Please make sure not to use this board for support questions. Please post issues with specific websites, extensions, etc. in the relevant boards for those topics.

Please keep things on-topic as this forum will be used for reference for Pale Moon development. Expect topics that aren't relevant as such to be moved or deleted.
User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35576
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: Pale Moon 15.3 beta 3 (public beta)

Unread post by Moonchild » 2012-11-11, 13:38

Thanks for pointing that out, but considering transitions are still a working draft, the -moz prefix for it (still being considered an experimental technology) is not something pressing right now.
See also: https://developer.mozilla.org/en-US/docs/CSS/transition

I will consider reviewing the CSS spec for it, but considering the gecko version used by documentation standards uses the -moz prefix, and application/engine version may (and regularly is) be checked by websites as a determining factor, removing the prefix would potentially break those sites (finding a 15.* browser, subsequently serving a dynamic page with -moz prefix, and transitions as a result not working).

Depending on release plans and what code base is going to be used for the next major version of Pale Moon, I may possibly add support for both syntaxes, but will not remove the -moz syntax support in 15.* because of the above.
dark_moon wrote:But it works, even without the moz prefix, so this isn't a big problem
No, actually, it doesn't ;)
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

Tallgeese

Re: Pale Moon 15.3 beta 3 (public beta)

Unread post by Tallgeese » 2012-11-12, 03:45

Ah, thank you for the thoughtful response.

I am sorry if I seemed oddly insistent, I was half-asleep at the time. The reason I pointed it out is because FF 16 lets you use transitions without the -moz prefix, and I wasn't quite sure if you wanted to keep Pale Moon's CSS3 implementation in line with Mozilla's.

Locked