Re: [whatwg] Adding "ipfs" to the safelisted schemes

2018-07-16 Thread L. David Baron
es for registerProtocolHandler is based on the following set of preferences: https://searchfox.org/mozilla-central/search?q=network.protocol-handler.external= by the implementation which I believe lives here: https://searchfox.org/mozilla-central/source/browser/components/feed

Re: [whatwg] Effect of image-orientation on naturalWidth/Height

2015-03-12 Thread L. David Baron
EXIF support, and there may be a dependency on that), but once the developer has opted in, everything should really act like the rotation is part of the image format. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla https

Re: [whatwg] [cssom-view][css3-animations] Sync events with requestAnimationFrame

2014-12-09 Thread L. David Baron
Transitions. (This one is minor.) As I said, though, figuring out how I'd want the spec to address (1) and (2) is a rather large task; it requires carefully looking at the other things that interact with these things. -David -- 턞 L. David Baron http://dbaron.org

Re: [whatwg] How do CSS object-position object-fit affect the coordinates used by image map/area?

2014-11-07 Thread L. David Baron
in the imagemap shouldn't change as a result of CSS styling of the image. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla https://www.mozilla.org/ 턂 Before I built a wall I'd ask to know What I was walling

Re: [whatwg] Maximum value needed for tabindex

2014-07-24 Thread L. David Baron
/007236.html I'd be happy to see somebody drive a solution to this forward. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla https://www.mozilla.org/ 턂 Before I built a wall I'd ask to know What I

Re: [whatwg] Proposal: Event.creationTime

2014-05-07 Thread L. David Baron
/core.html#Core-DOMTimeStamp [2] http://www.w3.org/TR/hr-time/#sec-DOMHighResTimeStamp -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla https://www.mozilla.org/ 턂 Before I built a wall I'd ask to know What I

Re: [whatwg] HTML spec incorrectly suggests that br can have its rendering changed with CSS

2014-05-07 Thread L. David Baron
br implementation and replacing it with the above. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla https://www.mozilla.org/ 턂 Before I built a wall I'd ask to know What I was walling in or walling out

Re: [whatwg] HTML: A DOM attribute that returns the language of a node

2013-09-18 Thread L. David Baron
the language for: * font selection * language-specific text-transform behavior * hyphenation (which doesn't work unless it's explicitly specified, as required by http://dev.w3.org/csswg/css-text/#hyphens-property ) -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢

Re: [whatwg] [html5] r7749 - [giow] (3) make ruby reset text-indent for sanity's sake (like with table) Fix [...]

2013-03-13 Thread L. David Baron
to block containers, which display:ruby is not. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla http://www.mozilla.org/ 턂

Re: [whatwg] scoped style sheets and @-rules

2013-03-04 Thread L. David Baron
On Sunday 2013-02-17 11:35 -0600, Glenn Maynard wrote: On Mon, Jan 21, 2013 at 8:39 AM, L. David Baron dba...@dbaron.org wrote: But I think it's a large amount of extra implementation complexity to honor @-rules whose purpose is to build global dictionaries (in particular, @keyframes

Re: [whatwg] scoped style sheets and @-rules

2013-02-12 Thread L. David Baron
On Monday 2013-01-21 11:17 -0800, Tab Atkins Jr. wrote: On Mon, Jan 21, 2013 at 6:39 AM, L. David Baron dba...@dbaron.org wrote: Thus I think the specification should mandate that @keyframes and @font-face are ignored in scoped style sheets, just like @page. I think it would also be good

[whatwg] comments on 'position: absolute-anchored'

2013-01-23 Thread L. David Baron
unacceptable to have a computed value that's not specifiable in CSS; it breaks basic ideas of round-tripping and the CSS OM. (3) Is there a way to get notified when new CSS features are added to the HTML spec? I only happened to stumble across this one. -David -- 턞 L. David Baron

[whatwg] scoped style sheets and @-rules

2013-01-21 Thread L. David Baron
if the specification left the effects of unknown @-rules undefined until whether they should be supported can be properly considered. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla http://www.mozilla.org/ 턂

Re: [whatwg] Implementation issue: step mismatch handling for input type=range

2013-01-18 Thread L. David Baron
value -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla http://www.mozilla.org/ 턂

Re: [whatwg] menu and friends

2013-01-04 Thread L. David Baron
)? -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla http://www.mozilla.org/ 턂

