473,471 Members | 4,625 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

mozilla firefox CSS coverage ??

where is there a source which shows which css standard, and how much
of that standard, is implemented in firefox's (1.0) engine? t.i.a.
Jul 21 '05 #1
13 3062
> where is there a source which shows which css standard, and how much
of that standard, is implemented in firefox's (1.0) engine? t.i.a.


I tried FF for weeks and the output is: no effective CSS standard is
implemented except of CSS 0.8 or CSS 1.45.
Requesting http://validator.w3c.org -verbose (any websites) -- a
misplaced design is shown: shame.

Developing Liquid / floating design is nearly impossible.
Usermanagement and java support on windows platform ... like CSS
implementation.
FF is not the browser i expected: deinstalled.

CG.

*FF 1.0 is a hype we have to stand. Waiting for a better one.
Jul 21 '05 #2
Christian G. wrote:
where is there a source which shows which css standard, and how much
of that standard, is implemented in firefox's (1.0) engine? t.i.a.


I tried FF for weeks and the output is: no effective CSS standard is
implemented except of CSS 0.8 or CSS 1.45.
Requesting http://validator.w3c.org -verbose (any websites) -- a
misplaced design is shown: shame.

Developing Liquid / floating design is nearly impossible.
Usermanagement and java support on windows platform ... like CSS
implementation.
FF is not the browser i expected: deinstalled.


....and using what instead?

I hope this is a troll - sure, there are some CSS problems remaining in
FF, but far fewer than in most other browsers. Fluid design is easy.

Can you provide specific examples?

--
Mark.
http://tranchant.plus.com/
Jul 21 '05 #3
Mark Tranchant <ma**@tranchant.plus.com> writes:
Christian G. wrote:
implemented except of CSS 0.8 or CSS 1.45.
I hope this is a troll


The referencing of two nonexistent standards would be a giveaway.
- sure, there are some CSS problems remaining in FF, but far fewer
than in most other browsers. Fluid design is easy.


I don't know. I'd say recent Gecko and recent Opera were about the
same for remaining bugs [1] and KHTML appears to have caught up with
them too.

There's only IE other than that that's made any significant effort to
support CSS, which does lag behind, obviously.

[1] If only they were the *same* bugs.

--
Chris
Jul 21 '05 #4
Chris Morris <c.********@durham.ac.uk> writes:
I don't know. I'd say recent Gecko and recent Opera were about the
same for remaining bugs [1] [...]
[1] If only they were the *same* bugs.


.... then we could write them into a standard?

--
Jón Fairbairn Jo***********@cl.cam.ac.uk

Jul 21 '05 #5
On Tue, 30 Nov 2004 17:16:00 +0100, "Christian G."
<do*********@anywhere.geo> wrote:
where is there a source which shows which css standard, and how much
of that standard, is implemented in firefox's (1.0) engine? t.i.a.
...no effective CSS standard is implemented
except of CSS 0.8 or CSS 1.45
It would be interesting to learn where you have found CSS "standards"
with version numbers 0.8 and 1.45 ?
Requesting http://validator.w3c.org -verbose (any websites) -- a
misplaced design is shown: shame.
I don't understand what you mean by that ?
Developing Liquid / floating design is nearly impossible.
And you are sure that it is not you that might do good with a "brush up"
of your own CSS knowledge ?

[...]
FF is not the browser i expected: deinstalled.


I doubt that the gecko version used in FF differs much from the one used
in Mozilla, hence CSS based rendering should be just about the same
between the two, and it is as far as I have seen.

--
Rex
Jul 21 '05 #6
*Jón Fairbairn* <jo***********@cl.cam.ac.uk>:
Chris Morris <c.********@durham.ac.uk> writes:
I'd say recent Gecko and recent Opera were about the same for remaining
bugs [1] [...]
[1] If only they were the *same* bugs.


... then we could write them into a standard?


It's called CSS*2.1.

--
"It is not worth an intelligent man's time to be in the majority.
By definition, there are already enough people to do that."

G. H. Hardy
Jul 21 '05 #7
Mark Tranchant <ma**@tranchant.plus.com> wrote:
sure, there are some CSS problems remaining in
FF, but far fewer than in most other browsers. Fluid design is easy.

Can you provide specific examples?


