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

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

Test Pages to identify what's implemented in browsers

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

Test Pages to identify what's implemented in browsers

Postby Mike Gale » Fri Feb 20, 2009 6:52 am

I'm interested in seeing what features are implemented in different browsers.

What are the links to pages that will enable me to get a quick check of that?
Mike Gale
<h6>
 
Posts: 6
Joined: Fri Feb 20, 2009 6:31 am

Postby mskinner » Fri Feb 20, 2009 2:13 pm

mskinner
<h2>
 
Posts: 116
Joined: Sun Jun 24, 2007 12:20 am
Location: Melbourne, Australia

Postby Mike Gale » Fri Feb 20, 2009 11:43 pm

Thanks for that but it's not what I'm after.

What I would like is a link to a fairly thorough XHTML5 test page that illustrates features realistically used. Then I can see how it looks in different browsers.
Mike Gale
<h6>
 
Posts: 6
Joined: Fri Feb 20, 2009 6:31 am

Postby mskinner » Sat Feb 21, 2009 12:34 am

http://wiki.whatwg.org/wiki/FAQ explains that there isn't really a test suite yet, and that it's still early days.

Some people have created simple test pages that test a few HTML5 elements, but these aren't exhaustive tests. (Which would be hard with a draft status.)
http://www.google.com/search?rls=en&q=html5+test+page+suite

If there is a compelling reason for you to use XHTML5, you might need to make your own test page to test the XHTML5 elements that you are interested in.
mskinner
<h2>
 
Posts: 116
Joined: Sun Jun 24, 2007 12:20 am
Location: Melbourne, Australia

Postby Mike Gale » Sat Feb 21, 2009 1:45 am

Thanks for that search string. I think suite is the magic word that delivers useful content.

I found the sort of things I was expecting in a set of MS test pages for DOM storage and xdm. These greatly exceed the development I'd expected and my IE8-RC1 on a virtual machine indicates that it's real in at least that browser.

I hadn't dared to hope for the storage and xdm to be implemented yet, so was looking at some other elements which potentially offer me a way to do things that the current versions of x/html actively prevent.

I'm looking at what might be possible in a realistic time frame (2022 is too far away for me). I wouldn't have been surprised if I decided to simply forget x/html 5 for a few years. Having checked those tests there is an outside chance, for specialised audiences, that some of this stuff may be usable a lot sooner.

I couldn't find tests for what I'm interested in. I also don't have a list of the specification bits that are currently ready enough to implement. When I have the time I think I'll be forced to write my own tests but I hold out more hope than I did an hour ago.
Mike Gale
<h6>
 
Posts: 6
Joined: Fri Feb 20, 2009 6:31 am

Postby zcorpan » Sat Feb 21, 2009 9:58 am

Mike Gale wrote:I also don't have a list of the specification bits that are currently ready enough to implement.
Look at the WHATWG version of the HTML5 spec, it has annotations in the margins about the stability of each section, which browsers have implemented what, and some even link to existing test cases.

Mike Gale wrote:When I have the time I think I'll be forced to write my own tests
That would be really useful -- please write tests for parts that you're interested in! :)
zcorpan
<article>
 
Posts: 807
Joined: Tue Feb 06, 2007 8:29 pm
Location: Sweden

Postby Mike Gale » Sat Feb 21, 2009 11:33 pm

Thanks for that.

The annotations in the margin don't tie in with what I see in the browsers. For some elements that I am interested in there are no marginal notes.

The one I saw with implementation details was (I think) head.

Yes I've created my own private test pages and started comparing browsers. These include the programmatic things (as tested by that MS test suite). Unsurprisingly IE8 pases the dom storage and xdm tests. FF also seems to pass those xdm tests.

For the focus of my interest meter and time, I didn't notice implementation of meter (which suggests a representation in the UI).

(I'm not using meter for the purpose in it's description, but I can re-define it's parameters in a way that suits my puposes.)

For the special div elements (header, footer, menu, aside...) there seem to be several implementations though I didn't notice that in the marginal notes.
Mike Gale
<h6>
 
Posts: 6
Joined: Fri Feb 20, 2009 6:31 am

Postby zcorpan » Mon Feb 23, 2009 9:23 am

Mike Gale wrote:Thanks for that.

The annotations in the margin don't tie in with what I see in the browsers. For some elements that I am interested in there are no marginal notes.

The one I saw with implementation details was (I think) head.
You're right, the elements were poorly annotated. I've gone through the spec now and annotated things.

Mike Gale wrote:Yes I've created my own private test pages and started comparing browsers.
Could you make your tests public? Test cases are always good to have. :)
Mike Gale wrote:These include the programmatic things (as tested by that MS test suite). Unsurprisingly IE8 pases the dom storage and xdm tests. FF also seems to pass those xdm tests.

