- From: Silvia Pfeiffer <silviapfeiffer1@gmail.com>
- Date: Wed, 15 Sep 2010 11:39:23 +1000
- To: Raphaël Troncy <raphael.troncy@eurecom.fr>
- Cc: Jack Jansen <Jack.Jansen@cwi.nl>, Erik Mannens <erik.mannens@ugent.be>, public-media-fragment@w3.org
- Message-ID: <AANLkTimrD52=ETVqscZvEd6SUdoX4kdi-pO2Pe-A5fUL@mail.gmail.com>
2010/9/14 Raphaël Troncy <raphael.troncy@eurecom.fr> > Dear all, > > > I would be more than happy to follow up on that thread if we agree that >> we don't want to integrate it into our spec. I would suggest though that >> we put a recommendation into our spec, in particular for the browser use >> cases - then get back to the HTML or WHATWG group and continue the >> discussion. >> > > Yes, I also think this is the way to move forward. I have discussed this > during the last Hypertext Coordination Group telecon [1]. One of the > suggestion people made is to find "classes" of possible rendering that could > be detailed. We could then say that e.g. visual agents could render it this > way, while non visual agents could do it differently. > Before making any changes to the spec text at http://www.w3.org/TR/media-frags/#media-fragment-display, can we please have a discussion about the different types of applications that we envisage using media fragment and thus extract the different "classes" of possible rendering? > Chris Lilley wonders also if the media selection would trigger :selected in > CSS. We definitively need to talk with the CSS WG to resolve together this > point. > Very interesting idea. IIUC that refers to being able to do some special styling on the area that is being highlighted in the case where we are not removing context (similar to how pseudo-classes work on anchors http://www.w3schools.com/CSS/css_pseudo_classes.asp). It would be interesting to consider if we can use CSS to remove the areas outside the "focused" segments and thus achieve the splicing? Something like: img { display: none; } img:selected { display: block; } That would be a means to avoid having to define anything for spatial fragment URIs - they would only create the regions virtually for any HTML5 technology to work with - e.g. for CSS to style it, for JavaScript to manipulate it etc. We could do the same for the time dimension actually, though the CSS wouldn't work quite that nicely and it would need to be defined that a CSS change actually has an effect on the displayed controls for the video (or audio). But it's an idea. I guess this discussion should actually be had between all the involved working groups - HTML, CSS and us in particular. I don't think we should be writing spec text before these discussions have been had, actually. Cheers, Silvia.
Received on Wednesday, 15 September 2010 01:40:15 UTC