I'm not familiar with the way Gecko is developed, but there doesn't
appear to be any interest in increasing support for css 2, some of my
pet omissions:

inline-table (css 2.0)
outline (css 2.0)
run-in headers (css 2.0)
counters (css 2.0)
inline-block (css 2.1)

css 2.0 was published as a recommendation more than 6 years ago.

The Mozillians seem to be more interested in adding -moz proprietary css
extensions.

And of the approx 6 css bugs I submitted about 2 years ago, not one has
been fixed (yes they were all confirmed as genuine bugs). I've stopped
submitting bugs as a result, it seems pointless.

--
Spartanicus
Jul 21 '05 #8
It would be interesting to learn where you have found CSS "standards"
with version numbers 0.8 and 1.45 ?


means... no standards. </cynism>
Requesting http://validator.w3c.org -verbose (any websites) -- a
misplaced design is shown: shame.


I don't understand what you mean by that ?

Try validating a page with option "Show Source". : FF renders the table
with source code improperly. Table rendering is an absolute basic.
IMHO thats a shame. Have the guys from FF dev team checked their own
product against a page known as valid?
Or have validating their own website:
http://validator.w3.org/check?uri=ht...ically%29&ss=1 ?

In times grumbling about IE with lacks of security and missed CSS 2
ability any new browser released have to be better or die.
Since NS 4 i'm waiting for a product meets w3c standards. Obviously
marketing departements are more dominant than programmers.

Cross browser compatibility takes a lot of time and money. Not all of my
clients understand this and are willing to pay for it. And i don't want
to support IE only.
All this unserviceable browsers decelerating pogressing, wasting time,
money and bandwidth.
We could already design on a different level.

Every time the same ....

Christian
*disappointed
Jul 21 '05 #9
Christian G. wrote:
Try validating a page with option "Show Source". : FF renders the table
with source code improperly. Table rendering is an absolute basic.


And if you'd bothereed to check the source, you'd find that this isn't a
table at all.

Example:

http://tinyurl.com/4or3s

The source is a sequence of <pre> elements within a pair of nested
<div>s, styled thus:

#source div {
font-family: "Bitstream Vera Sans Mono", monospace;
font-size: smaller;
background: #eee;
border: 1px solid black;
margin: 1em;
}
#source div pre {
margin: 1em;
}

Is your complaint that Firefox holds the <div> to the correct width wrt
the viewport, letting the text spill over, whereas IE expands the <div>
as required to contain the text?

--
Mark.
http://tranchant.plus.com/
Jul 21 '05 #10
Christian G. wrote:
Requesting http://validator.w3c.org -verbose (any websites) -- a
misplaced design is shown: shame.
Try validating a page with option "Show Source".


Done
(<http://validator.w3.org/check?uri=http%3A%2F%2Fwww.w3.org%2F&charset=%28de tect+automatically%29&doctype=Inline&ss=1&verbose= 1>).
: FF renders the table
with source code improperly.


The source code is in a pre element, which is inside a div. No table.

What is misplaced?
--
Johannes Koch
In te domine speravi; non confundar in aeternum.
(Te Deum, 4th cent.)
Jul 21 '05 #11
*Johannes Koch* <ko**@w3development.de>:
Christian G. wrote:
FF renders the table with source code improperly.


The source code is in a pre element, which is inside a div. No table.


Well, actually another use-case for 'pre-wrap'.

--
"Right way turning, Listen we are learning.
Head's full of noise, Chicken's got no choice.
Heads are rollin', Chicken blood is stolen.
The rest of the chicken wants a picke-nicken" Guano Apes - We use the Pain
Jul 21 '05 #12
On Wed, 1 Dec 2004 14:17:48 +0100, "Christian G."
<do*********@anywhere.geo> wrote:
It would be interesting to learn where you have found CSS "standards"
with version numbers 0.8 and 1.45 ?means... no standards. </cynism>


Not that easy to get, given the rest of your input.
>Requesting http://validator.w3c.org -verbose (any websites) -- a
>misplaced design is shown: shame.

I don't understand what you mean by that ?

Try validating a page with option "Show Source".
FF renders the table with source code improperly.
Well, it's not a table based presentation of course and if an
overflowing PRE in DIV presentation bothers you, by all means go on to
make your view port a bit wider. It's not always an "error in reception"
you know.

Try this one, it might be easier for you to handle ;-)

