Re: [whatwg] Volume and Mute feedback on video

2010-08-20 Thread Mike Wilcox
solid use case. Setting a property to 1.5 is much easier than re-encoding a video. Mike Wilcox http://clubajax.org m...@mikewilcox.net

Re: [whatwg] Fullscreen feedback

2010-08-20 Thread Mike Wilcox
if Robert's proposal can just be taken wholesale, though). RE: Fullscreen - I would be happy if the warning text was removed: User agents should not provide a public API to cause videos to be shown full-screen. Mike Wilcox http://clubajax.org m...@mikewilcox.net

Re: [whatwg] Proposal: Add HTMLElement.innerText

2010-08-15 Thread Mike Wilcox
, etc), because you then need to know if it is a block compared to the next and previous nodes; else a span in a p will get line breaks. Mike Wilcox http://clubajax.org m...@mikewilcox.net On Aug 15, 2010, at 7:41 AM, Michael A. Puls II wrote: On Sat, 14 Aug 2010 20:03:30 -0400, Mike Wilcox m

Re: [whatwg] Proposal: Add HTMLElement.innerText

2010-08-15 Thread Mike Wilcox
On Aug 15, 2010, at 6:26 PM, Jonas Sicking wrote: On Sun, Aug 15, 2010 at 11:17 AM, Mike Wilcox m...@mikewilcox.net wrote: innerText is one of those things IE got right, just like innerHTML. Let's please consider making that a standard instead of removing it. Also, please don't make

Re: [whatwg] Proposal: Add HTMLElement.innerText

2010-08-15 Thread Mike Wilcox
On Aug 15, 2010, at 7:29 PM, Robert O'Callahan wrote: What about lists? Alt text in img? It handles lists and the line breaks, but it doesn't indent. Image attributes are ignored. Mike

Re: [whatwg] Proposal: Add HTMLElement.innerText

2010-08-15 Thread Mike Wilcox
On Aug 15, 2010, at 7:53 PM, Robert O'Callahan wrote: Tables? TDs are inline and TRs act as line breaks. Is there any documentation for how the serialization works? I'm just running the tests as you guys request them. I'm not sure if or how well this feature is spec'd out. Mike

Re: [whatwg] Proposal: Add HTMLElement.innerText

2010-08-14 Thread Mike Wilcox
read that Opera's innerText implementation is essentially an alias of textContent. Mike Wilcox http://clubajax.org m...@mikewilcox.net On Aug 14, 2010, at 5:39 PM, Adam Barth wrote: == Use Case == It's common that a web page has a string of untrusted characters (e.g., received via cross

Re: [whatwg] HTML5 (including next generation additions still in development) - Mozilla Firefox (Not Responding)

2010-08-12 Thread Mike Wilcox
I'm perplexed at the resistance. We've tried telling our clients not to use IE6, IE8 is much faster. But inevitably, we have to make it work. Mike Wilcox http://clubajax.org m...@mikewilcox.net On Aug 11, 2010, at 8:29 PM, Boris Zbarsky wrote: On 8/11/10 9:17 PM, Garrett Smith wrote: On 8

Re: [whatwg] select element should have a required attribute

2010-08-10 Thread Mike Wilcox
This seems like the ideal situation to use a placeholder attribute: select required=true placeholder=Select an item... option value=Foo Foo /option option value=Bar Bar /option option value= None /option /select Mike Wilcox http://clubajax.org m...@mikewilcox.net

Re: [whatwg] Feedback on the Mozilla FullScreen API proposal

2010-08-06 Thread Mike Wilcox
is impossible, I'm really advocating that we don't try for 100% safety and cripple the feature. Mike Wilcox http://clubajax.org m...@mikewilcox.net On Aug 5, 2010, at 5:17 PM, Simon Fraser wrote: This is feedback on the Mozilla FullScreen API proposal here: https://wiki.mozilla.org/index.php?title

Re: [whatwg] Feedback on the Mozilla FullScreen API proposal

2010-08-06 Thread Mike Wilcox
in order to keep the proper x/y coordinates. Mike Wilcox

Re: [whatwg] Canvas stroke alignment

2010-07-19 Thread Mike Wilcox
believe Flash supports this). I don't think the CSS3 box-sizing:border-box helps. Does voting count? +1! Mike Wilcox http://clubajax.org m...@mikewilcox.net On Jul 19, 2010, at 10:08 AM, Nick wrote: Canvas would benefit from a way to set stroke alignment. With the only available alignment

Re: [whatwg] Article: Growing pains afflict HTML5 standardization

2010-07-12 Thread Mike Wilcox
render in a browser in order to make it more difficult for screen scrapers. They also break it in a different way every week. Mike Wilcox http://clubajax.org m...@mikewilcox.net

Re: [whatwg] Article: Growing pains afflict HTML5 standardization

2010-07-12 Thread Mike Wilcox
On Jul 12, 2010, at 7:58 AM, Julian Reschke wrote: On 12.07.2010 14:44, Mike Wilcox wrote: On Jul 12, 2010, at 2:30 AM, Julian Reschke wrote: Google: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.google.comcharset=%28detect+automatically%29doctype=Inlinegroup=0 http://validator.w3.org

Re: [whatwg] Article: Growing pains afflict HTML5 standardization

2010-07-12 Thread Mike Wilcox
On Jul 12, 2010, at 8:39 AM, Nils Dagsson Moskopp wrote: That's a little different. Google purposely uses unstandardized, incorrect HTML in ways that still render in a browser in order to make it more difficult for screen scrapers. They also break it in a different way every week.

Re: [whatwg] More YouTube response

2010-07-05 Thread Mike Wilcox
It's the iPhone and especially the iPad which has really pushed the adoption of HTML5 video. And afaik, you can't install WebM on them. To me (and my company) that's where the issue lies. Mike Wilcox http://clubajax.org m...@mikewilcox.net On Jul 5, 2010, at 3:46 PM, Shane Fagan wrote

Re: [whatwg] video

2010-06-20 Thread Mike Wilcox
controls. While I would guess this would be a CSSOM issue, it seems that it would still be a recommendation by WHATWG. Mike Wilcox http://clubajax.org m...@mikewilcox.net