[whatwg] [Rendering] zero width attributes on table, th, td should be ignored

2013-01-02 Thread L. David Baron
.) -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla http://www.mozilla.org/ 턂

Re: [whatwg] Quirks Mode Standard

2012-02-13 Thread L. David Baron
for font-size was documenting the exception (that the quirk *does* apply) for *within* the 'font' shorthand. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla http://www.mozilla.org/ 턂

Re: [whatwg] Quirks Mode Standard

2012-02-13 Thread L. David Baron
to be handled between font-weight and font-size), and then the shorthand is syntactically invalid because it doesn't have a font-size. I don't see any reason to fix that. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla http

Re: [whatwg] Quirks Mode Standard

2012-02-12 Thread L. David Baron
in the future. (Consider, for example, 'fade'.) More importantly, though, if Gecko encounters an ambiguity between color and keyword in a property that accepts both, it will pick the keyword. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla

Re: [whatwg] Quirks Mode Standard

2012-02-09 Thread L. David Baron
. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla http://www.mozilla.org/ 턂

Re: [whatwg] Encodings and the web

2011-12-22 Thread L. David Baron
or others could probably answer questions you have about how it works and how to understand it. I'm not the right person for pointers to other implementations, though. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla http

[whatwg] Unicode as alias for UTF-16 (was Re: Default encoding to UTF-8?)

2011-12-19 Thread L. David Baron
. It surprises me greatly that Gecko doesn't treat unicode as an alias for utf-16. Why? If it's not needed, why shouldn't WebKit and IE drop it? -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla http://www.mozilla.org/ 턂

Re: [whatwg] Default encoding to UTF-8?

2011-11-30 Thread L. David Baron
because pages that work for one user don't work for another. I'm just not quite sure how to get from here to there, though, since such changes are likely to make users experience broken content. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla

Re: [whatwg] Default encoding to UTF-8?

2011-11-30 Thread L. David Baron
On Thursday 2011-12-01 14:37 +0900, Mark Callow wrote: On 01/12/2011 11:29, L. David Baron wrote: The default varies by localization (and within that potentially by platform), and unfortunately that variation does matter. In my experience this is what causes most of the breakage. It leads

Re: [whatwg] WHATWG on Google+

2011-11-21 Thread L. David Baron
to be notified or if that developer is the person who requested the change in the first place. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla http://www.mozilla.org/ 턂

Re: [whatwg] Accept full CSS colors in the legacy color parsing algorithm

2011-07-15 Thread L. David Baron
if the algorithm here changed, and I'd really rather not add that support for a legacy feature, nor would I like to have an inconsistency between CSS and HTML as to whether system colors are dynamically updated. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢

Re: [whatwg] navigation shouldn't abort if canceled

2011-02-02 Thread L. David Baron
- Applications - mailto so they don't even need to bother registering themselves. -David -- L. David Baron http://dbaron.org/ Mozilla Corporation http://www.mozilla.com/

Re: [whatwg] Canvas gradients color interpolation - change to premultiplied?

2010-11-23 Thread L. David Baron
. -David -- L. David Baron http://dbaron.org/ Mozilla Corporation http://www.mozilla.com/

Re: [whatwg] [html5] r4949 - [giow] (0) The CSS rules need to do attribute value matching consistently across [...]

2010-08-30 Thread L. David Baron
On Monday 2010-08-30 14:28 +0200, Anne van Kesteren wrote: On Sun, 29 Aug 2010 15:01:27 +0200, L. David Baron dba...@dbaron.org wrote: On Wednesday 2010-08-25 10:28 +0200, Anne van Kesteren wrote: We need a feature for case-insensitive matching in Selectors already for XHTML (if we really

Re: [whatwg] [html5] r4949 - [giow] (0) The CSS rules need to do attribute value matching consistently across [...]

2010-08-29 Thread L. David Baron
are). If it weren't ASCII-only, it would involve significantly more complexity than what's needed to support HTML. -David -- L. David Baron http://dbaron.org/ Mozilla Corporation http://www.mozilla.com/

