May 16, 2008

Html 5 Draft Report Released - Read the changes from html 4 here

Free Web Hosting, No Ads > The Real World > HOT NEWS!! [ FIR ] ( First Information Report )
Pages: 1, 2

free web hosting

Html 5 Draft Report Released - Read the changes from html 4 here

jlhaslip
Link: http://www.w3.org/TR/2008/WD-html5-diff-20080122/

I have just read it once, so I don't have an opinion to state, but the W3C has released the Draft Version of the HTML 5 Working Group.
Apparently, it will remain as a Draft version until at least 2 Browsers actually implement the changes.
The Document above lists the Differences between the html 4 specs and the proposed html 5.

Looks like some interesting stuff, with a <navigation> tag, <section>, etc.

Notice that there is a further separation of Structure and Style as a mess of Table attributes will be no longer supported.

Who will be the first Browser to meet the challenge? Another new Browser war? Stay tuned...

Reply

bthaxor
hmm... interesting.

i am also greatly looking forward to css3... the draft for that can be found here.

css3 includes some interesting new proposals, including a new format for text alignment, and my favourite change: the ability to open a link in a new tab, or if the browser doesn't support that, a new window. this will be the modern, valid equivalent of ' target="_blank" '.

my best guess would be that both html5 and css3 are incorporated into firefox 3 by the time the full version is released, and possibly ie8 (lets also hope that ie8 brings a more web standard-compliant internet explorer dry.gif).

i am eagerly awaiting both these changes.

Reply

rvalkass
Well I can't see anything negative in the new standards. Everything seems far more logical and fitting to how the web is used today, such as the introduction of the various media control elements. The new selection of elements for defining which parts of your page are actual content, which are navigation and things like that is also a great move.

The bad news for users of FrontPage and other poorly-designed HTML creation software, I suppose, is the removal of tags like font (although they say it will still be allowed sad.gif ), center and things like that. Everything that should be done with CSS.

Frames making a well deserved disappearance is also a relief. Now that CSS can easily lay things out in the way most people used frames, and SSI can be used for repeated menus in static pages, there is really no need for frames. Good riddance to bad rubbish tongue.gif

QUOTE
possibly ie8 (lets also hope that ie8 brings a more web standard-compliant internet explorer ).

Dream on...

 

 

 


Reply

sonesay
Thats great that they are trying to improve the standards in web but let us not forget that its also up to the broswer makers to build broswers capable of supporting them. I am pretty sure fire fox will keep their reputation as being the best broswer When new standards come out you can almost bet they will deliver. As for microsoft I doubt they will make IE any much better then it already is now, I dont know what it is about them but maybe its because they make so many wide range of software they dont do so great in certain areas. I'm having a very hard time now trying to make my site work on IE7 but atleast I'm learning what I can and cannot do in it.

Reply

truefusion
QUOTE(jlhaslip @ Feb 3 2008, 01:50 AM) *
Apparently, it will remain as a Draft version until at least 2 Browsers actually implement the changes.

Opera's not that far behind. From what i've seen, Opera has implemented the most HTML5 features out of all the popular browsers. Firefox has implemented some, but not a significant amount; i don't know about IE, doubt it, though; i'm not sure about Konqueror either.

Reply

Saint_Michael
Well IE8 should be able to get CSS1 at 100% and maybe most of CSS2 and parts of CSS3, but of course I don't remember anything on the topic I made awhile back if IE8 was going to be doing any HTML 5 though. Although I wouldn't be surprise if they do a partial graft on IE8 in its release or when they do a SP on it. Of course the thing is though I don't want to relearn html again though, of course if I am remember correctly that HTML 5 is correcting the mistakes of XHTML, but if thats the case is XHTML 2 still in development because its been about 2 years since it was first mentioned though.

little surprise though that more elements were not dropped off because of CSS use, but of course wasn't shocked that frames was not support. Although I remember a post by truefusion that they had set up a way to bring frames back to be more SEO friend, but some of those news ones should be interesting to use like header and foot, its almost like they are getting into some php there for a second.

