Re: [whatwg] Knuth and Plass algorithm; boxes glue penalties

2015-04-08 Thread David Dailey
David Young wrote: I'm wondering if anyone is developing web standards and prototypes for web layout using the Knuth and Plass algorithm? It seems like responsive designs could be expressed more simply in a boxes-glue-penalties frame, and responsive layout for JavaScript, CSS, and

Re: [whatwg] HTML tags.Panorama, Photo Sphere, Surround shots

2014-11-19 Thread David Dailey
Sent: Monday, November 17, 2014 1:10 PM Tab Atkins Jr. wrote: To: Biju Cc: whatwg Subject: Re: [whatwg] HTML tags.Panorama, Photo Sphere, Surround shots On Sun, Nov 16, 2014 at 4:38 PM, Biju bijumaill...@gmail.com wrote: New cameras/phone cameras comes with Panorama, Photo Sphere, Surround

Re: [whatwg] Proposal: navigator.cores

2014-05-05 Thread David Dailey
On Mon, 5 May 2014, Kenneth Russell wrote: It would be great to design a new parallelism architecture for the web, but from a practical standpoint, no progress has been made in this area for a number of years, and web developers are hampered today by the absence of this information. On

Re: [whatwg] input type=number for year input

2014-03-08 Thread David Dailey
I think there are two interesting questions here: 1. What is a number? A magnitude, an ordinal value (obeying the transitive property), a rotational value (like day of year, degrees, day of week), an interval value, a nominal labeling (take the SS Stevens taxonomy and add rotational [1])?

Re: [whatwg] input type=number for year input

2014-02-18 Thread David Dailey
On Tuesday, February 18, 2014 8:24 PM Karl Dubost wrote Le 19 févr. 2014 à 08:17, Ian Hickson i...@hixie.ch a écrit : It doesn't help that much for four-digit numbers, and years beyond four digits often _do_ have commas, e.g.: http://en.wikipedia.org/wiki/Year_10,000_problem In English.

Re: [whatwg] input type=number for year input

2014-02-18 Thread David Dailey
input [magnitude|quantity|quality|time|thing|person|place|action|epistemic|quantif ier|URI|anaphora|mediatype|direction|influence|...]=attribute-value-expressi on-with-micro-syntax with all appropriate cross-cultural studies underlying each attribute-value. I am reminded of the Navajo verb

[whatwg] related subject -- access to local files RE: Forms: input type=file and directory tree picking

2013-10-02 Thread David Dailey
A few years ago, probably on www-html5, I remember posing a question about enabling the once-unbroken ability to allow JavaScript with user-consent, to insert an image file (as the src of an img into a web page, viewed in the browser). It all used to be easy and worked in the two relevant

Re: [whatwg] Clipping text in in canvas

2013-09-15 Thread David Dailey
Last I checked applying a clipPath to text in SVG works consistently across browsers, and there it remains accessible: to screen readers, indexing, searching, drag-to-select, etc. Why would one want a bunch of pixels that resemble text? Just saying, David -Original Message- From:

Re: [whatwg] Blurry lines in 2D Canvas (and SVG)

2013-07-23 Thread David Dailey
Hi Rik, Just affirming what you've said in SVG: http://cs.sru.edu/~ddailey/svg/edgeblurs.svg The middle rects are crisp, having been merely translated leftward and downward by half a pixel. Zooming in from the browser rectifies the problem (as expected) after a single tick. I remember folks

Re: [whatwg] Blurry lines in 2D Canvas (and SVG)

2013-07-23 Thread David Dailey
Seeing what Kornel wrote about a solution to the problem for canvas, makes persuasive support, to me, for Glenn Maynard's argument that [concerning SVG and canvas] I think they should be two separate discussions. One of the intentions (at least historically) of SVG is to allow declarative

Re: [whatwg] 2D canvas feature proposal: text decoration

2013-04-18 Thread David Dailey
You know, I'm not quite sure why we have text in canvas at all. It's not really text you know -- it's just a bunch of pixels. You can't select it, you can't copy it to the clipboard, it's not accessible without a bunch of effort that authors generally don't use. It's generally illegal in most