Re: [whatwg] [html5] r5307 - [giow] (0) use vendor--feature instead of _vendor-feature since Apple engineers [...]

2010-08-16 Thread L. David Baron
to expose to authors. -David -- L. David Baron http://dbaron.org/ Mozilla Corporation http://www.mozilla.com/

[whatwg] CSS2 system colors in legacy color values

2010-05-22 Thread L. David Baron
in CSS but static in HTML. What was the motivation for adding support for CSS2 system colors (which I would note are deprecated in css3-color) to legacy HTML color values? What implementations support them, and do they respond to dynamic changes properly? -David -- L. David Baron

[whatwg] :checked should match selected option elements

2010-04-30 Thread L. David Baron
clearly shows that it's the intent of css3-selectors that the pseudo-class apply in this case. From looking at VCS history, Gecko has implemented :checked on option elements since Gecko 1.8 == Firefox 1.5. -David -- L. David Baron http://dbaron.org/ Mozilla

[whatwg] Should :default apply to checkboxes, radios, and options?

2010-04-30 Thread L. David Baron
particularly strongly about this one, but it seems like the original intent of :default was to match both things that are the default button and things that are selected by default. Was this difference with existing implementation behavior intentional? -David -- L. David Baron

[whatwg] definition of :link and :visited should allow flexibility

2010-04-30 Thread L. David Baron
that allows user agents to be more flexible than requiring that all of the elements listed match exactly one of :link and :visited. -David -- L. David Baron http://dbaron.org/ Mozilla Corporation http://www.mozilla.com/

Re: [whatwg] Should :default apply to checkboxes, radios, and options?

2010-04-30 Thread L. David Baron
On Friday 2010-04-30 13:05 -0700, Tab Atkins Jr. wrote: On Fri, Apr 30, 2010 at 12:12 PM, L. David Baron dba...@dbaron.org wrote: For a long time, Gecko has implemented the behavior that the :default pseudo-class matches checkboxes, radios, and options that are selected by default (i.e

Re: [whatwg] Should :default apply to checkboxes, radios, and options?

2010-04-30 Thread L. David Baron
On Friday 2010-04-30 13:43 -0700, L. David Baron wrote: On Friday 2010-04-30 13:05 -0700, Tab Atkins Jr. wrote: On Fri, Apr 30, 2010 at 12:12 PM, L. David Baron dba...@dbaron.org wrote: For a long time, Gecko has implemented the behavior that the :default pseudo-class matches checkboxes

Re: [whatwg] Should :default apply to checkboxes, radios, and options?

2010-04-30 Thread L. David Baron
believe I've seen UI that does this, although I can't think where.) -David -- L. David Baron http://dbaron.org/ Mozilla Corporation http://www.mozilla.com/

[whatwg] Should default styles for h1-h6 match the outlining algorithm?

2010-04-29 Thread L. David Baron
selectors that let authors easily improve them? (Why?) -David -- L. David Baron http://dbaron.org/ Mozilla Corporation http://www.mozilla.com/

Re: [whatwg] [html5] r4949 - [giow] (0) The CSS rules need to do attribute value matching consistently across [...]

2010-04-02 Thread L. David Baron
) and with the clear intent of XHTML1, and doesn't seem implementable on top of a conformant CSS selectors implementation. Do we really want to do this? -David -- L. David Baron http://dbaron.org/ Mozilla Corporation http://www.mozilla.com/

[whatwg] borders on images inside links

2010-03-01 Thread L. David Baron
gradually turn them into something that requires 15-year-old software to read. For more information (and the reason that prompted me to post here), see https://bugzilla.mozilla.org/show_bug.cgi?id=452915 . -David -- L. David Baron http://dbaron.org/ Mozilla Corporation

Re: [whatwg] Customize HTML5 forms placeholder style

2010-02-18 Thread L. David Baron
the comment I wrote at http://hg.mozilla.org/mozilla-central/file/4cabe72ad940/layout/style/nsCSSPseudoElements.h#l50 , and note that it mentions a third intermediate category, in which some proposed XForms pseudo-elements, and perhaps some future pseudo-elements, would fit.) -David -- L. David

