- From: Johannes Koch <johannes.koch@fit.fraunhofer.de>
- Date: Wed, 05 Mar 2008 12:55:58 +0100
- To: public-wai-ert@w3.org
Hi Carlos Carlos Iglesias schrieb: > I don't know where are you going with this or what is your use case, but my understanding is the following: > > At http://example.org/frames.html you have: > > ... > <frameset ROWS="20%,*,20%"> > <frame src="frm1.html" title="Title1" id="one" /> > <frame src="frm2.html" title="Title2" id="two" /> > <frame src="frm3.html" title="Title3" id="three" /> > <noframes> > <p><a href="whatever.html">Whatever</a></p> > </noframes> > </frameset> > ... > > At http://example.org/frm1.html, http://example.org/frm2.html and http://example.org/frm3.html you have whatever html. > > Then, at the results level you can have: > > <earl:Assertion rdf:ID="assertion1"> > <earl:assertedBy rdf:resource="#assertor"/> > <earl:result rdf:resource="#failure"/> > <earl:test rdf:resource="#badtitles"/> > <earl:subject rdf:resource="http://example.org/frames.html"/> > </earl:Assertion> > > Or > > <earl:Assertion rdf:ID="assertion2"> > <earl:assertedBy rdf:resource="#assertor"/> > <earl:result rdf:resource="#ok"/> > <earl:test rdf:resource="#whatever"/> > <earl:subject rdf:resource="http://example.org/frm1.html"/> > </earl:Assertion> > > Or > > <earl:Assertion rdf:ID="assertion3"> > <earl:assertedBy rdf:resource="#assertor"/> > <earl:result rdf:resource="#failure"/> > <earl:test rdf:resource="#whatever"/> > <earl:subject rdf:resource="http://example.org/frm2.html"/> > </earl:Assertion> Yes, this is the initial state. Now consider that some other HTML document is loaded in frame "one". The state is changed. But this cannot be distinguished from the initial state only by referencing http://example.org/frames.html. Again, I don't say that this is in scope of EARL, but you may need something if you want to record results about the changed state of the frameset in EARL. -- Johannes Koch BIKA Web Compliance Center - Fraunhofer FIT Schloss Birlinghoven, D-53757 Sankt Augustin, Germany Phone: +49-2241-142628 Fax: +49-2241-142065
Received on Wednesday, 5 March 2008 11:56:20 UTC