Reply

tricky77puzzle
I'll be getting Opera soon.

I have Firefox and Konqueror on My KDE, as well as just Firefox on Windows. I haven't seen anyone use HTML5 yet, but 'm sure it will become the standard in a few years.

They finally got rid of the <big> tag. It's redundant because you can't tell the browser exactly how big you want it.

We'll see how it goes...

Reply

sonesay
We can only hope web standards get better. I remember back in early 2003 I did a short course on graphic design and one project was to implement it in html. so the project was to build a webpage nothing fancy. I think i have the site still somewhere in my portfolio I may even look at the code and laugh at myself since I did not know there was even web standards then. I think I only tested it on IE too lol. I'm only starting to understand what web standards are now and its hard to even imagine what it was like back then.

I think the main problem holding us back is the different broswers not all conforming to the web standards. If they all could just agree on a model and stick to it we would be able to advance forward with new technology instead of worrying about what will not work for what broswer. I think right now its the best its ever been and we can only hope it only gets better in the future.

Reply

bthaxor
Well, personally, i believe that Opera and Firefox (and the now late Netscape, which was more or less the same as Firefox) pretty much followed the same standards, despite the fact that Opera is IE-based. At least they have ATTEMPTED to abide by the w3 consortium standards.

IE on the other hand is every web developer's nightmare. i find it ridiculous that i have to make exceptions in my code so that the almighty IE can even view it properly.

In IE8, they had better improve on their standards compliancy (i don't even know is that's a real word, it sounds good wink.gif), because otherwise i have had enough of writing 'if' statements just so that ie can display something like i want it to even though the other browsers seem to have no problem. if IE8 is not web standards compliant, then i will greatly consider the option of simply NOT CARING how my websites turn out in ie. the bottom line: no IE or no website. i will base my website on Firefox, as i usually do (and by the way, this has worked out great for me so far -- my websites have always worked in Opera, Safari and the smaller browsers such as Maxthon), however, i will not bother testing it in IE.

Reply

truefusion
QUOTE(tricky77puzzle @ Feb 4 2008, 04:53 PM) *
They finally got rid of the <big> tag. It's redundant because you can't tell the browser exactly how big you want it.

I'm sure you could with CSS.

QUOTE(bthaxor @ Feb 5 2008, 03:12 AM) *
if IE8 is not web standards compliant, then i will greatly consider the option of simply NOT CARING how my websites turn out in IE.

I stopped caring a long time ago—even before i converted to Linux. biggrin.gif My templates work great in Opera, Firefox and Konqueror; but i build for Opera regardless.

Reply

Latest Entries

DeM0nFiRe
Hmm, this is pretty interesting stuff. I just glanced at the draft relatively quckly, but from what I can tell, if you are already using CSS, alot of this won't have a negative effect. The biggest effect of this will be to those that insist on not learning CSS and doing everything in HTML. XD

Reply

jlhaslip
Found another reference to HTML5 on the W3schools site: http://www.w3schools.com/tags/html5.asp

Lists of the elements/attributes/etc that are new to html5 and also the 'not supported' tags are also listed.

Interesting to note the DOM Events that will be added to HTML5, like 'contenteditable'. Interesting stuff. A blending of javascript and xhtml into a web page. Maybe I'll start learning javascript or Ajax next... likely be handy in HTML5.

Reply

darran
How fast can we actually expect HTML 5.0 to kick in?

I don't think it will be anytime soon, probably a few years down the road. And even so, what is the percentage of websites adhering to it? Browsers have to do lots of work too. FireFox 3 is highly unlikely to be able to support HTML 5.0, it isn't even officially released by W3C yet. Our best bet could be IE8 but I don't know about any plans regading FireFox, Safari and Opera

Reply