http://validator.w3.org/check?uri=ht...ss=1&verbose=1
Table rendering is an absolute basic.
For tabular data yes; for layout? Please expand your knowledge base.
IMHO thats a shame.
You are entitled to your opinion of course.
Have the guys from FF dev team checked their own product
against a page known as valid?
I'm pretty sure they have, more often than required even.

[...]
Since NS 4 i'm waiting for a product meets w3c standards.
Yea, and I want to jump around on the surface of the moon before I put
my nose in the air for good. We might be looking at the same time frame
for these two events.

Still it's not fair for any one to "grumble" about a development work
that has involved so many unpaid volunteers around the world and
eventually produced a whole slew of freely available products that all
of them have the best capacity today, and potential to become even more
in the future.

The correct response should have been to join the development team,
check in some new code that solves just your problem, let it be
evaluated for quality and further inclusion in distribution.

If you don't want to join in, fine, but accept what you get from those
who are there then. It will still be the best compromise there is.
Cross browser compatibility takes a lot of time and money.
Agreed; but it would be far fetched to blame the crowd of developers
around Gecko for that. The real ballast of the www is held by M$.
Not all of my clients understand this and are willing to pay for it.
Give them an NS4x compliant table setup then, by some reason most of
that shit still "works" to some acceptable level in today's browsers
too.

If your clients money is what you want first hand, forget about client
education and go on to set up that "glossy brochure" that makes him
happy.
And i don't want to support IE only.
You don't have to. The Gecko base of browsers are sometimes better on
"IE bug compatibility" than IE itself.

[...]
We could already design on a different level.


Hmm, the www is about making information available and fully accessible
first of all, a nice presentation is an optional, but not required,
bonus.

Most people don't understand that but do expect the www to be just
another TV-ad setup. Who shall we blame for that part of misleading?

--
Rex

Jul 21 '05 #13
In article
<er********************************@news.spartanic us.utvinternet.ie>,
Spartanicus <me@privacy.net> wrote:
The Mozillians seem to be more interested in adding -moz proprietary css
extensions.


Lately, the -moz-* properties have been experimental implementations of
CSS3 properties. Experimenting without the vendor prefix would poison
the Web for CSS3.

--
Henri Sivonen
hs******@iki.fi
http://iki.fi/hsivonen/
Mozilla Web Author FAQ: http://mozilla.org/docs/web-developer/faq.html
Jul 21 '05 #14

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: anna | last post by:
Firefox Mozilla Browser Fonts / Format / rich text / webmail question I have Comcast. They do not support Firefox so they won't help me. When I use Mozilla firefox browser to access my web...
5
by: Jarson | last post by:
My JavaScript is trying to POST data to a CGI script (Perl) using XMLHttpRequest. My CGI server gets different data from IE than Mozilla Firefox. // For Mozilla, req = new XMLHttpRequest(); //...
0
by: autogoor | last post by:
I want to put a java Applet in a jsp page. Here is what I used: <jsp:plugin type="applet" code="mypackage.myApplet" width="450" height="350" > <jsp:params>...</jsp:params>
4
by: aure_bobo | last post by:
Hi all, I'm currently developping a web app, and this one must be compatible with IE and Mozilla Firefox. In this webapp, I would like to launch automatically a anchor link (href) with a...
0
by: BACON | last post by:
I'm just starting the process of reorganising my modest little website and cleaning up all the HTML, and the logical place to begin was with the homepage. I made a simple little ASP.NET control...
5
by: BACON | last post by:
I'm just starting the process of reorganising my modest little website and cleaning up all the HTML, and the logical place to begin was with the homepage. I made a simple little ASP.NET control...
10
by: News | last post by:
I have a page up trying to learn how to ID a browser and other info. http://wyght.com/warren/testPos.html here is the code <script type = "text/javascript"> var space = ", "; var name...
9
by: Alex D. | last post by:
Hi, I have a frame in one of my pages that I use to show diferent pages each time. I am experiencing an weird behaviour in Mozilla and Firefox, when the frame's source is specified in the server...
8
by: Clément | last post by:
Hi! I am currently developping a user interface with Ajax/C#/.net. And I am facing a problem with Mozilla, and Firefox. I use the function innerHTML to load a Web UserControl into a div, this...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.