For the focus of my interest meter and time, I didn't notice implementation of meter (which suggests a representation in the UI).
meter and time are not implemented yet.

Mike Gale wrote:(I'm not using meter for the purpose in it's description, but I can re-define it's parameters in a way that suits my puposes.)
What are you using it for?

Mike Gale wrote:For the special div elements (header, footer, menu, aside...) there seem to be several implementations though I didn't notice that in the marginal notes.
Which implementations are you referring to? Those you listed are not implemented in IE, Gecko, WebKit or Opera, AFAIK. (Well, menu is implemented to the extent it was specified in HTML 3.2 but nothing new from HTML5 is supported.)
zcorpan
<article>
 
Posts: 807
Joined: Tue Feb 06, 2007 8:29 pm
Location: Sweden

Postby Pacoup » Tue Feb 24, 2009 9:38 pm

Off-topic, but related, you have this for CSS.
See http://www.css3.info/
User avatar
Pacoup
<h5>
 
Posts: 12
Joined: Mon Aug 18, 2008 2:20 pm
Location: Canada, Ontario, Ottawa

Postby Mike Gale » Tue Feb 24, 2009 11:41 pm

Thanks for updating the annotations.

It's worth noting that on some screens it's hard to see the symbols. They are very faded. Mouse over lets you see the text which is very useful. (Some of the grades of implementation are indistinguishable and all but invisible on my monitor.)

I'm not familiar with the Shims browser and didn't find any detail about it.

The WhatWG page errors in IE7. I viewed with Chrome.

My private test pages are too rough to release.

You're right about those implementation details (nav, aside, header...). I naively used a test page I found. It was made more believable by the existing work on menu.

I'm using meter to represent data where the value has a range. In other words value is expressed as valueLo, valueExpected and valueHi. For that I can use the Low, Value and High attributes. (Conceptually the Low and High are part of the "gauge background" as opposed to the value so visual representations (should we get any) may be misleading.)

I've been representing such things with other mechanisms for a long time. I never expected to get a way to express these in widely available markup so it's a great advance for me. (I anticipate using it from code so a visual representation is less important.)

(Many values in the real world are actually like that. The mathematics we are taught and that is in our computers doesn't acknowledge this. (Not too surprising, the maths resulting from it is more work!) Consequently most people are not consciously aware that the point values we talk about every day can be a fiction.)

It would be cool if valueLo and valueHi were also there but I don't really expect to get that.
Last edited by Mike Gale on Tue May 26, 2009 6:03 am, edited 1 time in total.
Mike Gale
<h6>
 
Posts: 6
Joined: Fri Feb 20, 2009 6:31 am

Postby Mike Gale » Tue Feb 24, 2009 11:44 pm

A thought.

Those annotations are a very good snapshot. (provide users can see the detail)

A summary page with feature and implementation summary next too it would be a very powerful way to check implementation status.
Mike Gale
<h6>
 
Posts: 6
Joined: Fri Feb 20, 2009 6:31 am

Postby DanMan » Wed Apr 15, 2009 6:05 pm

I like this website a lot: http://a.deveria.com/caniuse/
DanMan
<h6>
 
Posts: 5
Joined: Wed Apr 15, 2009 3:04 pm
Location: Germany

Postby rekk1986 » Mon Jan 11, 2010 6:36 am

Oh, each browser has their own features, so when it displays the implements of code, there has actually been different display, but a little
rekk1986
<h6>
 
Posts: 5
Joined: Wed Jan 06, 2010 1:33 am

thanx

Postby AmandaSmith » Wed Jan 27, 2010 7:58 am

Thanx for the info....
AmandaSmith
<h6>
 
Posts: 1
Joined: Wed Jan 27, 2010 7:55 am
Location: London

Postby ashantycapre » Fri Jul 09, 2010 7:11 am

hI Guyzzz!!!
Greetings.
I love to see those who are in these forum.May you have fun in it.
Thanks for that search string. I think suite is the magic word that delivers useful content.

I found the sort of things I was expecting in a set of MS test pages for DOM storage and xdm. These greatly exceed the development I'd expected and my IE8-RC1 on a virtual machine indicates that it's real in at least that browser.

I hadn't dared to hope for the storage and xdm to be implemented yet, so was looking at some other elements which potentially offer me a way to do things that the current versions of x/html actively prevent.
ashantycapre
<h6>
 
Posts: 1
Joined: Fri Jul 09, 2010 7:07 am


Return to General Discussion

Who is online

Users browsing this forum: No registered users and 2 guests