jlhaslip
According to this link http://www.w3.org/TR/2008/WD-html5-diff-20...2/#new-elements , the header, Footer, etc tags will be used for structuring a page. Might be useful. Perhaps avoid problems with floats and div placement. header would always be at the top of the page, Footers always at the bottom.

Reply

Forbez
QUOTE(delivi @ Feb 14 2008, 11:47 AM) *
this is really a great news. The HTML 5 draft introduce a bunch of new elements and attributes to existing elements.

The HTML 5 will make the web pages more sensible and the data can be properly categorized as header, content or side bar using the newer elements like <header></header>, <section></section> & <aside></aside>


oooo, nice. Looks intresting. But couldn't you already do all that with a <div> tag?

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2
Similar Topics

Keywords : html, 5, draft, report, released, read, html, 4

  1. Avg 8.0 Free Released
    (1)
  2. *buntu 8.04 Released
    Ubuntu, Kubuntu, Xubuntu and Edubuntu (10)
    The latest releases of Ubuntu , Kubuntu , Xubuntu and Edubuntu came out this afternoon. This
    is a long term support (LTS) release, so should also be adopted by companies needing the security of
    longer support. What is most important to me about this release is that the Kubuntu release is the
    first to include the latest KDE4 desktop environment, along with a CD offering the older KDE 3. KDE4
    looks incredible and brings a lot of advantages over the last release of KDE, and should encourage
    more people to switch to Kubuntu.....
  3. Wordpress 2.5 Released
    (3)
    The latest version of Wordpress is out now with a new UI and a lot more features. the recent
    release is Wordpress 2.5, download it from here the new release includes the following features,
    * Cleaner, faster, less cluttered dashboard * Dashboard Widgets * Multi-file upload with
    progress bar * JPEG : EXIF extraction * Search posts and pages * Tag management * Password
    strength meter * Concurrent editing protection * Few-click plugin upgrades * Friendlier visual
    post editor * Built-in galleries * Salted passwords - impossible to bruteforce * Se....
  4. Ubuntu 7.10 Released
    The newest version of one of the most popular Linux distros (10)
    The latest versions of Ubuntu , Kubuntu , Xubuntu , Edubuntu and Gobuntu - 7.10 Gutsy Gibbon
    - have all been released. New features in Ubuntu include: QUOTE GNOME 2.20 Desktop 3D Effects
    Desktop search Fast user switching Firefox plugins in Ubuntu Dynamic screen configuration Graphical
    configuration tool for X Fully automatic printer installation Handling of non-free device drivers
    NTFS writing Power consumption Encrypted hard disks AppArmor security framework Additional
    installation profiles for Ubuntu Server Profile-based Authentication Configuration Impr....
  5. Paris Hilton Released On Health Issues
    (10)
    Wow this story does not make much sense to me. So first, the judge released her just 4 days after
    she first entered the prison because of "health issues." Seriously? What health issues could Paris
    Hilton possible have? I mean, don't you think it is kind of weird that these miraculous health
    issues didn't keep her out of jail in the first place? And then the judge let her off on house
    arrest. O my, what a horrible punishment. I have to stay in my multimillion dollar mansion for a
    whole month. DARN poor me. THEN, the judge called her back to court and told her she ....
  6. Firefox 2.0.0.2 Released
    A couple of Security Updates in this one. (2)
    Firefox can be up-graded as of Feb 23rd, 2007 to the newest release 2.0.0.2 which includes a few
    minor security fixes. Nothing Major for most Firefox users. One of the Greatest things about
    Firefox is how simple the swap to a new version. Simply uninstall the old version and then install
    the new one. All of your old settings and Bookmarks and extensions/Add-ons are still in effect. You
    barely notice any change in the versions what-so-ever. Everything you need to know (and more) is
    found >> HERE . Including the download link. Have a good day playing with the Fox2.......

    1. Looking for html, 5, draft, report, released, read, html, 4

Searching Video's for html, 5, draft, report, released, read, html, 4
advertisement



Html 5 Draft Report Released - Read the changes from html 4 here



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE