Slashdot Mirror


Firefox and Opera Fail the Acid2 Test

naylor83 writes "Four weeks ago, Opera's CTO Håkan Lie put forward the Acid2 challenge to the IE developers at Microsoft. The Web Standards Project has now silently published the promised browser test. Somewhat surprisingly, both Opera and Firefox fail to correctly render the test page. Obviously though, they're no where near as lousy as Internet Explorer. More screenshots are available at my blog, as well as at other people's."

179 of 281 comments (clear)

  1. Re:FUD by oldosadmin · · Score: 3, Informative

    It's not fud...

    did you look at the FF rendering and the IE rendering? Neither is perfect, but the IE rendering is absolutely horrid.

    --
    Jay | http://oldos.org
  2. So nothing can display it correctly? by Spudley · · Score: 5, Interesting

    Right. So none of the browsers tested can display the test page correctly? And they're the best, most compliant browsers available?

    And they've had how long to get it right?

    In that case, it would seem to me that it is the standard that is broken, if it's really that difficult to render a page with a cascading style sheet.

    --
    (Spudley Strikes Again!)
    1. Re:So nothing can display it correctly? by commonchaos · · Score: 5, Informative

      Not even Firefox supports all of CSS2.

      Google found an article that describes this in more detail

    2. Re:So nothing can display it correctly? by ciroknight · · Score: 4, Insightful

      I don't think the standard's broken persay, I just believe that programmers haven't yet implemented it completely/correctly. CSS2 is a very difficult standard to implement simply because it encompasses so much not only in code length, but in what it actually does. That being said, CSS2 is really ahead of its time (as is CSS3), but as the competition for the better browser roars up, you can bet your bottom dollar that these standards will be the key issues everyone is looking at.

      I really think it's going to be a tough race verses Firefox and Internet Explorer; Microsoft has more coders out there to throw at Internet Explorer, whereas Firefox already has industry leading stamina and good developmental practices, even if some of them are contraversial (disabling itf domains support, for example). Either way, the browsers will get better, and eventually will be able to render that page without any issue, but it'll just take time.

      --
      "Victory means exit strategy, and it's important for the President to explain to us what the exit strategy is." G.W.Bush
    3. Re:So nothing can display it correctly? by Anonymous Coward · · Score: 3, Interesting

      I don't think the standard's broken persay

      The term is per se. It's Latin.

      CSS 2 isn't ahead of it's time and it isn't particularly difficult to implement. The trouble is that as long as web developers don't use any of it's more esoteric features, bugs and corner cases will continue to crop up in browsers. And as long as the most popular web browser, Internet Explorer, fails to implement half of CSS 2, web developers will refrain from using most of CSS 2 - thus making finding bugs in the more advanced bit slow going.

      Yes, you heard me right, I'm blaming legitimate bugs in Firefox on Microsoft. And I'm not trolling, I actually happen to believe it's true.

    4. Re:So nothing can display it correctly? by gl4ss · · Score: 1

      ..well, actually, that begs the question: was the page intentionally done so that no current browser displays it correctly?

      --
      world was created 5 seconds before this post as it is.
    5. Re:So nothing can display it correctly? by eviltypeguy · · Score: 1, Insightful

      Of course the other problem is companies differ on their interpretation of the CSS2 spec, because in places the spec itself is vague.

    6. Re:So nothing can display it correctly? by koekepeer · · Score: 1

      per se: thank you for pointing that out. that anglificated expression has been annoying for me for quite a while already, and it pleases me to see that some people do know how to spell it correctly.

      about blaming bugs on IE and whatnot: not very useful. let's just praise the wasp people for providing a thorough test, and let's see if the IE/Gecko/Opera developers can get it right.

      (keeping my fingers crossed)

    7. Re:So nothing can display it correctly? by naylor83 · · Score: 1

      No. More like "made to demonstrate which parts of CSS 2 are often broken in the current web browsers".

    8. Re:So nothing can display it correctly? by ciroknight · · Score: 2, Interesting

      Ah myapologies grammer nazi/troll. I'm quite a bit sick and I like to stay indoors and argue with /.ers when I'm under the weather.

      CSS2 is ahead of its time. It uses the Document Object Model to draw, color, and arrange items in a way agnostic to implementation, and agnostic to content. Sure, we already have programs capable of drawing, coloring and arranging items in a document; each of them being tied inextricably to their creation-engine (Microsoft Word and Word documents, for example). Not only that, the current existant technology to do this isn't even fully forward compatible among versions (Word 7 and XP for example), and other implementations are very lack luster (though I'll hand it to PDF for being pretty good, even if the software to use PDF (read AND write) is very expensive). CSS2 is the Free Standard to do all of this, and more.

      I believe a browser should be smart enough to withstand whatever's thrown at it, and if it recieves errored data, to notify the user as such, and move on. That being said, I believe as it may be Internet Explorer's fault for not implementing more than half of the standard, it is also our fault for not implementing all of the features. As Microsoft does have more of the market share, that shouldn't stop people from creating pages that don't work with Internet Explorer; they should be encouraged to do so, so that Internet Explorer would continue to evolve. If it was anyone's "fault" for the more "esoteric features" (CSS positioning as esoteric???? come on..) not being implemented in Internet Explorer, it's the Web Developers for not using the standards, and making Internet Explorer take heed. Microsoft may be huge, and gots lots of money, but they can't stop millions of web developers.

      Face it. We dropped the ball. Open Source developers (hell, even Opera developers) recognized this, and promised to web developers a sanctuary where more of the standards are usable. As such, web developers (and users) are flocking to Firefox. And now that Internet Explorer is back in the game, things will get interesting. No matter which browser comes out of this new broswer war on top, we win.

      --
      "Victory means exit strategy, and it's important for the President to explain to us what the exit strategy is." G.W.Bush
    9. Re:So nothing can display it correctly? by MindStalker · · Score: 1

      No, it was purposfully done so that all the CSS2 standards have to be implemented properly.

    10. Re:So nothing can display it correctly? by Anonymous Coward · · Score: 2, Insightful

      This test also helps with that. In the case that differing renderings are found that are both legitimate readings of the specification, then the wording in the specification can be tightened up. Consider this a test not only of web browsers, but the CSS specifications themselves.

    11. Re:So nothing can display it correctly? by snorklewacker · · Score: 4, Insightful

      > Face it. We dropped the ball

      These people at the W3C dropped an incomplete spec out of their ivory tower with incoherent documentation, no functioning reference implementation, and no test suite, and we dropped the ball?

      --
      I am no longer wasting my time with slashdot
    12. Re:So nothing can display it correctly? by SunFan · · Score: 1

      In that case, it would seem to me that it is the standard that is broken, if it's really that difficult...

      This is an extremely common standards pitfall. I used to work with one standard, where the documentation for one file format was thousands of pages. No suprise, every vendor implemented a different part of it to varying degrees of correctness. It sucked to no end.

      Web standards over the last several years have taken a course of not so much big standards but huge numbers of standards. I'd bet one HTTP cookie that no XML expert can name all the surrounding standards off the top of their head.
      Bonus cookies to those who can name the ones that are even relevant and those that that aren't.

      --
      -- Microsoft is the most expensive commodity operating system and office suite vendor in the marketplace.
    13. Re:So nothing can display it correctly? by StrongAxe · · Score: 4, Insightful

      As Microsoft does have more of the market share, that shouldn't stop people from creating pages that don't work with Internet Explorer; they should be encouraged to do so, so that Internet Explorer would continue to evolve.

      And just who could afford to do this? If you run a commercial web site, do you want most of your customers to see a page that looks like crap, with a footnote at the bottom saying "We know your page looks like crap, but it's Microsoft's fault, and we hope they will have it fixed within the next two years"?

      What will happen is that your customers will go away until it gets fixed. Who loses? Microsoft? or you? Will Microsoft lose any sleep over the fact that you are losing customers? Very unlikely.

    14. Re:So nothing can display it correctly? by Anonymous Coward · · Score: 1, Informative

      What is a CSS div?

      There's no such thing as a "CSS div". HTML has a <div> element type and CSS can style <div> elements, but your question makes no sense in this context.

      Why is it so hard to create multicolumn layout and so easy to accidentally overlap divs?

      Because the part of CSS that does this easily was never implemented in Internet Explorer, so web developers who want their website to display properly for most people have to use workarounds that weren't really designed for this purpose.

      Why do the edges of a div always touch the sides of the containing div, unless I change some random nonintuitive CSS property.

      You mean "margin" isn't obvious enough?

      I have a theory: CSS was developed by a bunch of clueless graphic designers

      I have a theory: you took one look at CSS, decided you didn't like it, and didn't bother learning the first thing about it.

    15. Re:So nothing can display it correctly? by Anonymous Coward · · Score: 1, Interesting

      Web standards over the last several years have taken a course of not so much big standards but huge numbers of standards.

      Well you can either have a small number of big specifications, a large number of small specifications, reduced functionality, or unspecified, proprietary behaviour. Which would you prefer?

      I prefer a large number of small specifications - it's easier to implement things fully; easier to determine whether something is compliant or not; easier to leave out the stuff you don't need and so on.

    16. Re:So nothing can display it correctly? by jfdawes · · Score: 1

      it's the Web Developers for not using the
      standards


      This is a wonderfully inane/idealistic comment.

      What, exactly, are the developers going to do when they need to check that they code they have created displays correctly?

      Or, perhaps, they should include yet another browser detection code path for a browser that doesn't exist to which they can emit a "correct" page?

    17. Re:So nothing can display it correctly? by voisine · · Score: 1

      I disagree. I think there are always better, simpler, more elegant ways of acheiving the desired outcome. If something is so complicated that vast armies of developers can't impliment it over the course of several years, and all you're trying to do is display text and images, that's a sure sign you're doing something very very wrong.

    18. Re:So nothing can display it correctly? by Directrix1 · · Score: 1

      I agree. Somebody explain to me why open source implementations themselves with documentation have not become the new standards? A reference implementation, well defined, and no ambiguity all rolled into one.

      --
      Occam's razor is the blind faith in the natural selection of least resistance and in universal oversimplification. -- EF
    19. Re:So nothing can display it correctly? by Jon+Howard · · Score: 1

      The page renders fine in my Firefox - (Debian package 1.0+dfsg.1-2).

    20. Re:So nothing can display it correctly? by Jon+Howard · · Score: 1

      I must have missed something... sorry, nevermind.

    21. Re:So nothing can display it correctly? by wsapplegate · · Score: 3, Interesting

      > I'll hand it to PDF for being pretty good, even if the software to use PDF (read AND write) is very expensive

      On what planet, exactly, is writing PDFs expensive ? I manage to do this for free all the time with a variety of software packages. I thought everyone else did the same. If not, well, I'm glad to have possibly helped you cut your PDF production expenses ;-)

      > I believe a browser should be smart enough to withstand whatever's thrown at it, and if it recieves errored data, to notify the user as such, and move on

      Most browsers, when they receive erroneous[*] data, are perfectly able to "withstand" it (actually, they just ignore whatever tags or parameters they can't understand). I suppose you're talking about not rendering the page if it has bugs ? Well, you *can* force a browser to do that (Gecko will do it if you send an application/xhtml+xml MIME type header), but you cannot generalize this beahviour, for the following reasons : (1) the *vast* majority of Web pages out there are invalid (*cough*Slashdot*cough*), and (2) even those who are valid can be rendered invalid by external factors (ad banner code, for instance). And you cannot fail to render much of the Web, at least, if you want to have users, because without a large userbase, you won't be able to push for more standards support (yes, it's quite ironic, I know).

      > it is also our fault for not implementing all of the features

      It would probably help if the standard was a tad less obscure. Of course, you've a lot of conformance tests out there, but still...

      > As Microsoft does have more of the market share, that shouldn't stop people from creating pages that don't work with Internet Explorer

      Huh... Yeah, sure. Whatever. I'm sure my customers would be thrilled at the opportunity to break their site for ~80% of their visitors, don't you think so ? Seriously, that's not (yet) possible, the best people can do is make standards-compliant pages that work on most browsers (note I didn't even say "all browsers" because there are differences in CSS rendering between nearly every one of them. *Sigh*).

      > If it was anyone's "fault" [...] it's the Web Developers for not using the standards

      What about the funny people at Netscape who started the nonstandard tag mania in the first place ? The W3C for not being vocal enough ? I only heard about Web standards fairly recently (a few years). That campaign should have been launched much earlier, *before* the damage (i.e. gazillions of invalid pages all over the Web) was done !

      [*] Yes, I'm a grammar Nazi, too. You're out of luck, today *grin*

      --
      Xenu brings order!
    22. Re:So nothing can display it correctly? by Palshife · · Score: 1

      He's not trolling. He's trying to make you look more credible in the future. It's per se.

      Don't take offense, just learn from it.

      --
      Attention deficit disorder is a complicated issue, spanning several major... HEY LET'S GO RIDE BIKES!
    23. Re:So nothing can display it correctly? by Gr00 · · Score: 1

      Of course most of the companies can't afford loosing customers just to follow the standars.

      But also even M$ cannot afford loosing customers because most of the web pages follow the standars and their web browser can't render this pages properly.

      Also I can say that making a web page that follows all the standars dosen't mean that page will look like crap, just it will look bette with a good browser, and usualy will be seen in most of the browsers.

      So we have to realize that "we (the web developers) are the ones showing the path that browsers will follow" and it's in our hands to say how will be all the browsers in the future.

    24. Re:So nothing can display it correctly? by Pete · · Score: 1

      Yeah, it seems to render fine in mine too (assuming it's meant to be a single smiling face with the text "Hello World" floating above). Well, at least there's nothing obviously askew (as there is in the broken Opera and Firefox 1.0 screenshots).

      I'm running Firefox built from CVS of a couple of days ago (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050410 Firefox/1.0+).

    25. Re:So nothing can display it correctly? by Pete · · Score: 1

      Sorry, I take back the above. My edition of Firefox does get it wrong. My mistake, I got confused between this URL (the reference) and this URL (the test). D'oh.

    26. Re:So nothing can display it correctly? by vrt3 · · Score: 1

      no functioning reference implementation

      They do have Amaya, though I have no idea how complete its CSS-support is.

      --
      This sig under construction. Please check back later.
    27. Re:So nothing can display it correctly? by naylor83 · · Score: 4, Interesting

      Actually, it sucks big time. Here's a screenshot: Amaya having a go with some Acid

    28. Re:So nothing can display it correctly? by naylor83 · · Score: 1

      You're not the first, and it doesn't look as if you'll be the last either.

    29. Re:So nothing can display it correctly? by lesinator · · Score: 2, Interesting
      IMHO this is how it should happen. Standards should be set high to give the browser makers something to aim for.


      Back in the early days of anti-virus software the ICSA labs (I think it was the NCSA labs at that point) started certifying AV products. Their test was pretty simple, it required identification of %100 of the common viruses in the wild that they threw at it. No AV product passed it when the test first came out. By setting the bar high it drove competation in the marketplace and spurred on all the AV vendors to improve their products.

    30. Re:So nothing can display it correctly? by StrongAxe · · Score: 1

      This is certaintly true about corporate web pages. However, personal web page, especially geared towards technical users, could, in theory, create markup that doesn't look as good in IE.

      Yes, but for the very same reason, such sites are likely to have even less impact on Microsoft than large commercial sites, even if they DID care (which they have amply shown that they don't).

    31. Re:So nothing can display it correctly? by Martin+Blank · · Score: 1

      Would those not be hypotheses, since they are based on short-term observations and have not as yet been tested in empirical studies by two or more experimental teams?

      --
      You can never go home again... but I guess you can shop there.
    32. Re:So nothing can display it correctly? by mollog · · Score: 1, Flamebait
      "I don't think the standard's broken persay"

      The term is per se. It's Latin.

      CSS 2 isn't ahead of
      • it's
      time and...

      Since you started the grammar-cop OT, I'd like to point out three things;

      For a long time, it has been bad netiquette to critisize other people's grammar and spelling.

      The use of persay instead of per se is a play on words that is clever instead of being a cliche'

      If you dare to attempt a grammar-cop role, it is best if you don't make grammatical errors yourself; Your use of it's was wrong.

      --
      Best regards.
    33. Re:So nothing can display it correctly? by ahdeoz · · Score: 1

      the standard is broken. In so many places. In acknowledging that it is broken especially. For instance, CSS is supposed to get rid of table positioning, right? But CSS explicitly forbids non-"block" elements (like or ) from having widths. The result? You have to use tables to enforce width. So to make a form with correct horizontal alignment & width you have to use a table. Position is broken even when it works, not to mention it is a Very Bad Idea.

    34. Re:So nothing can display it correctly? by bakaorg · · Score: 1
      Well lout at least cannot generate PDF:
      The system reads a high-level description of a document similar in style to LaTeX and produces a PostScript file which can be printed on most laser printers and graphic display devices. Plain text output is also available, PDF output is not supported anymore.
      Now of course you can generate postscript and convert that with ps2pdf but that doesn't give you the high-end PDF features (document navigation) or bugs. And how can you talk about displaying PDF without mentioning Ghostscript
    35. Re:So nothing can display it correctly? by wsapplegate · · Score: 1

      > Well lout at least cannot generate PDF

      True enough. It did when I started using it, but this feature has indeed been removed. I stand corrected.

      > And how can you talk about displaying PDF without mentioning Ghostscript

      Quite easily, in fact ;-) As far as displaying goes, I'll rather use xpdf or one of its siblings like kpdf/gpdf. The Ghostscript Viewer is good but it has already crashed on me several times on documents I had no problem viewing with xpdf, so I switched. YMMV, of course...

      --
      Xenu brings order!
    36. Re:So nothing can display it correctly? by arkanes · · Score: 1

      CSS *was* created by morons. The terrible existing implementations drag it down even further, but 100% compliant CSS 1 is totally useless for more than trivial layout. 100% compliant CSS 2 is just barely adequate. 100% compliant CSS 3 (5 years out, at best) is about the minimum you would need to approach the styling abilities of TeX. Furthermore, the idiotic cascade model of CSS means you have all these ridiculous selectors (most of which don't work in current implementations), which means you end up filling your page with all sorts of *non-semantic* markup just to get your page to render right - because you need "hooks" for the CSS. I do not understand how all these self-righteous morons who blather about the semantic web and "valid XTHML only" can, with a straigh face, tell me that their 8 level nested divs are some sort of improvement over table based layouts. If we all accepted the fact that HTML is a rich text markup language (and always has been) and not a semantic markup language, then maybe we could move forward. If you want semantic markup, store it in XML and do a transform to get your rendered output.

    37. Re:So nothing can display it correctly? by tepples · · Score: 1

      If you run a commercial web site, do you want most of your customers to see a page that looks like crap, with a footnote at the bottom saying "We know your page looks like crap, but it's Microsoft's fault, and we hope they will have it fixed within the next two years"?

      No. Serve a simplified but usable layout to IE and to Netscape 4 (see Slashdot Light for example) or for users who have set light mode in their cookie and the full layout to everyone else.

    38. Re:So nothing can display it correctly? by clymere · · Score: 1
      Most graphics people use Acrobat Writer. They've got Macs, they're already using all Adobe products, and they've never heard of Latex, let alone any of the other open source projects you mentioned.

      The price of Writer compared to all of the other software they need is negligible. For that matter Adobe sells packages where you get Photoshop, Illustrator, Indesign, Writer, etc. all at once.

      In other words, if by "everyone" you mean "geeks" then yes, you are probably right. But those in professional graphics and publishing by and large use Adobe products everywhere that they can. Latex and its ilk are really just for the geeks and scientists.

      --
      once you go slack, you never go back
    39. Re:So nothing can display it correctly? by JadeNB · · Score: 1
      The term is per se. It's Latin.
      CSS 2 isn't ahead of it's time ....
      ... as long as web developers don't use any of it's more esoteric features ....
      Probably, if your knowledge of English were as thorough as your language of Latin, you would use `it's' only to mean `it is', rather than the possessive of `it'.
    40. Re:So nothing can display it correctly? by AJWM · · Score: 1

      Troll?

      Flamebait, maybe, although it was actually supposed to be funny.

      Sigh, subtle humor is too often lost on the average moderator.

      --
      -- Alastair
    41. Re:So nothing can display it correctly? by AJWM · · Score: 1

      No, actually, I meant "criticize", since I'm posting from the US to a US-hosted board. Anywhere else I'd have used the spelling that the rest of the English-speaking world uses.

      --
      -- Alastair
    42. Re:So nothing can display it correctly? by eviltypeguy · · Score: 1

      Of course the test itself is an interpretation of the spec. Ahem.

  3. What I'm looking for by scumdamn · · Score: 4, Insightful

    is an analysis of what failed with each browser (especially Firefox.) None of the links told us why the browser failed to render the smiley face or what the WSP did to obfuscate the code. Any takers?

    1. Re:What I'm looking for by Anonymous Coward · · Score: 3, Informative

      I think he was probably looking for something more like https://bugzilla.mozilla.org/show_bug.cgi?id=28948 0 for Firefox. Check the bugs that that one depends on.

    2. Re:What I'm looking for by duggy_92127 · · Score: 1

      I don't know why they failed, but I do know that there is no obfiscation involved. In fact, WSP published a guided tour of the test.

      Doug

  4. Re:So.. by oldosadmin · · Score: 4, Informative
    --
    Jay | http://oldos.org
  5. A big fat DUH! by Anonymous Coward · · Score: 5, Insightful

    It was known before the test was published that no browser would get it right. That's the whole point!

    The reason for having this is to expose bugs in current implementations. Internet Explorer is the obvious retard, implementing about 50% of CSS 2.1, but that doesn't mean that the other browsers can just slack off at 95%. That's not what the W3C is about, it's not what WASP is about, and it's not what this acid test is about.

    1. Re:A big fat DUH! by naylor83 · · Score: 1

      "The reason for having this is to expose bugs in current implementations. Internet Explorer is the obvious retard, implementing about 50% of CSS 2.1, but that doesn't mean that the other browsers can just slack off at 95%. That's not what the W3C is about, it's not what WASP is about, and it's not what this acid test is about."

      I agree, and truly hope that Acid2 will help bring all the browsers forward.

  6. Re:FUD by naylor83 · · Score: 3, Informative

    Which part of "obviously" is Fear, Uncertainity or Doubt? It's common knowledge that IE6 is far behind in implementing the W3C web standards.

  7. Re:So.. by happymedium · · Score: 1

    What's really going to cook your noodle later is... what browser did they use to render it correctly to generate the reference rendering?

  8. Safari... by etedronai · · Score: 2, Informative

    also fails

    1. Re:Safari... by Ollen · · Score: 1

      My safari (1.2.4) Displays an happy face as they say. No problems unless you resize it.

    2. Re:Safari... by naylor83 · · Score: 1

      Cool. Could you send me a screenshot to naylor83@gmail.com? That'd be great. Maybe even two: one before resizing and one after.

    3. Re:Safari... by Temporal · · Score: 2, Informative

      Are you sure you're looking at the right page? The link in the article is to the reference image, which is just a PNG of the correct output. Try this link for the actual test:

      http://webstandards.org/act/acid2/test.html#top

      Safari fails for me.

    4. Re:Safari... by Curtman · · Score: 1

      I can't take a screenshot of Safari, but this Konqueror shot is pretty funny.

    5. Re:Safari... by Mishura · · Score: 1

      Konqueror 3.3 did the exact same thing to me. You might as well took that screenshot from my desktop.

      I wonder why Konq wanted to download something? Firefox didn't do that.

    6. Re:Safari... by Curtman · · Score: 1

      I wonder why Konq wanted to download something? Firefox didn't do that.

      I wonder why the Gecko browsers don't draw vertical scroll bars, but allow you to scroll.. Or why Opera starts loading things as you move your mouse over different parts of the broken image. Its all pretty broken, which means its a great test I guess.

    7. Re:Safari... by chochos · · Score: 1

      Safari fails. I tried 1.2.4 as well. This guy is looking at the reference png.

    8. Re:Safari... by chochos · · Score: 1

      Yeah you can take a screenshot of Safari. Use Grab, it's in /Applications/Utilities and it lets you take a screenshot of the whole screen, of a window or of a piece of the screen. It saves the image as a TIFF and you can open that with Preview and export it to PNG.

    9. Re:Safari... by Curtman · · Score: 1

      Yeah you can take a screenshot of Safari

      The problem isn't taking the screenshot. It's getting it to run in Linux.

  9. Re:FUD by Anonymous Coward · · Score: 2, Informative

    You obviously aren't a web developer. Everybody knows Internet Explorer's support for the W3C specifications is atrocious, its rendering engine was last updated in 2001 and has yet to implement HTML 4.01, CSS 1.0, CSS 2.0, PNG 1.0 or HTTP 1.1. Those specifications date from the 90s. Some of them are eight or nine years old.

    Internet Explorer is famous for being crap. It's the new Netscape 4. So when somebody says "obviously", they aren't an anti-Microsoft troll, they are simply stating facts. If IBM or Redhat were responsible for that atrocity, it would be equally reviled.

  10. Re:FUD by Anonymous Coward · · Score: 4, Insightful

    In order for something to qualify as FUD, it has to be untrue.

    Given that Microsoft itself does not pretend that IE has a complete CSS 2.1 implementation, it cannot be FUD to state that it is obvious that IE will do worse on a test of CSS 2.1 than other browsers which do claim to implement that particular standard.

    Note also that many people consider CSS 2 to be overcomplicated and not very useful in practice. It is therefore not necessarily even a bad thing for a browser to fail this test - arguably, a browser that passed it would be bloated, as it would implement all sorts of things that are not necessary to view 99.99% of web pages. So to say that IE fails the test badly is not only not FUD - it isn't even (necessarily) a criticism!

    Any chance you could train your knees not to jerk so quickly, please?

  11. Re:So.. by naylor83 · · Score: 3, Informative

    None, they used something like Gimp or Photoshop. I asked them.

  12. Re:FUD by naylor83 · · Score: 1

    Parent poster was right, that was anti-MS FUD. If FireFox was more disappointing, it wouldn't ahve been mentioned at all."

    On the contrary - it would have made the first page.

  13. Painful by Anonymous Coward · · Score: 1, Funny

    http://home.student.uu.se/dana3949/temp/acid2/ie.p ng is what I look like after using IE too. ;)

    1. Re:Painful by zootread · · Score: 1

      http://home.student.uu.se/dana3949/temp/acid2/ie.p ng is what I look like after using IE too. ;)

      you took way too much acid, dude.

      --
      Zoot!
  14. Re:FUD by NanoGator · · Score: 1

    "On the contrary - it would have made the first page."

    Not without a snide comparison to MS.

    --
    "Derp de derp."
  15. Re:FUD by Anonymous Coward · · Score: 3, Insightful

    There's no degree of broken.

    Yes, there is. If Firefox gets, say, 90% of the CSS rules correct, and Internet Explorer gets, say, 40% of the CSS rules correct, that's significant.

    If FireFox was more disappointing, it wouldn't ahve been mentioned at all.

    Huh? Firefox made the headline as failing the test. Internet Explorer didn't. And you consider that to be FUD against Microsoft?

  16. how do the others stack up ? by johnjones · · Score: 3, Interesting

    like

    safari on tiger anyone ?
    please post a screenshot of that I would really be intrested

    stats on web browsers market share
    w3 numbers

  17. Re:FUD by naylor83 · · Score: 1

    Seriously now. If Firefox had done worse than IE6 in this test it would have made the front pages of every tech news site this side of Uranus.

  18. Acid test by Anonymous Coward · · Score: 1, Funny

    The way the browser are rendering this its more of an On-Acid-Test

    1. Re:Acid test by naylor83 · · Score: 1

      That's why they called it "Acid". Have a look at the first one and you'll see why: http://www.w3.org/Style/CSS/Test/CSS1/current/sec5 526c.htm

  19. The Standard by happymedium · · Score: 2, Insightful

    Right now I am looking at a handy CSS reference chart saying which browser supports what, and the fact is, one third to half of the standard is entirely un-implemented by Mozilla, Opera and IE.

    If a CSS standard falls on browser designers to implement, and no one implements it, was it really "the standard?"

    1. Re:The Standard by Anonymous Coward · · Score: 2, Informative

      one third to half of the standard is entirely un-implemented by Mozilla, Opera and IE.

      That depends on what you mean by "and". Internet Explorer doesn't support half of CSS 2, so obviously if you are looking for features implemented by Mozilla AND Opera AND Internet Explorer, then Internet Explorer is going to drag the others down.

      If, on the other hand, you are claiming that Mozilla doesn't implement half of CSS 2, Opera doesn't implement half of CSS 2, and Internet Explorer doesn't implement half of CSS 2, well then you are wrong. Mozilla and Opera implement way more of CSS 2 than that, and even parts of CSS 3.

    2. Re:The Standard by NetCow · · Score: 1

      If a CSS standard falls on browser designers to implement, and no one implements it, was it really "the standard?"
      You're using the word "standard" with two different meanings in a single sentence there - classic fallacy. The "standard" in "CSS standard" refers to a formal document published by an standardization body. It's the ideal that the browsers should aim for. The "standard" in the question part refers to a de facto standard. It's the current state of the art.

    3. Re:The Standard by Anonymous+Brave+Guy · · Score: 2, Insightful
      The "standard" in "CSS standard" refers to a formal document published by an standardization body. It's the ideal that the browsers should aim for.

      There is a presumption of authority on the part of the standardization body in the second sentence above. In real life, a formal standard has only as much authority as the field grants it, by aiming to reach it (and thus making it the standard in the other sense you gave).

      The CSS standard defines a convention that browsers may aim for. One could (and many people do) argue that if you have 90% of the market share, then your views are a far more realistic standard than those expressed in anyone else's formal document. Thus any formal standard that doesn't have the 90% holder on board has dubious authority at best.

      --
      If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
    4. Re:The Standard by Curtman · · Score: 1
      a formal standard has only as much authority as the field grants it

      The funny thing is though, if you look at the W3C member list, you find:


      The gang's all here.
    5. Re:The Standard by globalar · · Score: 1

      Good point. It takes real leadership to spearhead a standards committee into what should be the "better" future while not trailing too far beyond what implementations can handle.

      However we are in a different situation than simply a poor standards committee and/or poor implementations (I don't care to judge either in this post). Microsoft has an entrenched, stubborn base of non-compliant code run by the majority of Internet users. As such, we have one implementation which carries much more weight than the others. It can move the market all on its own.

      The real problem is - whether we want to admit it or not - we are all waiting for Microsoft to implement the standard.

      Once this happens, everyone will follow suit just to compete and perhaps will jump ahead just to stay in the running. After all, if IE displays every page correctly, there is a not nearly as great an incentive for users (who don't care about security) to switch browsers. So competing browsers will make sure to stay ahead of IE as they have done.

    6. Re:The Standard by Anonymous+Brave+Guy · · Score: 1
      The gang's all here.

      Of course; visibly failing to support something like this would generate very bad PR for whichever browser maker was caught out. The real question, as is often the case with standardisation issues in technology, is whether those who are "signed up" are signed up. If enough of them are, the standard is useful.

      --
      If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
    7. Re:The Standard by Anonymous+Brave+Guy · · Score: 1

      Blockquoth the AC:

      I think his point was that you were questioning the authority of the W3C, and he was pointing out that the major browser vendors are explicitly acknowledging this authority by virtue of being members.

      Sure, I'm simply suggesting that actions speak louder than words in matters like this. If Microsoft really are behind the W3C, they'll provide the better support for CSS that many in this discussion are hoping for. If they're just trying to avoid looking like saboteurs while simultaneously playing the embrace-and-extend game, the relevance of the W3C will be seriously diminished.

      --
      If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
  20. Re:Typical Slashdot Slant by naylor83 · · Score: 2, Insightful

    IE6 implement far less of the CSS2 spec than any other browser - that's a fact. Hence the "obviously".

  21. Re:FUD by naylor83 · · Score: 2, Insightful

    At the end of the day, no it's not. Broken is broken.

    In a way I agree - I think implementing CSS2 to its full extent would be more than twice as good as implementing half of it.

    At the same time I think implementing 80% is better than implementing 35%.

  22. Re:FUD by Anonymous Coward · · Score: 2, Interesting

    At the end of the day, no it's not. Broken is broken.

    So when Firefox applies the display: table-cell rule correctly, that's utterly meaningless and should be filed as a bug because Firefox applies other rules on the same page wrongly? You aren't making sense.

    There are many, many CSS rules in the test. The test is designed to exercise lots of different areas of CSS.

    If you think that there's no useful information beyond "no browser applies all of the rules correctly", well then you've wasted your time reading this story, because I could have told you that before this test was even published.

    Let's all pat the OSS Community on the back!

    What does open-source have to do with this? Opera, a tiny company with nowhere near the resources of Microsoft, who haven't released their browser as open-source, have done miles better than Microsoft.

    I think you're just trolling, especially when you try and turn this into some kind of open-source vs proprietary flamewar.

  23. Re:Works just fine on W2K Advanced Server by styrotech · · Score: 4, Insightful

    Umm take the actual test this time, rather than looking at the reference image.

    I tried it on the pretty much the same machine as you (just plain Server vs Adv Server though), and it was the same hideous red mess shown in the IE screenshot.

  24. Re:FUD by naylor83 · · Score: 1

    "What does open-source have to do with this? Opera, a tiny company with nowhere near the resources of Microsoft, who haven't released their browser as open-source, have done miles better than Microsoft."

    Agreed

  25. Re:So.. by blargh-dot-com · · Score: 2, Informative

    According to TFA, they did this deliberately: compliant browsers should ignore bogus CSS attributes.

  26. Re:So.. by naylor83 · · Score: 1

    If you read the guide you'll see that they have intentionally put some strange characters into the code, to test if the browsers igonre them according to the specs.

  27. Re:FUD by Anonymous Coward · · Score: 1

    "I think you're just trolling, especially when you try and turn this into some kind of open-source vs proprietary flamewar. "

    Seeing as how you are the one trying to distort parent poster's comment, that would make you the troll. He never said anything about proprietary code.

    If you go up to where this discussion started, it is pretty clear that his point was that Slashdot isn't being very professional.

    I think he is going a little overboard, but I understand his point. Your defense of the comment made in the headline does more to show your biases than it does to show your grasp of what he was saying.

  28. Re:FUD by shaitand · · Score: 1

    "There's no degree of broken."

    That is not true. Broken is broken but there are dozens of various pieces of technology that compose this test. The uglier the rendering the more of those individual elements are broken.

    In the real world you will maybe have 1 or 2 of the elements used in this page in your entire website. If 80% of them render correctly in FF/Opera and 20% in IE (don't take those specific numbers to heart) then FF/Opera are 4 times more likely to render your site correctly than IE. By all means insert the real numbers but the principle remains the same. Yes, considering that NONE of the browsers are 100% compliant, having a greater compliance level that is still less than 100% is still commendable.

    The bottom line is that this really is not one test, it is dozens of hand picked tests so every fail or pass counts individually. Since this was just released the number of passes vs fails we see right now is an indicator of how seriously the developers of a given browser take advanced standards compliance.

    In the end I would like to see all 3 browsers 100% standards compliant. Even after being fixed to pass this acid test none of the browsers will be 100% compliant. This test just uses some cherry picked features, it was intentionally designed so that none of the browsers would pass it.

  29. What browser did they use? by Macrobat · · Score: 5, Interesting

    Just out of curiosity...what browser did they use to get the successful reference rendering? I'm presuming there's one that successfully renders, otherwise, how do they know their test code is valid? I've clicked around but don't know what they used to generate that png.

    --
    "Hardly used" will not fetch you a better price for your brain.
    1. Re:What browser did they use? by naylor83 · · Score: 1

      None. They used a graphics app. (No browser gets it right.)

    2. Re:What browser did they use? by Macrobat · · Score: 1

      Well, okay, but if I had a few pages of c++ code and I said that no compiler could run it, I'd be blaming my code rather than the compilers, if you know what I mean.

      --
      "Hardly used" will not fetch you a better price for your brain.
    3. Re:What browser did they use? by StrongAxe · · Score: 3, Insightful

      Well, okay, but if I had a few pages of c++ code and I said that no compiler could run it, I'd be blaming my code rather than the compilers, if you know what I mean.

      If your C++ program adheres to the ANSI C++ language specification, and the compilers all get it wrong, then it's the compilers' problems, not yours.

      On a more practical note, it is probably unwise to write correct code that trips up bugs in every compiler on the market, but if you are creating a compiler-validation test suite, that's exactly what you want to do.

    4. Re:What browser did they use? by 2short · · Score: 1

      It may well be the compiler that is wrong, but it's still my problem.

      I need code that runs correctly; standards-compliant code that doesn't is worthless to me.

      The ANSI C++ spec nailed down the details of some things that different compilers were doing, but doing slightly differently. It formalised things that had been decided by consensus, and compelled things decided by near-consensus.

      The W3C standards have regularly nailed down the details of things nobody was doing at all, without it being clear anyone would or wanted to. Any standard not accompanied by a reference implementation should go straight in the dustbin.

      Browsers may have a history of lousy standards support. But web-standards bodies definitely have a history of lousy standards processes.

    5. Re:What browser did they use? by Dachannien · · Score: 1

      It was mentioned above that the test code contained errors that made it not conform to the CSS standard, and that this was intentional. It still leaves the question wide open as to whether or not the test code was "correct" for generating the desired image. Is the renderer they used for the reference image proven to conform to the standard in every way, with no bugs? That's really the only way to know for certain that the test isn't flawed.

      For that matter, if there *is* a renderer out there that works properly, why aren't any web browsers using it?

    6. Re:What browser did they use? by StrongAxe · · Score: 1

      Is the renderer they used for the reference image proven to conform to the standard in every way, with no bugs? That's really the only way to know for certain that the test isn't flawed.

      For the purposes of this one specific test, it should be very easy to write a renderer which correctly interprets only the miniscule portions of CSS and HTML actually used in this example. This may have been what was actually done here.

      As for "proof", it should be possible to hand-interpret the CSS and HTML and determine exactly what the result is supposed to look like according to the standards (although this should be fairly tedious to do for any sufficiently large page).

    7. Re:What browser did they use? by StrongAxe · · Score: 1

      It may well be the compiler that is wrong, but it's still my problem.

      I need code that runs correctly; standards-compliant code that doesn't is worthless to me.


      This is what I mentioned at the end of my post; correct-but-unworking code is useful only for standards-conformance test suites; for practical purposes, you just want something that works (and if you are using a mechanism that isn't implemented correctly, you work around it by using something else).

      Several years ago, I debugged a crash for a friend who was using Borland C++ Builder, and tracked it down to incorrect code being generated for:
      r = x ? (y ? a : b) : c;
      where r, a, b, c were of different types - the compiler got confused about which destructor(s) to call. The expedient solution was to just avoid using nested ? : pairs.

  30. Unsupported claim count: 6 by MarkusQ · · Score: 1

    Let's count the unsupported assertions in this post, shall we?

    1. When dealing with stuff like this, broken is broken.
      According to whom? And on what basis?
    2. There's no degree of broken.
      How about "number of features correctly implemented" / "total number of features in spec"?
    3. It's not like Opera and FireFox can claim "well, when we break, there's only 25% degradation."
      Why not? I think it's very likely that they'll claim exactly that.
    4. In other words, just because the face was a little more legible in Opera or FireFox than IE, doesn't mean that in the real world, they'll at least be readable where IE absolutely will not.
      How's this for a reason: if all of the features that fail in Opera and Firefox also fail in IE, no one will use them; this means that pages written to the subset that works in at least some of the browsers may well work 100% correctly in Opera or Firefox and still fail horribly in IE. This is at least a plausible counter example to unsupported claim #4.
    5. Parent poster was right, that was anti-MS FUD.
      The fact that you share his oppinion does not make hiim right. FUD is a fairly specific charge to lay against someone, and in this case seems hard to justify. Editorial bias perhaps?
    6. If FireFox was more disappointing, it wouldn't ahve been mentioned at all.
      And you know this how?
    --MarkusQ
    1. Re:Unsupported claim count: 6 by NanoGator · · Score: 1

      "According to whom? And on what basis?"

      Ask anybody who has to hop to IE to visit certain sites.

      "How about "number of features correctly implemented" / "total number of features in spec"?"

      Yeah, I retracted that bit. I was seeing things a little differently than others.

      "FUD is a fairly specific charge to lay against someone, and in this case seems hard to justify. Editorial bias perhaps?"

      I agree that Editorial bias is a stronger term than FUD in this case.

      "And you know this how?"

      4 years of experience reading Slashdot articles?

      --
      "Derp de derp."
    2. Re:Unsupported claim count: 6 by naylor83 · · Score: 2, Insightful

      "Ask anybody who has to hop to IE to visit certain sites."

      Well, if you get to a site where a CSS2 feature breaks in Opera or Firefox, switching to IE isn't going to do you a load of good :-)
    3. Re:Unsupported claim count: 6 by mysidia · · Score: 1
      Ask anybody who has to hop to IE to visit certain sites.

      In my experience, this has always been because the site was broken, and had been designed specifically for IE, i.e. the site did not follow web standards, or used scripting techniques that were specific to IE like ActiveX or IE-specific DHTML/CSS rules (proprietary extensions), not because Firefox was ever broken.

      In other words, such users who find a need to use a different browser to visit a site are much more likely than not to be biased into thinking it is Firefox that is broken, when it is really something else.

    4. Re:Unsupported claim count: 6 by Mr.+Slippery · · Score: 1
      Ask anybody who has to hop to IE to visit certain sites.

      There are clueless developers who create sites that can only be viewed in IE, yes. That's rather like a garment maker only making pants that fit overweight people, on the theory that most people are overweight.

      --
      Tom Swiss | the infamous tms | my blog
      You cannot wash away blood with blood
  31. Re:FUD by naylor83 · · Score: 1

    "He never said anything about proprietary code."

    And he didn't say he had said so either...

  32. Valid CSS? by molo · · Score: 3, Interesting

    I'm confused, is this supposed to be valid CSS2? The W3C CSS validator finds 8 errors in the page.

    -molo

    CSS validator results

    * Line: 46
    Parse Error - second two]
    * Line: 91 Context : .parser-container div
    Invalid number : color orange is not a color value : orange
    * Line: 97 Context : .parser
    Property error doesn't exist : }
    * Line: 100 Context : .parser
    Property m rgin doesn't exist : 2em
    * Line: 100
    Parse error - Unrecognized : };
    * Line: 102 Context : .parser
    Invalid number : width only 0 can be a length. You must put an unit after your number : 200
    * Line: 103 Context : .parser
    Parse Error - ! error;
    * Line: 103 Context : .parser
    Parse error - Unrecognized : }

    --
    Using your sig line to advertise for friends is lame.
    1. Re:Valid CSS? by naylor83 · · Score: 5, Informative

      They deliberately made errors which the browsers should cope with according to the specs.

    2. Re:Valid CSS? by interiot · · Score: 4, Informative
      Yup, and I quote:
      • CSS parsing -- Acid2 includes a number of illegal CSS statements that should be ignored by a compliant browser.
    3. Re:Valid CSS? by interiot · · Score: 1

      Yup, and that's the reason for Quirks Mode. Old pages either have no doctype, or a doctype from a very old spec, so this triggers browsers' backwards-compatibility mode. Slap a new doctype atop your pages, and then yell "More features!", "Less bugs!" back and forth at yourself.

    4. Re:Valid CSS? by Anonymous Coward · · Score: 1, Interesting

      The trouble with doing this is that most browser rendering engines have to accept at least some broken code in order to be useful.

      Not CSS. CSS, unlike HTML, has mandatory error handling procedures. If a browser doesn't follow them, then it doesn't conform to the specification.

      In the real world, you will find plenty of invalid stylesheets, but very few that will actually "break the page" if the correct error handling is used.

  33. Re:So.. by Anonymous Coward · · Score: 4, Informative

    It's supposed to be invalid. The CSS specification defines error handling, and Internet Explorer gets it wrong. A conforming user-agent would never apply those rules.

    In fact it is necessary for this stylesheet to be invalid - otherwise it wouldn't test the error handling parts of the CSS specifications.

  34. Re:FUD by youknowmewell · · Score: 1

    I think people need to look up the definition of FUD, and then use the acronym properly.

    This is not FUD.

  35. Re:FUD by legLess · · Score: 1
    At the end of the day, no it's not. Broken is broken.

    Broken is broken, yes: that's a tautology. But some things are more important than others. Which would you rather have broken on your car? The hubcap or the rim? The ashtray or the steering wheel?

    IE's standards support bites ass. Its absolute lack of two things (full PNG support and fixed positioning) has hindered web development greatly. It's piss-poor box model is responsible for some of the nastiest-looking CSS hacks around. Firefox's support isn't perfect, but it's very good.

    If the only commonality you can find between two things is lack of perfection, you need to look harder.

    --
    This isn't as much "normalization" as it is "don't take so many drugs when you're designing tables."
  36. Re:FUD by NanoGator · · Score: 1

    "So when Firefox applies the display: table-cell rule correctly, that's utterly meaningless and should be filed as a bug because Firefox applies other rules on the same page wrongly? You aren't making sense."

    Fair enough. I was talking about standards compliance. Never mind, you win.

    "What does open-source have to do with this?"

    Obviously not what you claim it is. Let me ask you a question: Was this story posted to light a fire under the FireFox dev team to make it better, or was it posted because it has a nice pretty number of how FireFox is better than IE?

    If your answer is the former, are you saying that because you want to 'win', or because you can honestly look at Slashdot's track record and tell me that it's fair and unbiased when it comes to Microsoft?

    --
    "Derp de derp."
  37. Re:Typical Slashdot Slant by Temporal · · Score: 1

    Saying that IE's renderer is obviously inferior to Firefox/Opera is like saying that Linux is obviously more difficult to use on a desktop than Mac OSX. It's just plain true. If you had ever designed a complex web site making extensive use of CSS, you'd know this. The only reason you never see IE rendering pages wrong is because every web developer out there has taken extreme pains to work around all of IE's problems.

  38. The Real Lessons by welshbyte · · Score: 4, Insightful

    The real lessons to be learnt from this seem to be getting lost here. If we put aside the MS vs Moz, FUD vs non-FUD and not-as-broken vs either broken or not debates we can see that web designers should have something to look forward to in the (near?) future.

    Finally, here is something that could actually give the browser developers something to aim for and help to pull together the standardisation of modern CSS rendering. From how that smiley face is supposed to look I'm already quite excited about what we'll be able to do once all of the browsers are up to scratch.

    Now all we need is for the browser developers to take note of this, use it as a learning tool and a target to aim for and give the web design/development community a hell of a lot less stuff to debate about.

    It could happen...

    But of course, in addition to this they shouldn't let the acid2 test be a final goal and then just sit back and let themselves get rusty. Personally i'd like to see a publicly available acid test for all the new versions/revisions of CSS standards so that Joe Home User can more easily choose which browser to use. An acidN test once every 8 years?

    This is the fast moving world of technology, don't you know.

    1. Re:The Real Lessons by naylor83 · · Score: 1

      Now all we need is for the browser developers to take note of this, use it as a learning tool and a target to aim for and give the web design/development community a hell of a lot less stuff to debate about.

      With a bit of luck, that might just happen. *Dreams of being able to use PNGs and other nice stuff in website designs*

    2. Re:The Real Lessons by naylor83 · · Score: 1

      Robert Scoble has at one point said "I'm also telling you that the support for standards is changing at Microsoft. Stay tuned." with regard to IE. But then he is a Scoble, and does what is expected of a Scoble: Hypes MS.

  39. Re:FUD by ReverendLoki · · Score: 2, Interesting
    At the end of the day, no it's not. Broken is broken.

    At the end of the day, I'd like to drive home in the car that's timing is a little off causing a loss of 2 mpg and 3 hp, as opposed to the car that is in such a state of disrepair that the axle falls off after 2 miles and the fuel tank spontaneously combusts.

    There's also the idea that, assuming all parties are working to make their browser compliant, then it may also be assumed that one party may be closer to reaching full complaice than the other.

    Or, to further mutilate an abused analogy, which of the above cars would be easier to repair?

    --
    09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
  40. Re:FUD by naylor83 · · Score: 1

    I would agree with that, but then again - I wrote and submitted the post ;-)

  41. Re:FUD by NanoGator · · Score: 1

    " Which If the only commonality you can find between two things is lack of perfection, you need to look harder."

    When I have to use IE because something didn't render right in Opera, then I have every right to demand perfection. Not only do the standards need to be supported, but thanks to the de-facto market share of IE, the mutations to the standard that Microsoft caused.

    --
    "Derp de derp."
  42. Re:Typical Slashdot Slant by damiangerous · · Score: 2, Insightful

    So? That's a good thing. I prefer to know up front where someone's bias lies. Everyone has one and when you try to hide it you have no way of knowing where it might creep it. Just be honest about it and accept it. I can go read an MSDN journal for an IE-biased opinion.

  43. Re:FUD by NanoGator · · Score: 1

    "It was posted because it's news for nerds. It certainly wasn't posted because "it has a nice pretty number of how FireFox is better than IE", because it doesn't have a nice pretty number."

    Right, that's why they snide comment about how lousy IE is was in the headline, right? You're deluding yourself.

    --
    "Derp de derp."
  44. Re:Is it really a failure? by naylor83 · · Score: 2, Informative

    They made errors which the browsers should cope with if they follow the spec.

  45. Re:FUD by NanoGator · · Score: 1

    "The headline reads "Firefox and Opera Fail the Acid2 Test", when all browsers fail the test, and you are claiming that this is some kind of biased attack on Microsoft?"

    Selective reading?

    " Obviously though, they're no where near as lousy as Internet Explorer."

    It's right there in the summary. Don't call me a troll if you're not even going to try listening to me. I really don't care if you agree with me or not, but being willfully ignorant isn't 'cool'.

    --
    "Derp de derp."
  46. Re:FUD by naylor83 · · Score: 1

    Whatever you say sir. It's a fact that IE has "lousy" support of CSS 2. The heading was written the way it was cos no one in his right mind was expecting IE6 to get the Acid2 test right. Some, though, probably thought that Opera and Firefox would.

  47. If Those Can't Render It... by TsukasaZero · · Score: 1, Interesting

    What publicly availbe browser can, if any? Because I would love to try it.

    1. Re:If Those Can't Render It... by naylor83 · · Score: 1

      Me too. I would almost pay for it. Oh, well, that's maybe going a little far.

  48. Who's behind the test? by 200_success · · Score: 1, Redundant

    Webstandards.org may have good intentions, but I'm not sure I trust their test or their organization. For one thing, someone has pointed out that the W3C's CSS validator rejects it. (This link currently slashdotted.)

    Gecko renders part of the second row of the face at the right edge of the viewport. I believe that that is actually the correct behavior according to the specifications. Row 2 is generated by

    <blockquote><address> </address></blockquote>

    The blockquote is a block-level element with unspecified width, so except for the 60px left margin, it should occupy the entire width of the containing block (CSS 2.1, Sec 10.3.3). Therefore, the address element, which is floated to the right within the blockquote, is correctly placed at the right edge of the viewport. I don't see why the "shrink-to-fit" rule for computing the width of the blockquote should apply as they claim it does. There may be other errors, but I haven't investigated further.

    When the W3C publishes a test, one can be pretty sure that it's authoritative. But who is behind webstandards.org? They claim to be a grassroots coalition, yet I don't see where on their website they invite site visitors to join or contribute to their cause.

    Their explanation of the test lacks a contact address at the end to report errors. It seems rather careless of them to publish the test in that state, and it doesn't inspire confidence in the rest of the test.

    It's good to see someone making an effort. I do hope that this test will help browsers improve, but I wouldn't trust that the test itself is 100% accurate, either. I would love to see the W3C devise more compliance tests of this sort.

    1. Re:Who's behind the test? by interiot · · Score: 1

      There IS a contact address, you just have to hunt around for it... The "About" section of the site lists names and an email address.

    2. Re:Who's behind the test? by JimDabell · · Score: 4, Informative

      Firstly, the errors are there on purpose, to check the error handling conformance.

      As for whether the <textarea> is shrink-to-fit or not, the CSS 2.1 specification has this to say.

      If all three of 'left', 'width', and 'right' are 'auto' [This is the case] : First set any 'auto' values for 'margin-left' and 'margin-right' to 0. Then, if 'direction' is 'ltr' [This is the case] set 'left' to the static position and apply rule number three below; otherwise, set 'right' to the static position and apply rule number one below.

      The "rule number three" says that it is shrink-to-fit.

      Your mistake is in referring to 10.3.3, which explains what to do for non-replaced block-level elements in normal flow. You should be referring to 10.3.7, which explains what to do for non-replaced block-level elements that are absolutely positioned.

    3. Re:Who's behind the test? by SorcererX · · Score: 1

      one word: confusing.

      --
      Any sufficiently advanced technology is indistinguishable from magic.
  49. Re:FUD by naylor83 · · Score: 1

    So, are you saying the headline should have been "Opera, Firefox and IE Fail the Acid2 Test"?

  50. Re:FUD by shaitand · · Score: 1

    "At the end of the day, no it's not. Broken is broken."

    No at the end of the day a browser that has correctly implemented 90% of CSS has a 90% chance of correctly rendering of arbitrary complexity that implements CSS. A browser with 40% implemented has a 40% chance.

    Obviously that is not the total picture; you could make the issue drastically more complex by arguing the commonality and usage of certain parts of CSS. As well as the theoretical usage of parts if authors were able to reasonably expect them to be supported and so on. And of course the GP pulled 90% and 40% out of his arse.

    'Let's see: "Obviously though, they're no where near as lousy as Internet Explorer."'

    The headline was that Firefox and Opera failed to pass the test. IE failing is expected and not suprising. This has nothing to do with OSS. Opera isn't OSS after all. IE and Microsoft in general have a hard earned reputation for standards incompliance. The statement you mention is simply heading off any FUD that might claim FF/Opera are not dedicated to standards compliance by IE apologizers. There is no FUD involved in stating that the status quo has not changed and the informed expectation that Opera and FF would exhibit greater compliance out of the box than IE was upheld.

    Any expectation is a bias, not all biases are reasonable and some are common sense. Because it has been proven to me that water freezes at a certain point my belief is biased. If someone were to ask me what would happen if they chilled a tray of liquid appearing to be water below 0c I would be biased toward the belief it would freeze. I could be wrong of course, could turn out to be salt water. Most of the time I would be right because my bias was based upon logic and evidence.

    Argue that MS software is easy to use. Argue that it is of reasonable quality. But if you argue that MS software could not be reasonably expected to be lacking in standards compliance compared to arbitrary programs performing the same function. At least when there are reference standards to compare those programs against, it is you who is showing a bias because there is a factual history of non-compliance on the part of Microsoft in every case. Further, intentional non-compliance is a well established business practice of the company.

    As long as you can reasonably expect someone to be able to accurately state "Obviously, no program exhibited compliance as poor as that of MS Program X", it is not unreasonable to head FUD implying the opposite off at the pass. That said MS supporting FUD is inevitable if not immediately discounted is rather intersting considering this is a MS Basher oriented site eh?

  51. Re:FUD by themuffinking · · Score: 1

    Or, to further mutilate an abused analogy, which of the above cars would be easier to repair?

    Well, let's continue this analagy. Microsoft has a team of crack developers, and nearly unlimited resources at its disposal. Firefox and Opera have 6 guys in the back of a white van huddled around a Commodore 64.

    Suppose you're one guy who knows a little about cars and you decide to fix the timing on the first car. No problem.

    Now, suppose you have a team of crack mechanics with the best tools, the most experience, and unlimited resources, and they offer to fix the horribly torn apart car for you. Also, no problem.

  52. Re:FUD by NanoGator · · Score: 1

    "Are you a native English speaker? There is a big difference between "headline" and "summary"."

    Yeah yeah, I said 'headline' when I should have said summary. Sorry I missed the difference and gave you shit about it.

    However, you still could have used a little common sense about it. The only reason you were being that literal was to try to discredit me. To that I say, grow up. (And, yes, I should take my own advice.)

    --
    "Derp de derp."
  53. Re:So just how did they render it then? by naylor83 · · Score: 1

    For the fourth (?) time - they drew it using a graphics app!

  54. Obvious point by exp(pi*sqrt(163)) · · Score: 1

    When every single major organisation and company in the business of implementing a standard fails I can't help wondering if the problem lies with the standard rather than the implementors. Just how hard is this?

    --
    Doesn't it make you feel good to know that our freedoms are protected by politicans, lawyers and journalists.
    1. Re:Obvious point by exp(pi*sqrt(163)) · · Score: 1

      I've never made any particular comments about IE that would treat them differently from Opera of Firefox in this respect. If you're going to pick fights you need to pick them with people who actually disagree with you.

      --
      Doesn't it make you feel good to know that our freedoms are protected by politicans, lawyers and journalists.
  55. Re:FUD by NanoGator · · Score: 1

    "But no, you decided to criticise people when you are utterly ignorant of the facts at hand."

    That's funny considering you're ignoring the facts at hand in order to criticize me.

    "EVERYTHING to do with Internet Explorer being a shitty, shitty browser."

    Though I'm not denying that IE is a piece of shit (I tossed it years ago.), you're full of shit when it comes to Slashdot's reasons to publish what they did.

    If this had nothing to do with MS bashing, you wouldn't have gone this far. You're far too passionate for somebody who thinks it was an innocent comment.

    --
    "Derp de derp."
  56. ROFL by The+Bungi · · Score: 1, Interesting
    And somehow this didn't make it to the front page, eh?

    Fair and balanced as always!

  57. Re:FUD by NanoGator · · Score: 1

    " As far as I know, he's got no connection to Slashdot."

    So? Slashdot got to make fun of IE and praise FireFox in one blow. Gee, I wonder why they posted it?

    " I'm emphatic, because I don't like to see people criticised by people who are ignorant of the issues,"

    Whatever.

    --
    "Derp de derp."
  58. Re:FUD by Mr.+Slippery · · Score: 2, Funny
    Microsoft has a team of crack developers
    "Crack" apparently being the operative word...
    --
    Tom Swiss | the infamous tms | my blog
    You cannot wash away blood with blood
  59. It's "obvious" because it's true by billybob · · Score: 1, Flamebait

    I dont know what you do for a living, but I make web pages, and god damn if IE isn't the biggest piece of non-standards-compliant horseshit browser I've ever had the displease of dealing with. As someone else who replied to you said, you don't see too many problems when browsing the web with IE because us lowly developers have lost countless hours and hair follicles figuring why the FUCK internet exploder is rendering our beautifully coded pure-CSS site like it was a big pile of steaming crap. So yes, it is obvious. IE renders CSS like your mom gives head - HORRIBLY.

    --
    Joseph?
  60. Article subject by atomic-penguin · · Score: 1

    Firefox and Opera Fail the Acid2 Test

    In a perfect world it should read "every browser fails the acid2 test". Instead somebody chooses to single out firefox and opera.

    --
    /^([Ss]ame [Bb]at (time, |channel.)){2}$/
    1. Re:Article subject by SirPavlova · · Score: 1

      Opera & Firefox are the best known of the browsers most likely to get it the most correct. IE is rubbish at web standards, it took years too long to even get CSS1 right. Konqueror/Safari are too small & unknown, though KHTML (the rendering engine they share) is also really good. It actually implements some of CSS3.

      So Opera & Firefox are the ones everybody thought would get closest.

      On another note, somebody else earlier got it right: DUH! As if anyone was going to pass! It was written to test every bit of CSS2, & noone implements all of that; just like the original Acid test did for CSS1.

      --
      Yar.
  61. It works in Konqueror 3.4. by Glytch · · Score: 1

    Now if only Gmail would work properly in Konqueror, I'd be all set...

  62. DOH! I'm an idiot. by Glytch · · Score: 1

    I blame it on sleep deprivation, I mixed up the test and reference browser windows. Ignore me.

  63. Re:Typical Slashdot Slant by node+3 · · Score: 2, Informative

    I just can't help but notice how non-objective this site is.

    On slashdot, the users submit (and thus, author) stories. They aren't generally schooled in the intricacies of journalism. It's not fair to expect 'professional' journalistic practices from them.

    As unfair as it is to expect standards never stated nor implied, the comparison to Fox News is especially bad. Fox outright lies about their objectivity. Most people don't hate Fox News because of their conservative bias, but because they try to pass it off as fair and balanced.

    This is "News for Nerds, Stuff that Matters". Nerds don't tend to suffer poor software gladly.

    Last, it was obvious that IE would be the worst of the bunch. Some other article could just as easily have said, "Obviously, the Perl version was slower," or "But obviously, the RIAA continues to cripple their music with DRM." Which are roughly equivalent in their subjective way of communicating objective truth.

    [I] am no way an MS advocate.

    I'm not all that convinced.

  64. Re:FUD by hdparm · · Score: 1
    And now, all of a sudden, broken is less broken and it's OK as long as it 'properly' renders stuff that someone had to deliberately break just to make it renderable (?!) in a broken client?

    You are not consistent.

  65. Implementation by gilesjuk · · Score: 1

    Makes me wonder how these guys can possibly test the performance of the system without a full implementation.

  66. Re:FUD by naylor83 · · Score: 1

    Well, this piece of news _WAS_ primarily negative about Firefox and Opera. (Not that Opera is open source, but some people seem to think so.) Since Firefox and Opera are claiming to follow the specs, this news item is mainly bashing those two browsers for not living up to their promises. The IE devs on the other hand have never made any claims that IE follows the current W3C specs. Hence the "obviously" and "lousy".

  67. Re:FUD by Anonymous Coward · · Score: 2, Informative

    Slashdot editors will systematically post any negative news about Microsoft (or, if they're positive, spin them negatively) and will quietly ignore many negative news about open source issues.

    That's a lie. This is negative news about a high-profile open-source project, and they didn't ignore this.

    See for example the recent Mozilla vulnerability discovered by Secunia. It was published by the Register, CNET and many others. The Slashdot editors didn't find it worth posting.

    This is also a lie.

    You trolls are really pushing the "Slashdot bias" theme today, aren't you?

  68. Re:FUD by molnarcs · · Score: 3, Informative
    I agree - with one minor correction. In the case of Firefox, being free software and all, I can only demand one thing: correctness in information. Even though I still have the get firefox logo on each of the sites I maintain, I have a failure story to report. Today, the 4th user came to me demanding back their IE icon (I have disabled access in windows xp to IE, which amounts to disabling access to its icon) - why? Because they could not access one site or another in Firefox, that worked in IE.

    Also, don't get me started on performance. 3 machines in the lab range between 300Mhz celerons with 96MB ram and an IBM Personal Computer 300 (600Mhz celeron with 96M ram). Firefox on those is a no-no. Not only b/c painfully slow startup times, but also, painfully slow rendering of pages. Opera renders pages faster while running a kernel compile in the background than Firefox does on an idle computer. What's there in gecko that makes it so much slower than Opera or khtml? (Yes, you heard it right, starting Konqi from a foreign - Blackbox - wm is actually much faster both in startup and rendering of pages than firefox).

    These slow machines function as simple 'terminals' btw - they have opera, gaim, xmms, rox - that can be choosen from a simplified menu.

    This must be said at the risk of loosing karma (I have plenty, so go ahead) - there is something wrong with Firefox and its rendering engine, not only in compatibility or correct rendering of pages, but in performance as well. And this is not a minor issue, the performance difference b/w say opera or khtml and gecko is significant. So I have only one demand: inform the potential users correctly, don't give them the false impression that Firefox is better in every way than IE. It is not, and such misinformation will only create a backlash. 2 of those users are now actively looking for more and more justfications to have IE back as the standard browser. They are not interested in philosophy or open source ideals. They are interested in accessing the sites they want.

  69. Re:So just how did they render it then? by CRCulver · · Score: 1

    To use a comparison made by someone here earlier: With the ANSI C++ standard, one can know whether code is valid even if no compilers can compile it. It is the same thing here. The CSS standard is a textual document giving very clear rules for how code should render. Even if no actual browsers can render the code, the standard tells us how it should be rendered.

  70. _editing_ PDFs sucks by arete · · Score: 1

    There are myriad free tools to read PDF. There are myriad free tools to write to PDF (or especially "print to PDF")

    There is a serious, design driven lack of any way to edit PDFs. As in, I create a PDF in an application foo, send it to my friend who also has foo, they make changes and send it back. Word has been doing this for more than a decade, and PDF, as far as I can tell, doesn't do this ever. If one of those pieces of software does this, please point it out.

    If you want a more detailed text case, try editing text in a paragraph without having to manually reflow the paragraph.

    The next-best option available is to use Quark or InDesign, LaTeX or some other decent page layout program, and send back and forth the original files, exporting to PDF when you need to. But you're not editing PDFs if you do that.

    --
    Looking for freelance Actionscript (Flash/Flex) or ColdFusion work and/or freelance developers. Email me, put Slashdot
    1. Re:_editing_ PDFs sucks by mopslik · · Score: 1
      There is a serious, design driven lack of any way to edit PDFs. As in, I create a PDF in an application foo, send it to my friend who also has foo, they make changes and send it back.

      Just out of curiosity, why are you exchanging PDF files (which are designed to be rendered) instead of $APPLICATION files (which are designed to be edited)?

      I always assumed that converting to PDF was the final step, not a repeated intermediate one.

      The next-best option available is to ... send back and forth the original files, exporting to PDF when you need to. But you're not editing PDFs if you do that.

      Why is it essential to be editing PDFs? Maybe I just don't understand your application or field, though.

    2. Re:_editing_ PDFs sucks by sneakers563 · · Score: 1

      I've had occasion to want to edit pdfs. Most recently, it was PhD applications. Inevitably, they're distributed as pdfs. Unfortunately, I'm cursed with atroicious handwriting, and it would be nice to be able to return a typed version to the school, rather than one with my childlike handwriting all over it. Inevitably, I end up converting the pdf to a gif in gimp and then placing text on top of the image. It sucks, but it's better than the alternative. I'd love to be able to edit the pdf directly without the conversion step and the trouble of having to manually place the text so it looks like it's part of the original document.

      As an aside, I wish people would use something like xml or html for documents. I never understood the rationale for turning something as compact and efficient as a text document into a giant image file. Acrobat is slow as hell for large documents, even with todays processors and download speeds. And the choice between unintelligibly small text and (given Acrobat's slow rendering time) seeing a partial page is a lousy one.

    3. Re:_editing_ PDFs sucks by arete · · Score: 1

      I agree with you about what PDF is FOR. But what I NEED is

      a) a fixed-layout format (like PDF/ InDesign/ Quark/ LaTeX, but not like .doc or HTML) that is reasonably easy to edit in...

      b) that you can edit with the right software (like everything but PDF)... and

      c) that everyone can read with software that is already on most computers and all major platforms, and preferably free. (which applies to PDF, HTML, .doc, txt, rtf, gif, jpg, swf and mp3. Obviously, some of those aren't appropriate for my other points )

      Which is why there is apparently nothing in existance that does what I need, but why I was hoping someone knew something.

      Personally, I believe the most likely solution is when somebody (Adobe probably) comes out with a way to make a "magic" PDF - one that renders fine in the free viewer but ALSO retains all the editing information in it, so that if I (for instance) create it in InDesign, send it to somebody and they open it in InDesign it has all the editing information and they can work on it just like I sent them the InDesign document, because it was embedded in the PDF.

      I realize that a zip file containing a PDF and an Indesign document mostly fufills my needs, but it wouldn't automatically sync them on save. I have no idea if there's an easy way to stick a hidden payload in a PDF, but I'm guessing there is - which implies that I just need somebody to add this feature to their non-terrible layout program, and it doesn't have to be Adobe.

      --
      Looking for freelance Actionscript (Flash/Flex) or ColdFusion work and/or freelance developers. Email me, put Slashdot
  71. Well, in my case by phorm · · Score: 1

    I've got some of the non-IE-supported stuff going on like PNG files with alpha-channels, etc. Right now the pages I'm developing look like crud in IE as colours are missing from transparent windows, etc...

    Once all the pages are together though, I'll throw in a .CSS file that loads for the IE users. They won't look as spiffy as firefox/etc but the pages will at least not be hard on the eyes in IE.

  72. Re:FUD by ReverendLoki · · Score: 1
    I don't doubt that MS has vast resources that they could devote to the issue, and if they would just buckle down and work on it, I wouldn't be surprised if they were able to meet full compliance in a matter of weeks. The only problem is that for the past few years, the crack team of developers (phrasing it that way doesn't infer the negative connotations of "Team of Crack Developers", anyways...) has been doing little more than rotating the tires and replacing the fluids, whereas the "6 guys in a white van" have taken a busted old Delorean and not only restored it to it's former glory, they've thrown in a Flux Capacitor and a Mr Fusion as well (ain't no analogy like a dead analogy, my pappy always said).

    And that's what makes it all the more frustrating for the users - MS has all of this potential programming ability, yet one of the tools that is used the most by more people is easily matched, nay surpassed, by 6 guys in a van, while their own utility sits on blocks and rusts away (ok, last one, I swear!).

    --
    09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
  73. Re:FUD by naylor83 · · Score: 1

    Yeah, that (GP) sound like a poster who hasn't got anything left to use in his defence... ;-)

  74. Re:FUD by naylor83 · · Score: 1

    Chill and re-read. That wasn't me.

  75. Re:FUD by naylor83 · · Score: 1
    Nice try Mr. Naylor

    Hey, man. You're seriously confused. I only post when logged in, as naylor83. I never said anything about Hitler, and I didn't write the post you're responding to now either.

  76. Re:FUD by zero_offset · · Score: 1

    Today, the 4th user came to me demanding back their IE icon (I have disabled access in windows xp to IE, which amounts to disabling access to its icon) ...

    So I have only one demand: inform the potential users correctly, don't give them the false impression that Firefox is better in every way than IE. It is not, and such misinformation will only create a backlash. 2 of those users are now actively looking for more and more justfications to have IE back as the standard browser. They are not interested in philosophy or open source ideals. They are interested in accessing the sites they want.


    Which prompts the question, why don't you simply give them IE instead of (apparently) making them search for additional justification?

    --

    Slashdot quality declines as the number of hot grits posts decreases. - Provolt's Law, Apr-09-2005

  77. Re:FUD by zero_offset · · Score: 1

    While I don't necessarily disagree, (1) Firefox isn't proving to be much better, (2) in a highly managed environment like the grandparent poster describes the IE Admin Toolkit can go a long way towards locking down IE and eliminating many common attack vectors (e.g. user stupidity), and (3) it sounds like he'll be overruled by the business types in short order anyway.

    His approach is a shining example of why IT & dev types are usually viewed as "part of the problem".

    --

    Slashdot quality declines as the number of hot grits posts decreases. - Provolt's Law, Apr-09-2005

  78. Re:FUD by naylor83 · · Score: 1

    Yeah, whatever you TROLL.

  79. 1 hour of FNC + 1 hour of CNN = fair and balanced by tepples · · Score: 1

    Most people don't hate Fox News because of their conservative bias, but because they try to pass it off as fair and balanced.

    It's not FOX News alone that's fair and balanced. It's an hour of CNN plus an hour of Fox News that's fair and balanced. Rupert Murdoch saw CNN's liberal bias as un-fair to the more conservative segments of the populace, so he founded FOX News to balance it.

  80. Re:FUD by naylor83 · · Score: 1

    What are you talking about? You obviously got it wrong somewhere way back along the line, and now you can't let go of that thought (that I post as anonymous coward).

    I've posted here, here, here, here, here, here, here, here, here, here here, here, here and here to people who definately aren't you.

    Just let it go willya.

  81. Standard from the ivory tower by milosoftware · · Score: 1

    Thousands of websites use JavaScript and CSS for just one silly reason: To create menubars (with submenus etc.).

    So why has the standards committee in all their wisdom never added a MENU tag? It would have been so easy, just allow nested <MENU> tags and voila. On any platform, menus are so common that implementing such a tag is as easy as killing babies.

    Rather than giving the website makers what they want (a MENU tag, positioning on font units instead of pixels, proper vector image support) they concentrate on standardizing things no developer ever asked for.

    I know why. It would put them out of a job. Try to standardize something like JavaScript and CSS and you're ensured of employment for a lifetime.

    Heck, if you want the page to look exactly as you intended, just make a bitmap image of it and send it. It'll probably use less bandwidth than the equivalent in CSS/HTML.

    --
    Musicians don't die. They just decompose.
    1. Re:Standard from the ivory tower by ptlis · · Score: 1
      So why has the standards committee in all their wisdom never added a MENU tag? It would have been so easy, just allow nested tags and voila. On any platform, menus are so common that implementing such a tag is as easy as killing babies.

      Although I agree it might be nice to make a new (x)html element (not tag) for use in menus, it makes perfect semantic sense to use unordered lists anyway so it would be superflous to requirements.

      I know why. It would put them out of a job. Try to standardize something like JavaScript and CSS and you're ensured of employment for a lifetime.

      Thing is, the w3 didn't standardise JavaScript at all, that was the ECMA, what the w3 did was standardise the DOM (Document Object Model) which browsers should implement to allow JavaScript to manipulate the markup. As for CSS, they wrote the fucking standard from scratch with the noble aim of seperating content from presentation - the only problem with it is MS' unwillingness to support the spec fully and correctly.

      --
      There's mischief and malarkies but no queers or yids or darkies within this bastard's carnival, this vicious cabaret.
  82. Dave Hyatt making progress fast - and semi-openly by diggory · · Score: 1

    Dave Hyatt Is making progress with Safari's handling of the test, and blogging as he goes. very cool.

  83. Re:FUD by naylor83 · · Score: 1

    That's because you are.

    Heh. That's like proving God exists or that he doesn't. I'm the only one here who knows that I only post when logged in. Since neither of us can prove anything, I suggest we rest this point.

    Yet, I'm the one you're still talking to.

    That's because you're the only one making false statements on matters which I have enough knowledge about to comment on.

    You haven't posted outside of this article.

    I have. Since I am not a paying slashdotter I cannot go back and find them. (I only post on articles which interest me. That's why my posts are a little scarce.)

    You submitted an article. Your professionalism was called into question.

    Yes it was. But I didn't take it very hard since I don't expect of myself to write as if I were a professional journalist (since I'm not). (Not sure if writing like a journalist is something to strive for though :-) )

    (My job's been a little boring.)

    It must be.

  84. Re:FUD by naylor83 · · Score: 1

    I'm not sure I understand, but anyway, glad that we can end this argument ;-)

  85. Re:FUD by naylor83 · · Score: 1

    Have a good weekend, man. :)

    The same to you, sir :-)

  86. Konqueror, Epiphany, Lynx fail it too by RandySC · · Score: 1

    Lynx gives this:

    ERROR

    ERROR
    *
    *
    *
    *

    Has anyone tested Links?

    --
    Organization: alphabetical, sometimes numerical or messy
  87. Metamoderator note on the Flamebait rating by billstewart · · Score: 1

    I get to metamoderate somebody's rating of this article as "Flamebait". I'm going to mark it unfair, but with mixed feelings. It's a great over-the-top flame, concise and well-deserved, but it's also an attractive nuisance that *ought* to attract flaming responses (and hasn't :-)

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  88. I'm impressed by circusboy · · Score: 1

    if this is the usual response by a developer at Apple...

    http://weblogs.mozillazine.org/hyatt/archives/2005 _04.html

    he hasn't gotten it all fixed yet, but what an effort.

    --
    -- it's ridiculous how many people misspell ridiculous... (damn, damn, damn...)
  89. Re:So just how did they render it then? by circusboy · · Score: 1

    GIMP probably, (or whatever their preference is,) the image is a reference to what should happen, assuming the standard were fully adhered to.

    Since the standard is fairly clear about what should happen when certain things are done, you can follow the declarations in the style sheet and work out the layout with a pencil if you need to.

    --
    -- it's ridiculous how many people misspell ridiculous... (damn, damn, damn...)