Re: [whatwg] Submitting contentEditable Content In A Form -- also in SVG and audio contexts

2012-10-17 Thread David Dailey
I don't know if this matters or not, but at some point in time, other standards than HTML like svg or audio might receive sensible proposals to allow other media (than just text) to be contentEditable. Just as it makes sense to have built in text editors (imagine the spectrum ranging from

Re: [whatwg] Submitting contentEditable Content In A Form -- also in SVG and audio contexts

2012-10-17 Thread David Dailey
No I had nothing at all in mind that might be inconsistent with what is being discussed -- just sort of a free association I suppose. Cheers David -Original Message- From: Ian Hickson [mailto:i...@hixie.ch] Sent: Wednesday, October 17, 2012 9:27 PM To: David Dailey Cc: 'whatwg

Re: [whatwg] gradient edge case

2012-09-01 Thread David Dailey
While on the topic, it seems like reflected linear gradients would be quite handy -- insert an edge into the stop-sequence and then reflect or repeat from there. Cheers David -Original Message- From: whatwg-boun...@lists.whatwg.org [mailto:whatwg-boun...@lists.whatwg.org] On Behalf Of

Re: [whatwg] Canvas roundedRect

2012-06-21 Thread David Dailey
It seems to me that the primary use of rounded rectangles is for UI's rather than art, and as such, SVG, that supports DOM and events, already has syntax for rounded rectangles. I have seen how the canvas folks like to re-invent wheels, but the path syntax within canvas already should allow

Re: [whatwg] was The pic element, now about alt text

2012-06-04 Thread David Dailey
On Monday, June 04, 2012 1:30 PM David Singer wrote This may be an aside to the current discussion, but actually I think that user-presentable text should *never* be in an attribute. Why? 1) 'ML' stands for markup language; what's in the markup should be information about the content, not

Re: [whatwg] Adding blending to the canvas API

2012-04-14 Thread David Dailey
Rik wrote: Not having an implementation of BackgroundImage makes blending in SVG very difficult. I'm unsure why you think that specifying a magenta color will change the color model to subtractive. As far as I know, the renderer is always computing in RGB. No I don't think that the color model

Re: [whatwg] Adding blending to the canvas API

2012-04-13 Thread David Dailey
Perhaps if some of the browsers start to implement blend modes for disposable graphics they'll finally start to do it properly for SVG as well. I've had a devil of a time figuring out if Opera or IE/ASV properly handles some of the effects at http://cs.sru.edu/~ddailey/svg/V9.svg since none of

Re: [whatwg] CSS Filter Effects for Canvas 2D Context

2012-01-24 Thread David Dailey
Of course if we go back enough years, there was a recommendation that foreign object be implemented across browsers so that any HTML content could be filtered with the power of SVG (including the relatively lightweight canvas). I think people worried that HTML would become obsolete then. Cheers

[whatwg] How to render typographic puns in HTML5 -- aside, legend, alt, other?

2011-10-15 Thread David Dailey
I know that there are a variety of accessibility things in HTML5. Take a look at this small collection of simple typographic puns, currently rendered in SVG: http://cs.sru.edu/~ddailey/svg/2011/simplePuns.svg I've added title and desc to these in a way to explain the sometimes visual

Re: [whatwg] href synonyms?

2011-04-28 Thread David Dailey
There are likewise annoying things in SVG. xlink:href=#Q , attributeName=url(#Q) etc. Every time I go to use a gradient, a pattern, a use, a filter, a clipPath, or a mask, I have to look up, in the manual, which notation happens to be used for this particular thing. I'm sure there may have

Re: [whatwg] How to handle multitrack media resources in HTML

2011-04-20 Thread David Dailey
Silvia Pfeiffer and Ian Hickson exchanged: Yes, and the same (lack of definition) goes for javascript manipulation. It'd be great if we had the tools for manipulating video and audio tracks (extract/insert frames, move audio snippets around). It would make A/V editing - or more creative