These forums are currently read-only due to receiving more spam than actual discussion. Sorry.

It is currently Sat Dec 02, 2017 4:21 pm Advanced search

Fiks.html: HTML 5 graceful degradation

Here you can discuss things related to HTML and the Web in general that do not fit in to other categories.

Fiks.html: HTML 5 graceful degradation

Postby lyosha » Tue Aug 26, 2008 10:49 pm

I'm working on a script that will help with graceful degradation of html 5 in current browsers. For now it covers correct displaying of sectioning (eg. <article>,<header>,<section>,etc.) and text-level elements (eg. <mark>) in Firefox 2.0- and IE6/7. I also plan on targeting Opera 9+, Firefox 3+, Konqueror 4+, and Safari 3.1+ for fixing other display issues, such as <figure><legend>. I will not support browsers which require a total reparsing and tree rebuilding of the DOM to fix things such as Konqueror 3.5-. The name stands for the first letter of all the major browsers except Opera, btw.

Here's the SF page: https://sourceforge.net/projects/fikshtml/
SVN repo: http://fikshtml.svn.sourceforge.net/viewvc/fikshtml/
lyosha
<h3>
 
Posts: 60
Joined: Fri Aug 22, 2008 9:26 pm

Postby Rob » Mon Jan 26, 2009 12:19 pm

This is helpful. Hope to see you continue working on this. Thanks.
Rob
<h6>
 
Posts: 2
Joined: Mon Jan 26, 2009 11:25 am

Postby lyosha » Tue Jan 27, 2009 9:00 pm

Thanks for the comment. I haven't had time to add to it yet, but I will be making a tiny update to it soon.

The only thing I changed was the last line of the JS (for faster fixing on Firefox 2):
Code: Select all
  window.addEventListener('load', fiks_html_fx, false);

becomes:
Code: Select all
  window.addEventListener('DOMContentLoaded', fiks_html_fx, false);


I have still to get to work on <figure><legend>, that's next on my list.
lyosha
<h3>
 
Posts: 60
Joined: Fri Aug 22, 2008 9:26 pm


Return to General Discussion

Who is online

Users browsing this forum: No registered users and 1 guest