Re: [whatwg] Customize HTML5 forms placeholder style

2010-02-18 Thread L. David Baron
, and partly since it's a lot simpler (maybe not to implement in one engine, but probably to implement interoperably and to specify, since you need to be careful about what applies and doesn't apply to the pseudo-element). -David -- L. David Baron http://dbaron.org

Re: [whatwg] Customize HTML5 forms placeholder style

2010-02-18 Thread L. David Baron
On Thursday 2010-02-18 17:40 -0500, L. David Baron wrote: I'd be inclined towards the pseudo-class, though, partly since that failure mode bothers me less, and partly since it's a lot simpler (maybe not to implement in one engine, but probably to implement interoperably and to specify, since

Re: [whatwg] Customize HTML5 forms placeholder style

2010-02-18 Thread L. David Baron
pseudo-element (styles that don't select the pseudo-element don't change the UA default), but with the addition that authors can style the input in other ways. -David -- L. David Baron http://dbaron.org/ Mozilla Corporation http

Re: [whatwg] [html5] r4483 - [giow] (0) Clarify that br doesn't stop bidi processing. Fixing http://www.w3. [...]

2010-01-05 Thread L. David Baron
: -BEH WER whereas the markup: HEB-pREW looks like: BEH- WER (the hyphen appears at the opposite end). -David [1] http://unicode.org/reports/tr9/ -- L. David Baron http://dbaron.org/ Mozilla Corporation http://www.mozilla.com/

Re: [whatwg] Uploading directories of files

2009-12-13 Thread L. David Baron
may not expect the act of uploading a file to give the Web site details of their file system structure. There also seems to be some concern that those details may provide information useful to an attacker. -David -- L. David Baron http://dbaron.org/ Mozilla

Re: [whatwg] Charset sniffing from XML prolog

2009-10-07 Thread L. David Baron
. (For other platforms, change Tools - Options to Edit - Preferences (GNOME-based platforms) or Firefox - Preferences (Mac).) -David -- L. David Baron http://dbaron.org/ Mozilla Corporation http://www.mozilla.com/

Re: [whatwg] A New Way Forward for HTML5

2009-07-23 Thread L. David Baron
. However, I think HTML5 specification reflects significant consideration for the needs of disabled users, and I strongly encourage more input regarding use cases for and requirements of disabled users that the specification fails to meet. -David -- L. David Baron

Re: [whatwg] UTF-16 encoding default

2009-07-17 Thread L. David Baron
. (You didn't have any autodetection enabled, did you?) -David -- L. David Baron http://dbaron.org/ Mozilla Corporation http://www.mozilla.com/

Re: [whatwg] Styling of area elements (as displayed within referencing image)

2009-02-11 Thread L. David Baron
On Wednesday 2009-02-11 08:39 +, Ian Hickson wrote: On Thu, 10 May 2007, L. David Baron wrote: The interaction of area elements with CSS styling is not defined in HTML 5. Since area elements are particularly unusual (in that they appear an arbitrary number of times, whenever

Re: [whatwg] Name for WHATWG Members

2009-01-17 Thread L. David Baron
# committee are currently: # # [...] -David -- L. David Baron http://dbaron.org/ Mozilla Corporation http://www.mozilla.com/

Re: [whatwg] RDFa is to structured data, like canvas is to bitmap and SVG is to vector

2009-01-17 Thread L. David Baron
=explicitmindate=1998-01-01maxdate=1999-01-01cvsroot=%2Fcvsroot -David -- L. David Baron http://dbaron.org/ Mozilla Corporation http://www.mozilla.com/

Re: [whatwg] attribute media on script element

2008-11-14 Thread L. David Baron
makes sense. What was the actual use case you were trying to solve with this attribute? -David -- L. David Baron http://dbaron.org/ Mozilla Corporation http://www.mozilla.com/

Re: [whatwg] attribute media on script element

2008-11-14 Thread L. David Baron
useful than an attribute that simply prevents scripts from executing, and it avoids introducing similar-looking attributes that actually behave very differently. -David -- L. David Baron http://dbaron.org/ Mozilla Corporation http://www.mozilla.com/

[whatwg] overflow of seamless iframes

2008-07-31 Thread L. David Baron
this ought to be defined (although if it were defined by making a more general statement of equivalence that might be good, since I suspect a bunch of other similar things are undefined as well). -David -- L. David Baron http://dbaron.org/ Mozilla Corporation

[whatwg] Use of 'direction' of canvas element

2008-06-13 Thread L. David Baron
fall back to 'ltr' as a last resort. However, as an intermediate step, it might be worth falling back to the direction property of the root element (if present) of the canvas element's ownerDocument. -David -- L. David Baron http://dbaron.org/ Mozilla Corporation

[whatwg] are relative values of CanvasRenderingContext2D.font live to style changes?

2008-06-12 Thread L. David Baron
for every text operation (probably the latter). -David -- L. David Baron http://dbaron.org/ Mozilla Corporation http://www.mozilla.com/

Re: [whatwg] scrollIntoView jarring?

2008-04-30 Thread L. David Baron
.) -David -- L. David Baron http://dbaron.org/ Mozilla Corporation http://www.mozilla.com/

Re: [whatwg] Issues concerning the base element and xml:base

2008-03-01 Thread L. David Baron
bugs handling dynamic changes. Although we probably already break it in a bunch of ways as well.) -David -- L. David Baron http://dbaron.org/ Mozilla Corporation http://www.mozilla.com/

Re: [whatwg] Issues concerning the base element and xml:base

2008-03-01 Thread L. David Baron
(but for hyperlinks, at the time it is dereferenced). That is easy to That would make whether :link or :visited matches not correspond to what you get when you click on the link, which seems pretty bad. Hyperlinks already need to be resolved eagerly to style links properly. -David -- L. David Baron

Re: [whatwg] Colour correction (was: Canvas ImageData comments)

2008-01-20 Thread L. David Baron
. David Baron http://dbaron.org/ Mozilla Corporation http://www.mozilla.com/

Re: [whatwg] must only ambiguity

2007-12-24 Thread L. David Baron
-- L. David Baron http://dbaron.org/ Mozilla Corporation http://www.mozilla.com/

Re: [whatwg] Video codec requirements changed

2007-12-11 Thread L. David Baron
://www.whatwg.org/specs/web-apps/current-work/multipage/section-video.html#video -- L. David Baron http://dbaron.org/ Mozilla Corporation http://www.mozilla.com/

Re: [whatwg] Unicode mappings for lang; and rang;

2007-07-01 Thread L. David Baron
shouldn't they also be the mappings in HTML5? -David -- L. David Baron http://dbaron.org/ Mozilla Corporation http://www.mozilla.com/ pgp6HCOm05g1A.pgp Description: PGP signature

Re: [whatwg] Unicode mappings for lang; and rang;

2007-07-01 Thread L. David Baron
On Sunday 2007-07-01 23:40 +0200, Øistein E. Andersen wrote: L. David Baron wrote: What's wrong with these mappings, and why shouldn't they also be the mappings in HTML5? The problem is that they are canonically equivalent to CJK characters. Makes sense. I think I misread your original

[whatwg] Style sheet objects (was Re: HTML5 is now also hosted by the W3C)

2007-05-10 Thread L. David Baron
, although appendRule would be nice), and insertRule takes the rule as a single string, not a separate selector and declaration. -David -- L. David BaronURL: http://dbaron.org/ Technical Lead, Layout CSS, Mozilla Corporation pgplDMpa2iv1v.pgp

