Jul 25, 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. Naming Web Page Files
    Which way you like- MyPage.html or my-page.html or my_page.html (5)
  2. Can't Read E-mail
    (0)
    Hello everyone, Thus, I have a problem with reading email messages.When click on''Go to my
    inbox''can't browser is open, writes to me''Do not send''... Had a
    similar or this issue, there is a right applications or something so I could enter into inbox ..
    Thanks in advance everyone. /unsure.gif" style="vertical-align:middle" emoid=":unsure:" border="0"
    alt="unsure.gif" />....
  3. Add Flashing Inbox To Invisionfree Forum
    Html code for invsiionfree!! (0)
    Do you find it annoying when you are on your invisionfree forum, and you get a new message, and it
    ends up taking you 5 minutes to notice? This code makes the inbox link flash bold red saying how
    many messages you have. In version 1 the word inbox stays the same, and doesnt change at all (for
    Example this is flashing: Inbox (2) In version 2 (the second code) the word inbox changes to
    messages (constantly, so that if you have none, it says messages (0) instead of inbox (0). It still
    flashes Red Put the following In the Header and Body Section (Admin Cp>>>Skinning ....
  4. Free Web Hosting Application [screened] [approved]
    by miikerocks: request for site (PLEASE READ) (6)
    PRESENT CREDITS : Forum Username : miikerocks Email Address: mike_simpson_@hotmail.com My
    Desired Trap17 SUBdomain Name is: www.FreeLoads.org Introduce Yourself: Your hobbies, interests,
    talents, etc. Let the forum know you better. • For hobbies I like to be nice to people,
    well help people out. I like to go on the computer, and one of the things I LOVE is to make
    websites. Ever since grade 3 I have been searching and searching for a way to make a .com for free,
    now I find you guys. THANK YOU SOOOO MUCH!!! I have talents and interests in sport....
  5. Cpanel Raw Acess Log
    how to read them (1)
    US; rv:1.8.1.15) Gecko/20080623 Firefox/2.0.0.15" 194.8.75.239 - - "GET /si/news.php?view=4
    HTTP/1.0" 200 5175 "http://sonesayi.com/si/news.php?view=4" "Mozilla/5.0 (Windows; U; Windows NT
    5.0; en-US; rv:1.8a) Gecko/20040416 Firefox/0.8.0+" 194.8.75.239 - - "POST /si/news.php?view=4
    HTTP/1.0" 200 5175 "http://sonesayi.com/si/news.php?view=4" "Mozilla/5.0 (Windows; U; Windows NT
    5.0; en-US; rv:1.8a) Gecko/20040416 Firefox/0.8.0+" This is just 2 lines of the log I downloaded
    for my site. First off how do I tell what time zone is it in and is there a way to change i....
  6. Flash Media Into Html/css Website
    does anyone know how to import a flash into a webpage with transparenc (1)
    Hi I need some help , Im designing this website for school studies However, I made a flash drop down
    menu, works perfectly, but you know how flash has a background when you export it in to a SWF file?
    For example my flash is width= 800, and height = 200 but my div box on my html page for my
    navigation is only 50 px my buttons is width of 50px and the rest of the content is the drop down
    animations i want to insert it into my navigation div box but i want to set the flash background to
    transparent so that when the drop down menu comes down it overlaps the text or whateva....
  7. Ftp Access Has Stopped Working All Of A Sudden [resolved]
    read (5)
    heres the login information i use add : ftp.sub-domain.qupis.com user: my username pass: my pass
    port: 21 i already opened a ticket and it seem pending at the moment but does anybody know a
    solution... im already having problems with php files. im getting a password error but i can open
    my account via web easily....
  8. Learn Html, Css, C And C++ Online For Free
    Wanna learn to write programs and/or make websites? You can do it fre (12)
    Have you ever used an application or played a game and thought, "If you could only..." or "If I knew
    how I would add..." but didn't know where to start? I did and decided to do a lil research. I
    came across a site with great tutorials. There are many ranging from beginner all the way to
    advanced. After each tutorial there is a test to practice what you just learned. I dunno if I am
    allowed to post the url to these sites here due to spam filters but I will say that if you search
    for "c programming" in any major search engine it should be the first link (after the....
  9. Html Form!
    Using MySQL?! (4)
    Hey, I need your help again! I need some good working tutorial how I can update my SQL through
    HTML form. I did use some tutorials online found with the help of google; but they do not work
    properly; I mean there are still small mistakes. I need to have a good tutorial to follow. It
    should be based on security and more things. It has to be done in proper way.......
  10. Hackers Hijack A Half-million Sites: Phpbb Forum Users Must Read
    (8)
    Since January, hackers have hit hit over 500,000 website, with everything you could possible
    imagine; viruses, trojans, malware etc etc. As for the types of websites, sadly to say, these
    websites who are getting hit are running PHPBB forum and the worse part is htey don't mention
    which version of the phpbb forums are getting hack. So it is safe to say any version below 3.0 is
    hackable and maybe even 3.0 itself. As for some of the stuff that is being transmitted are old and
    new, but one trojan has been identified and it is the Zlob Trojan or rather variations to th....
  11. Has Anybody Tried Ms Expression Web Html Editor
    It's much better than Frontpage (3)
    I was desperate to finish a site I was designing after I lost my hard drive and my software. I
    downloaded Expression Web from the Microsoft site for a 3 month free trial, and guess what? It's
    surprisingly good! Nothing like that crappy frontpage, it's standards compliant and very
    good for writing CSS. Haven't heard anybody mention the program and wondering if anybody else
    has tried it out. It's free to try from the MS site.....
  12. Can You Read In Your Dreams?
    Another hidden talent discussed here? (24)
    Okay so the topic is pretty straight forward. "Can you read in your dreams?" So what brings this
    topic up? I heard recently that when you are asleep and in dream land, that it is supposed to be
    impossible for you to actually read anything intelligible ( like signs or instructions). It has
    something to do with the different parts of the brain and how they are functioning when you hit
    sleep mode. Anyways I found this really confusing because part of my problems in figuring out
    whether I am asleep or awake sometimes is that I can read in my sleep and it's regular words....
  13. Where Is There A Good Site To Learn Web Html?
    (18)
    im a noob when it comes to web html to design web sites, can some one tell me where to find a good
    website that has good tutorials on how to use web html?....
  14. Html Code Tester. Online Script
    (15)
    Yes, yes. I have another script that I have written and I am distributing. I am not entirely sure if
    this works. I have not tested it yet, but I will later and post back with a demo and fix it up.
    Current script: CODE <?php //Save this as something like htmltest.php function
    CheckForm() { $html_unsafe=$_POST['code']; //Gives us our user
    input $html_safe=str_replace("<?php"," ",$html_unsafe);
    //Starts security measures $html_safe=str_replace("?>","
    ",$html_sa....
  15. Help! Php Or Just Html?
    i want to start buliding my website. which is better, php or basic htm (13)
    i try to start this topic in webhost category but it seems like i cant. i dont have the permission
    so i just post my topic here. im sorry mod.. i want to build a website which contains: - Links to
    videos - Informations - photos - flash i don't know if i should use php or just HTML. guys,
    what are your opinions..??....
  16. Free Wap! Omg!
    Yep! Read for more details (4)
    This isn't that new, but there is a way for people to get free WAP these days. This is
    accomplished by using a proxy, and it works for me and my friends. WAP is basically the internet
    browser , and nothing else. So don't get excited with texts and VCAST because its just not that.
    Heres the "catch" -Uses your Minutes! Peak Times -You can use it all weekend/nights without
    getting fined. -Its absolutely free -Just register and edit your phone and your done!
    http://www.zaksenterprises.com/ Just remember to register for a free WAP! Read over all t....
  17. Learn Html Quick And Easy
    HTML, javascript, and CSS (14)
    well eversince i got interested in web desighn i've looked for tutorials but they where not that
    helpfull and uderstanderble but there where two web sites that i liked 1. my favorite one was
    htmldog it had tutorials on HTML, CSS, and a little bit of javascript. they where very
    comprehenseve . and i read through all of them, understoode them, in about less than a week. also
    has full references for HTML, and CSS tags. 2.since html dog did not provide realy good javascript
    tutorial i looked to w3school for that while it wasnt very understandable too me, maybe it....
  18. Who Is The Best Writer Did You Ever Read And His Or Her Book
    (10)
    i read lots of books but i cant forget MARIO PUZO THE GODFATHER. this is very serious book that
    read. the second book is DAN BROWN's DAVINCI CODE. the third one is JACK LONDON WHITE TOOTH........
  19. Read File (.txt) On Another Website Using Jsp?
    (3)
    in my jsp program,i need to read a file (.txt) on another website,how can i do this? thanks a lot.
    shorten title ....
  20. Adding Rows & Columns In Html Table Using Javascript
    (1)
    I'm trying to create a website with a form that collects some user information to store in MySQL
    database. However, I've a problem when I want to dynamically add new rows and columns in the
    HTML table so that the user can add more information in the dynamically added textboxes. Here's
    what I have: CODE                  <table border="0" width="90%"
    align="center" id="itemsTable">                   <tr>
                       <td width="20%">                     Quantity                   
    <....
  21. Html Tag For A Code Box
    Where You Put HTML Code For Your Users (4)
    Well I have seen it all over the web. Lots of sites have code boxes so you can promote them or they
    show you a code you can use for javascript and stuff like that. I would like to know the HTML code
    for those boxes. Thanks in advance for your help.....
  22. Have You Read The Rules?
    TOS, privacy policy, hosting rules... (27)
    Dear hosted members, We have noticed that many members are knowingly or unknowingly breaking some
    basic rules of posting and hosting at T17. This has resulted in a lot of spam posts which in turn
    lead to more unnecessary work for moderators and admins, 'defacement' of the foums and
    sometimes even banning of the concerned member. The rules are there and you are also there. But
    have you read them? Usually, if you have read the rules and understood them, it is not expected
    that you break them voluntarily. This however can be expected of some unscrupulous eleme....
  23. The Best And Free Website/html Editors + Text Editors
    A good collection! Check it out. (48)
    Here they are, the best html editors. Just pick one because they are all free, or choose one of the
    ones i most recommend. WebCore Designer 2005 http://www.mpsoftware.dk/webcoredesigner.php
    HTMLGate Free http://www.mpsoftware.dk/htmlgate.php Ma Page Web http://www.aldweb.com
    MAX's HTML Beauty++ 2004 http://www.htmlbeauty.com WebWorks http://w1.213.telia.com
    PageBuilder HTML Editor http://www.tafweb.com Website Mentor http://www.dark-street.com
    Cascade DTP http://www.price-media.demon.co.uk BPlainPro http://home5.swipnet.se/~w-52253/hy....
  24. Read-only Folders In Xp
    Can't change Read-Only attribute in XP (11)
    Hi, I am working with a firma. We use WinCvs which is a software similar to perforce. I downloaded
    the developement to C: (eg. c:/development) The folder c:/development and the folders under it have
    Read-Only permisions. I need to remove that restriction. I press right-button, i unchecked the
    read-only check-box and i apply to this folder and folders under it. Whe it finisehd i click ok. Whe
    i press the right button again i discovered that the folder has still the read-only attribute. So it
    seems nothing changed. something similar happen to you? How can i uncheck the ....
  25. Im Making A Mmorpg >>
    Have a read... (11)
    can you give your ideas for my new game. if you want to help me even more then send me a private
    message Thanks Tyjotr __________________________________________________ HybridHero - the new 3d
    MMORPG (coming soon)....
  26. **** Read Before You Post! ****
    THIS MAY AFFECT YOUR HOSTING CREDITS (47)
    These rules were re-written by Dooga THESE RULES ARE IMPORTANT! FAILING TO READ THESE NOTES
    WILL RESULT IN YOUR HOSTING CREDITS TO BE DEDUCTED! This forum is a forum to post tutorials
    that YOU have written. You are NOT allowed to post a tutorial copied from another site,
    regardless of any reference you make! (However, you may PARAPHRASE it with correct
    referencing). Your tutorial is going to be moderated (that means, anything you post won't be
    viewable until a moderator has accepted it). Do not re-post your tutorials if they don't show
    up&....
  27. Does Anyone Know Where I Can Get A Free Html Maker
    (13)
    I was curious. There is a program clled dreamweaver which does what I want but it cost to much.....
  28. where did you learn html from?
    (84)
    HI, i am intresting in knowing where you began learning html of what inspired you to start learning
    html. which programs did you use or which progs dyu use?....
  29. Beside novel or friction, what do you read?
    Wonder what books trap17 people read. (5)
    Anyone read sth like "The Goal", SuZe Orman's books, or cook book?....
  30. Last Book You Read?
    (190)
    What was the last book you read? me was "Out of Avalon" the book had different stories about Avalon.
    Before, After, During King Arthur's Lifetime....

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

Searching Video's for html, 5, draft, report, released, read, html, 4
Similar
Naming Web
Page Files -
Which way
you like-
MyPage.html
or
my-page.html
or
my_page.html
Can't
Read E-mail
Add Flashing
Inbox To
Invisionfree
Forum - Html
code for
invsiionfree
!!
Free Web
Hosting
Application
[screened]
[approved] -
by
miikerocks:
request for
site (PLEASE
READ)
Cpanel Raw
Acess Log -
how to read
them
Flash Media
Into
Html/css
Website -
does anyone
know how to
import a
flash into a
webpage with
transparenc
Ftp Access
Has Stopped
Working All
Of A Sudden
[resolved] -
read
Learn Html,
Css, C And
C++ Online
For Free -
Wanna learn
to write
programs
and/or make
websites?
You can do
it fre
Html
Form! -
Using
MySQL?!
Hackers
Hijack A
Half-million
Sites: Phpbb
Forum Users
Must Read
Has Anybody
Tried Ms
Expression
Web Html
Editor -
It's
much better
than
Frontpage
Can You Read
In Your
Dreams? -
Another
hidden
talent
discussed
here?
Where Is
There A Good
Site To
Learn Web
Html?
Html Code
Tester.
Online
Script
Help!
Php Or Just
Html? - i
want to
start
buliding my
website.
which is
better, php
or basic htm
Free
Wap!
Omg! -
Yep!
Read for
more details
Learn Html
Quick And
Easy - HTML,
javascript,
and CSS
Who Is The
Best Writer
Did You Ever
Read And His
Or Her Book
Read File
(.txt) On
Another
Website
Using Jsp?
Adding Rows
&
Columns In
Html Table
Using
Javascript
Html Tag For
A Code Box -
Where You
Put HTML
Code For
Your Users
Have You
Read The
Rules? -
TOS, privacy
policy,
hosting
rules...
The Best And
Free
Website/html
Editors +
Text Editors
- A good
collection&#
33; Check it
out.
Read-only
Folders In
Xp -
Can't
change
Read-Only
attribute in
XP
Im Making A
Mmorpg
>> -
Have a
read...
**** Read
Before You
Post!
**** - THIS
MAY AFFECT
YOUR HOSTING
CREDITS
Does Anyone
Know Where I
Can Get A
Free Html
Maker
where did
you learn
html from?
Beside novel
or friction,
what do you
read? -
Wonder what
books trap17
people read.
Last Book
You Read?
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