Recommended Posts

The latest nightly WebKit r31232 scores a 95/100 on Acid3, it is the same nightly number as the Windows version, so I would think the Windows version also scores a 95. The WebKit team made 3 or 4 blog posts in the last week, they were at 88/100 I think? and now they are almost to 100.

Somehow when I built webkitgtk-svn r31232 in Arch Linux and used it with Midori and Kazahakase, I got only 93/100 on Acid3. However when I built it on Windows and used it with Safari, it got 95/100.

So the Acid3 test result is not just dependent on the rendering/scripting engine, but also the platform and the browser shell? :shiftyninja:

The latest nightly WebKit r31232 scores a 95/100 on Acid3, it is the same nightly number as the Windows version, so I would think the Windows version also scores a 95. The WebKit team made 3 or 4 blog posts in the last week, they were at 88/100 I think? and now they are almost to 100.

Safari was also quite fast to pass the Acid 2 test, just 15 days after Acid2's release, so they are actually slower now that they have already spent more than 15 days and still not passed yet :p

On another note, I'm not sure whether Safari's focus on the Acid tests is a good thing or not. I mean, if they work specifically for it, it's actually quite easy to make a browser pass the Acid tests, but that doesn't necessarily mean better standards compliance. It's only meaningful to pass the Acid tests as a side product of better standards compliance, instead of passing the tests just for the sake of it.

The Acid3 test, like they describe it, is very hard to pass it, because it's like doing a whole exam for each test. There's a bunch of things to determine and in the end, it's only the final result that counts, as well as the time taken to do it. So it proves more that a browser complies to standards by passing the Acid 3 test. You couldn't say this about Acid 2 or even Acid 1.

And still, IMO, Safari is the browser that complies more with the standards. The only real problems I've encountered with it so far are :

1. Websites that say they are not compatible with Safari, because instead of excluding browsers, they made a selection. In these cases, IE and FF and sometimes Opera will work.

2. Websites who use ActiveX or some kind of weird coding.

3. Websites with obscure plugins.

I know it's not related to standards compliance, but I really don't think it's an issue for Safari. Obviously, there's always work to do for standards compliance because new tags appear every month or so at w3... but I bet they're better at that than FF, Opera and clearly, IE.

The Acid3 test, like they describe it, is very hard to pass it, because it's like doing a whole exam for each test. There's a bunch of things to determine and in the end, it's only the final result that counts, as well as the time taken to do it. So it proves more that a browser complies to standards by passing the Acid 3 test. You couldn't say this about Acid 2 or even Acid 1.

And still, IMO, Safari is the browser that complies more with the standards. The only real problems I've encountered with it so far are :

1. Websites that say they are not compatible with Safari, because instead of excluding browsers, they made a selection. In these cases, IE and FF and sometimes Opera will work.

2. Websites who use ActiveX or some kind of weird coding.

3. Websites with obscure plugins.

I know it's not related to standards compliance, but I really don't think it's an issue for Safari. Obviously, there's always work to do for standards compliance because new tags appear every month or so at w3... but I bet they're better at that than FF, Opera and clearly, IE.

Don't get me wrong, I LOVE KHTML/WebKit. IMO, for proprietary engine, Presto >>>> Trident, and for open source engine, KHTML/WebKit >>>> Gecko.

However the pace at which they pass the Acid tests is a bit... unnerving for me. I mean, Safari 3.04 beta = 40/100, Safari 3.1 = 75/100, and WebKit Nightly = 95/100. I wonder if those big score jumps are really due to works towards better web standards compliance, or due to some specific "optimizations" just for the test.

Albeit that's the common problem for sythetic tests, give me two weeks and I can write a Trident shell that passes the Acid 3 test, but not any more standards compliant than IE.

Albeit that's the common problem for sythetic tests, give me two weeks and I can write a Trident shell that passes the Acid 3 test, but not any more standards compliant than IE.

Go ahead :) Not that I doubt you, but...

Well, back on topic, I wonder why Webkit had three released builds just this day.

...

Albeit that's the common problem for sythetic tests, give me two weeks and I can write a Trident shell that passes the Acid 3 test, but not any more standards compliant than IE.

Time to put your money where your mouth is, In 2 weeks I want to see you get IE passing Acid3.

Go ahead :) Not that I doubt you, but...
Time to put your money where your mouth is, In 2 weeks I want to see you get IE passing Acid3.

I'd love to, unfortunately I'm currently working my tail off building two large websites at once and my boss is constantly driving me to get them done by May, so I don't have the two weeks' time to work on this. Of course if you can really put in some $$$ to my money then maybe I can get some time on this otherwise pointless "project" ;)

btw I never said I can get IE pass Acid3, I'm not the IE chief in M$, I said I can make a Trident shell to pass Acid3. It's quite easy, you just retrieve the Acid3 html into a string, change parts of it that Trident can't handle into what Trident can run to produce the same results, and then feed it into the mshtml or just use the WebBrowser control. Basically an "emulator" of sorts that translates Acid3 codes into Trident codes, I've done similar applications before. Currently I don't have time to work full-time on it, but I may make a C# shell to pass over 20/100 in Acid3 with Trident this weekend, IF I can get some free time this weekend, just to prove I'm not bluffing.

Of course if I want to take the easy way out, I can always just retrieve the html, and checks if it's the Acid3, and then feed the WebBrowser control some pre-made html that will produce the reference result. That should take less than two hours, but I'll refrain from doing that :p

PS: now I've taken a better look at the Acid3 source, it seems I've overestimated its complexity. It won't require even one week to make a Trident shell that translates Acid3 specific codes into "M$-compliant" ones if I can work on it fulltime. But for now, back to ASP.NET and Flex coding :pinch:

...

btw I never said I can get IE pass Acid3, I'm not the IE chief in M$, I said I can make a Trident shell to pass Acid3. It's quite easy, you just retrieve the Acid3 html into a string, change parts of it that Trident can't handle into what Trident can run to produce the same results, and then feed it into the mshtml or just use the WebBrowser control. Basically an "emulator" of sorts that translates Acid3 codes into Trident codes

...

So you'd break the test until it's in a state where it doesn't actually test anything?

So you'd break the test until it's in a state where it doesn't actually test anything?

It's not exactly "breaking the test", just translating the acid3 codes into what the IE can do to produce the proper results. Unless you think emulators like qemu and ZSNES "break" the Linux applications and SNES games to make them run in a "shell" in windows, it's not "breaking the test". Theoretically, a full "W3C emulator" can be built as a shell for Trident so every HTML will show correctly in this Trident shell as what they should show in a fully W3C compliant render engine, but that'd be a lot more work. To pass Acid3 test, only those acid3 specific situations needs to be handled, that's exactly what I mean by the limitation of synthetic tests ;)

Man, those are some nicely organized bookmarks.

My bookmarks end up looking like my desk, scattered without any order.

:laugh: Thanks....I've always got a half dozen or so on the desktop too that I've dragged there temporarily.

Man, those are some nicely organized bookmarks.

My bookmarks end up looking like my desk, scattered without any order.

Yes. That happens to me aswell. I cannot get myself to organize the tons of bookmarks I have.

I wish there was a program who would pick up words from bookmarks and sort it according to that!

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • BleachBit 6.0.1 Beta by Razvan Serea When your computer is getting full, BleachBit quickly frees disk space. When your information is only your business, BleachBit guards your privacy. With BleachBit you can free cache, delete cookies, clear Internet history, shred temporary files, delete logs, and discard junk you didn't know was there. Designed for Linux and Windows systems, it wipes clean thousands of applications including Firefox, Microsoft Edge, Google Chrome, Opera, Safari, and more. Beyond simply deleting files, BleachBit includes advanced features such as shredding files to prevent recovery, wiping free disk space to hide traces of files deleted by other applications, and vacuuming Firefox to make it faster. Better than free, BleachBit is open source. BleachBit has many useful features: Delete your private files so completely that "even God can't read them" according to South Carolina Representative Trey Gowdy. Simple operation: read the descriptions, check the boxes you want, click preview, and click delete. Multi-platform: Linux and Windows Free of charge and no money trail Free to share, learn, and modify (open source) No adware, spyware, malware, browser toolbars, or "value-added software" Translated to 64 languages besides American English Shred files to hide their contents and prevent data recovery Shred any file (such as a spreadsheet on your desktop) Overwrite free disk space to hide previously deleted files Portable app for Windows: run without installation Command line interface for scripting and automation CleanerML allows anyone to write a new cleaner using XML Automatically import and update winapp2.ini cleaner files (a separate download) giving Windows users access to 2500+ additional cleaners Frequent software updates with new features Going beyond standard deletion of files, BleachBit has several advanced cleaners: Clear the memory and swap on Linux Delete broken shortcuts on Linux Delete the Firefox URL history without deleting the whole file—with optional shredding Delete Linux localizations: delete languages you don't use. More powerful than localepurge and available on more Linux distributions. Clean APT for Debian, Ubuntu, Kubuntu, Xubuntu, and Linux Mint Find widely-scattered junk such as Thumbs.db and .DS_Store files. Execute yum clean for CentOS, Fedora, and Red Hat to remove cached package data Delete Windows registry keys—often where MRU (most recently used) lists are stored Delete the OpenOffice.org recent documents list without deleting the whole Common.xcu file Overwrite free disk space to hide previously files Vacuum Firefox, Google Chrome, Liferea, Thunderbird, and Yum databases: shrink files without removing data to save space and improve speed Surgically remove private information from .ini and JSON configuration files and SQLite3 databases without deleting the whole file Overwrite data in SQLite3 before deleting it to prevent recovery (optional) BleachBit 6.0.1 Beta release notes: BleachBit 6.0.1 beta is now available for testing. This maintenance-focused release includes bug fixes, updated translations, and a range of safe enhancements. This release fixes a Windows security issue that could allow arbitrary file deletion during privileged cleaning (reported by Zeze with TeamT5). It also adds new cleaners (including a DNS cache cleaner, Claude Code, and Visual Studio Code forks), support for multiple Chrome and Edge profiles, new deep scan options for developer directories like node_modules and venv, and safer, faster file shredding. All Platforms Added cleaners for Claude Code, DNS cache, and many Visual Studio Code forks. Added support for multiple Chrome and Edge profiles. Chrome can now clean downloaded AI models. Deep Scan can optionally remove venv, __pycache__, node_modules, and .angular directories. Deep Scan is faster by skipping directories on the keep list. File shredding is safer, faster, and leaves fewer recoverable traces. Improved handling of cookies, symlinks, Unicode filenames, external processes, and configuration files. Improved Expert Mode warnings and long warning dialogs. Fixed crashes related to cleaner detection, invalid Unicode, and malformed cleaner data. Clipboard is now cleared automatically after shredding files via paste operations. Linux Added AppImage support. Added cleaners for Visual Studio Code, Codeium, Librewolf (.deb), Transmission (Flatpak), and Profanity. Improved Linux trash detection, including Snap-installed applications and mounted drives. Fixed Wayland root CLI issues and several Snap-related problems. Improved package dependencies, AppStream metadata, and desktop file handling. Fixed startup crashes when Python Requests is unavailable. Windows Fixed a security vulnerability that could allow arbitrary file deletion when cleaning with elevated privileges. Added %WindowsSystem% variable support. Improved clipboard clearing using native Windows APIs. Improved installer experience on unsupported Windows versions. Reduced installer size and improved application robustness. Fixed Unicode handling, filename anonymization, Git revision reporting, and splash screen stability. [full release notes] Download: BleachBit 6.0 | Portable | ~20.0 MB (Open Source) View: BleachBit Home page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • DriversCloud 12.1.6 by Razvan Serea With DriversCloud (formerly My-Config.com), you can explore your computer easily, safely and free. The application quickly scans your PC and identifies the hardware and software components. DriversCloud then establishes a list of the different drivers compatible with your OS and hardware. Download the drivers needed for the proper functioning of your computer. To detect your drivers, DriversCloud also displays a detailed summary of your hardware and software configuration, analyzes your BSOD, monitors in real-time your PC voltages and temperatures and lets you share your configuration online. Once the hardware components have been detected, you will be able to obtain with just a few clicks the latest drivers corresponding to the identified hardware. You can record your configuration on the site for free, and can get the corresponding URL to post the configuration to technical forums, e-mail and social networks. You can also download the detection result (the configuration) as a PDF file. To protect the user's privacy and data confidentiality, a 4-level confidentiality system was created that filters the XML marks and gives control to the user. The default level can be modified in the preferences. Using the maximum level will prevent the user from publishing his configuration and generating a corresponding PDF file. In non-connected mode, each XML configuration is stored on the server for one day (for practical reasons). However, you are given the opportunity to manually delete it. Created in 2004, and continually improved, My-Config.com has established itself on the web as a free service to PC users running Windows and Linux operating systems. The service is designed to work with the most common Internet browsers (Edge, Firefox, Chrome, Safari). Download: DriversCloud 64-bit | 20.0 MB (Freeware) Download: DriversCloud 32-bit | 18.9 MB Link: DriversCloud Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Month Later
      AndreaB earned a badge
      One Month Later
    • One Month Later
      agatameier earned a badge
      One Month Later
    • Week One Done
      agatameier earned a badge
      Week One Done
    • Week One Done
      ssd21345 earned a badge
      Week One Done
    • Contributor
      MarkHughes4096 went up a rank
      Contributor
  • Popular Contributors

    1. 1
      +primortal
      516
    2. 2
      +Edouard
      189
    3. 3
      PsYcHoKiLLa
      148
    4. 4
      ATLien_0
      96
    5. 5
      Steven P.
      76
  • Tell a friend

    Love Neowin? Tell a friend!