[whatwg] Styling of area elements (as displayed within referencing image)

2007-05-10 Thread L. David Baron
this for a elements as used in image maps, but I think that's been removed from HTML 5.) Some comments about the behavior of other browsers (with testcase) are available at [1]. -David [1] https://bugzilla.mozilla.org/show_bug.cgi?id=302536#c58 [2] http://www.w3.org/TR/css3-ui/ -- L. David Baron

Re: [whatwg] on codecs in a 'video' tag.

2007-04-03 Thread L. David Baron
, Nokia has shipped more digital cameras than anyone else (really). In I don't think shipped implementation count is a useful metric here. What matters is the amount of use. I think the average PC is used for a lot more Web browsing than the average high-end cell phone. -David -- L. David Baron

Re: [whatwg] IRIs vs. URIs

2007-03-14 Thread L. David Baron
On Wednesday 2007-03-14 15:20 +0100, Peter Karlsson wrote: L. David Baron on 2007-03-13: I tend to think it would be good that new uses of URIs/IRIs document that they are really IRIs and therefore this reverse-encoding behavior should not be used, but instead encoding should be done

Re: [whatwg] IRIs vs. URIs

2007-03-14 Thread L. David Baron
when browsing East Asian Web sites. We avoid changing our interpretation of Web standards based on localization; that's just too much complexity to test and maintain. -David -- L. David BaronURL: http://dbaron.org/ Technical Lead, Layout CSS, Mozilla

