[whatwg] Form Validity Ambiguity - patternMismatch

2010-04-20 Thread Joseph Pecoraro
The section describing the pattern attribute does not explain that it only applies to particular input types [1]. However, one of the tables showing which content attributes apply to which input types shows the pattern attribute only applies to particular input types. Namely text, search, url,

[whatwg] Canvas 2D Context Proposal: resetOriginClean

2010-04-20 Thread Charles Pritchard
Issue: There does not seem to be a standard method of requesting elevated permissions where local file access or cross-domain file access is required. Consequence: Currently, one must create a duplicate origin-clean Canvas element to copy image data from a dirty element after privilege

Re: [whatwg] Canvas 2D Context Proposal: resetOriginClean

2010-04-20 Thread Boris Zbarsky
On 4/20/10 7:18 AM, Charles Pritchard wrote: Proposed method: CanvasRenderingContext2D resetOriginClean throws SECURITY_ERR exception When resetOriginClean is executed, an implementation shall request elevated privileges, and if granted, set the origin-clean flag of the canvas element to true.

Re: [whatwg] Subtitles, captions, and other tracks augmenting video or audio

2010-04-20 Thread Silvia Pfeiffer
On Tue, Apr 20, 2010 at 8:33 AM, Ian Hickson i...@hixie.ch wrote: On Fri, 16 Apr 2010, Ian Hickson wrote: I'm starting to look at the feedback sent over the past few years for augmenting audio and video with additional timed tracks such as subtitles, captions, audio descriptions, karaoke,

Re: [whatwg] Form Validity Ambiguity - patternMismatch

2010-04-20 Thread Joseph Pecoraro
On Apr 20, 2010, at 6:16 AM, Mounir Lamouri wrote: Actually, if you are looking for something more normative (the table is non-normative), at the end of each input element states description, you can found the list of attributes which apply/don't apply. AFAIK, the attributes/methods never

Re: [whatwg] Subtitles, captions, and other tracks augmenting video or audio

2010-04-20 Thread Ian Hickson
On Tue, 20 Apr 2010, Silvia Pfeiffer wrote: I spent some time today filling that page and when I came back to it just now it seems you have moved most of the use cases elsewhere, namely to http://wiki.whatwg.org/wiki/Use_cases_for_API-level_access_to_timed_tracks . IIUC the idea is

Re: [whatwg] Subtitles, captions, and other tracks augmenting video or audio

2010-04-20 Thread Tab Atkins Jr.
On Tue, Apr 20, 2010 at 1:25 PM, Ian Hickson i...@hixie.ch wrote: I'm also confused about the removal of the chapter tracks. These are also time-aligned text files and again look very similar to SRT. Here is an extract of a QTtext chapter track example: {QTtext} {size:16} {font:Lucida Grande}

Re: [whatwg] Subtitles, captions, and other tracks augmenting video or audio

2010-04-20 Thread Silvia Pfeiffer
HI Ian, On Wed, Apr 21, 2010 at 6:25 AM, Ian Hickson i...@hixie.ch wrote: On Tue, 20 Apr 2010, Silvia Pfeiffer wrote: I spent some time today filling that page and when I came back to it just now it seems you have moved most of the use cases elsewhere, namely to