Re: [whatwg] Web Forms 2.0 and the W3C Patent Policy

2007-03-14 Thread L. David Baron
is not a license.) -David -- L. David BaronURL: http://dbaron.org/ Technical Lead, Layout CSS, Mozilla Corporation pgpIdPblKaQPz.pgp Description: PGP signature

Re: [whatwg] Configure Apache to send the right MIME type for XHTML

2007-03-11 Thread L. David Baron
On Sunday 2007-03-11 18:26 +0100, Bjoern Hoehrmann wrote: * L. David Baron wrote: My dismissal of XHTML is that the designers of XHTML and related standards are repeatedly introducing more and more incompatibility between XHTML and HTML, which makes it progressively harder for authors

Re: [whatwg] Thesis draft about HTML5 conformance checking

2007-03-10 Thread L. David Baron
spelling is correct. -David [1] http://www.w3.org/People/Quin/ [2] http://htmlhelp.com/~liam/ -- L. David BaronURL: http://dbaron.org/ Technical Lead, Layout CSS, Mozilla Corporation pgpVDa5ExYuRi.pgp Description: PGP signature

Re: [whatwg] Configure Apache to send the right MIME type for XHTML

2007-03-07 Thread L. David Baron
ever occurring. And if that transition is never going to occur on a large scale, why worry about it? -David -- L. David BaronURL: http://dbaron.org/ Technical Lead, Layout CSS, Mozilla Corporation pgpEGHw5cO4FD.pgp Description: PGP signature

[whatwg] image captions and fallback content

2006-11-27 Thread L. David Baron
be the most useful fallback content available. Insisting that those captions not be available when there is no fallback content seems like a bad idea. -David -- L. David BaronURL: http://dbaron.org/ Technical Lead, Layout CSS, Mozilla Corporation

Re: [whatwg] [canvas] globalCompositeOperation poorly defined

2006-07-24 Thread L. David Baron
On Friday 2006-07-21 09:07 -0700, L. David Baron wrote: On Friday 2006-07-21 11:14 +0300, Henri Sivonen wrote: I gather that a normative reference to the Porter–Duff paper is needed: http://keithp.com/~keithp/porterduff/p253-porter.pdf Perhaps, assuming that's what's been implemented

Re: [whatwg] [canvas] globalCompositeOperation poorly defined

2006-07-21 Thread L. David Baron
in the spec. But that paper doesn't define binary operators for 'darker' and 'lighter', which seem to be among the less-interoperable right now. (It defines a unary 'darken' operator over a space of numeric parameters.) -David -- L. David BaronURL: http://dbaron.org

Re: [whatwg] Canvas 2d methods

2006-07-03 Thread L. David Baron
objects (e.g., strings in JavaScript). I don't think this pattern makes sense for mutable objects. It just suggests immutability. And making the canvas context objects immutable doesn't really make sense without much more significant changes. -David -- L. David Baron

Re: [whatwg] Spellchecking proposal #2

2006-06-24 Thread L. David Baron
. David BaronURL: http://dbaron.org/ Technical Lead, Layout CSS, Mozilla Corporation pgpp9ZvKOeoW7.pgp Description: PGP signature

[whatwg] [canvas] globalCompositeOperation poorly defined

2006-06-22 Thread L. David Baron
) or blank (latest for 10.4/Intel).) Looking at Mozilla's code, it implements copy and source-over as the same thing; from the code I'd guess that source-over was the incorrect one, and this test seems to agree. -David -- L. David BaronURL: http://dbaron.org

Re: [whatwg] input type=text accept=

2006-06-08 Thread L. David Baron
On Friday 2006-06-09 00:42 +, Ian Hickson wrote: On Wed, 31 May 2006, L. David Baron wrote: I don't see why the same attribute _shouldn't_ be used to determine the type of data to allow, and whether to do spell checking or not. After all, whether to spell-check is directly

Re: [whatwg] input type=text accept=

2006-06-08 Thread L. David Baron
would you propose instead? I think it is an option, and I don't see why you're so insistent that it isn't. Authors are actually going to want interoperability; to get that, it's required. -David -- L. David BaronURL: http://dbaron.org/ Technical Lead

Re: [whatwg] input type=text accept=

2006-05-31 Thread L. David Baron
. Overloading that to get a boolean for whether spellchecking should be enabled seems broken. I'd rather see a new attribute for this. -David -- L. David BaronURL: http://dbaron.org/ Technical Lead, Layout CSS, Mozilla Corporation pgpW1qXwiBsEF.pgp Description

Re: [whatwg] input type=text accept=

2006-05-31 Thread L. David Baron
we're past that point, unless you want to invent a syntax that represents MIME type - parameter list pairs. -David -- L. David BaronURL: http://dbaron.org/ Technical Lead, Layout CSS, Mozilla Corporation pgp2AY0tJ6CDb.pgp Description: PGP signature

Re: [whatwg] [html5] html:style parsing

2006-03-13 Thread L. David Baron
On Saturday 2006-03-11 00:22 +, Ian Hickson wrote: On Fri, 4 Nov 2005, L. David Baron wrote: On Monday 2005-10-31 10:53 +1100, Lachlan Hunt wrote: The current web-apps draft: | For styling languages that consist of pure text, user agents must use | a concatenation

Re: [whatwg] WA1: Conformance requirements

2006-03-09 Thread L. David Baron
On Thursday 2006-03-09 17:56 +, Ian Hickson wrote: On Thu, 9 Mar 2006, L. David Baron wrote: It says: Conformance requirements phrased as requirements on elements, attributes, methods or objects are conformance requirements on user agents. The ins and del elements

[whatwg] WA1: Conformance requirements

2006-03-06 Thread L. David Baron
defined by the table following it. -David -- L. David BaronURL: http://dbaron.org/ Technical Lead, Layout CSS, Mozilla Corporation pgpuyTtYjFYjx.pgp Description: PGP signature

[whatwg] Status of Web Applications 1.0?

2006-03-06 Thread L. David Baron
in HTML 4.01 that are widely implemented and are not described in this document, should I be sending individual email messages to this list pointing out the omissions? -David -- L. David BaronURL: http://dbaron.org/ Technical Lead, Layout CSS

[whatwg] WA1: Lists

2006-03-06 Thread L. David Baron
-work/ (which is what the document claims the permanent URL for that version is) -- L. David BaronURL: http://dbaron.org/ Technical Lead, Layout CSS, Mozilla Corporation pgp2e5TJYBi90.pgp Description: PGP signature

[whatwg] Better model for avoiding history spam from pushState?

2005-11-21 Thread L. David Baron
a user event like a click or a keypress that expresses the user's choice to navigate to a different state (like navigating to a different page). -David -- L. David BaronURL: http://dbaron.org/ Technical Lead, Layout CSS, Mozilla Corporation

Re: [whatwg] [WF2] Readonly and default pseudoclass matching

2005-07-31 Thread L. David Baron
elements after the fact. It was defined in CSS1 to apply to links and then broadened in scope in CSS2. You're thinking of :active. :hover was not in CSS1 at all, and no specification that I know of limited it to links. -David -- L. David BaronURL: http

Re: [whatwg] WA1: base and href

2005-07-18 Thread L. David Baron
. -David -- L. David BaronURL: http://dbaron.org/ Technical Lead, Layout CSS, The Mozilla Foundation pgpye2wgfMVRX.pgp Description: PGP signature