Re: [whatwg] Persistent SharedWorkers

2009-03-09 Thread Matthew Paul Thomas
fications would be basically incompatible with that. We would be happy to let Web pages show popup notifications using an icon and unstyled text, but not an onclick handler. Cheers -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg]

2008-11-25 Thread Matthew Paul Thomas
clearonfocus" as the only possible value (indicating the input field or textarea should be cleared upon focusing it) would probably be most suitable. ... On Wed, 23 May 2007, Matthew Paul Thomas wrote: I don't understand. What use is a default value if you can't edit it? Why not make the

Re: [whatwg] ---

2008-11-10 Thread Matthew Paul Thomas
org/MarkUp/HTMLPlus/htmlplus_16.html> Those presentational elements continued into HTML 2.0. HTML has always been a dance between structure and presentation. Too structural, and humans won't understand it; too presentational, and computers won't understand it. -- Matthew Paul T

Re: [whatwg] Web forms 2, input type suggestions (Michael A. Puls II)

2008-10-29 Thread Matthew Paul Thomas
ng-list" would be even worse. A mailing list usually has a single address. -- Matthew Paul Thomas http://mpt.net.nz/ ---AV & Spam Filtering by M+Guardian - Risk Free Email (TM)---

Re: [whatwg] element comments

2008-08-06 Thread Matthew Paul Thomas
Ian Hickson wrote on 30/07/08 04:08: > > On Sun, 14 Oct 2007, Matthew Paul Thomas wrote: >> >> On Oct 14, 2007, at 2:03 AM, Henri Sivonen wrote: >>> >>> I don't think "If both attributes are specified, then the ratio of >>> the specifie

Re: [whatwg] Web Applications 1.0 and Menu Labels

2008-08-06 Thread Matthew Paul Thomas
Ian Hickson wrote on 29/07/08 03:21: > > On Fri, 10 Aug 2007, Matthew Paul Thomas wrote: >... >> I'm suggesting that since it is common for entire menus -- or >> toolbars -- to be temporarily irrelevant, such as when focus is in a >> field or pane where they

Re: [whatwg] [WF2] |min| and |max| number of selected |option|s

2008-07-05 Thread Matthew Paul Thomas
e page, a browser might need to use tooltips or help balloons instead. Cheers -- Matthew Paul Thomas http://mpt.net.nz/ ---AV & Spam Filtering by M+Guardian - Risk Free Email (TM)---

Re: [whatwg] What should the value attribute be for multi-file upload controls in WF2?

2008-06-21 Thread Matthew Paul Thomas
ame wouldn't be reliable when that doesn't include the path. Cheers -- Matthew Paul Thomas http://mpt.net.nz/ ---AV & Spam Filtering by M+Guardian - Risk Free Email (TM)---

Re: [whatwg] Context help in Web Forms

2008-06-02 Thread Matthew Paul Thomas
Ian Hickson wrote on 27/05/08 07:47: > > On Mon, 12 Nov 2007, Matthew Paul Thomas wrote: > >> On Oct 30, 2007, at 6:01 PM, Ian Hickson wrote: >>> >>> On Mon, 13 Jun 2005, Matthew Thomas wrote: >... >>>> Many applications provide inline help whi

Re: [whatwg] Review of the 3.16 section and the HTMLInputElementinterface

2008-05-16 Thread Matthew Paul Thomas
On May 16, 2008, at 5:50 AM, Jon Barnett wrote: On Thu, May 15, 2008 at 5:04 PM, Matthew Paul Thomas <[EMAIL PROTECTED]> wrote: ... Imagine further that this "iPhone" has no user-visible file system. It stores music, but annoyingly, the device vendor doesn't want to let

Re: [whatwg] Review of the 3.16 section and the HTMLInputElementinterface

2008-05-15 Thread Matthew Paul Thomas
nt, another problem with those solutions is that they require separate POSTs. The Yahoo uploader uses a separate request for each file. The File Upload API has functions like getDataAsHexBinary that, I guess, could put a file's data into a hidden input field, but that data still wouldn't b

Re: [whatwg] Proposal: target="_reference"

2008-05-04 Thread Matthew Paul Thomas
tical for internal fragments because you usually can't tell where the fragment ends, and impractical for external resources because -- just as with target="_blank" -- responsiveness would require showing the pane before the resource finishes loading.) Cheers -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] Proposal: Allow block content inside label element

2008-05-04 Thread Matthew Paul Thomas
On May 9, 2007, at 2:27 AM, Matthew Paul Thomas wrote: On May 8, 2007, at 9:06 PM, Kristof Zelechovski wrote: ... From the behavioral point of view: The purpose of a LABEL control is to redirect focus on click. It does not make much sense with a TEXTAREA control that is usually big enough

Re: [whatwg] Proposal: target="_reference"

2008-04-27 Thread Matthew Paul Thomas
dn't bother with this because they knew that media was going to be, and search already was, handled differently in IE7 anyway. > and why would it be more successful in practice? Because it would be cross-browser. Cheers -- Matthew Paul Thomas http://mpt.net.nz/

[whatwg] Proposal: target="_reference"

2008-04-26 Thread Matthew Paul Thomas
asier to implement than existing footnote/endnote mechanisms: authors wouldn't need to provide special "Back to article" links, or insert dummy id=/name= attributes to serve as the targets of those links. It would work equally well regardless of where the note text was placed -- at the e

Re: [whatwg] Expanding datetime

2008-04-25 Thread Matthew Paul Thomas
tical importance. There are still 7992 years before we need to have a Y10K solution implemented. Thus we can safely leave it to to future generations to solve. ... Yeah yeah, that's what they said last time. ;-) -- Matthew Paul Thomas http://mpt.net.nz/

[whatwg] , , and crossing element boundaries

2008-04-02 Thread Matthew Paul Thomas
d shouldn't be HTML elements, but should be something else instead. -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] accesskey

2008-01-27 Thread Matthew Paul Thomas
certain links > on a page -- to save users the time and trouble of needing to use > the 5-way on the handset to scroll to the links and activate them. >... Since most pages that contain links don't also use accesskey=, handset vendors should find a way to allow easy navigation of links regardless of whether the attribute is present. Cheers -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] Context help in Web Forms

2007-11-11 Thread Matthew Paul Thomas
nts or JavaScript. We should probably aim higher than that though... ... I'm suggesting either replacing with rel="citation" for="id-of-foo">, or dropping cite= altogether. Cheers -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] Element

2007-11-04 Thread Matthew Paul Thomas
On Nov 4, 2007, at 5:59 AM, Keryx Web wrote: Matthew Paul Thomas skrev: To allow this on the Web, the CSS font-style property would need to have not just "normal", "italic", and "oblique" values, but also an "italic-inverse" value. Browsers should

Re: [whatwg] Element

2007-11-03 Thread Matthew Paul Thomas
ely more emphasized; this is usually indicated by increasing the font size. So a more helpful default would be something like: em {font-style: italic-inverse;} em em {font-style: bold;} em em em {font-size: 1.2em;} Cheers -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] , , , ; Re: Presentational elements in Web Applications 1.0

2007-11-01 Thread Matthew Paul Thomas
On Oct 30, 2007, at 4:33 AM, Ian Hickson wrote: ... On Sun, 15 Jan 2006, Matthew Paul Thomas wrote: ... Authors should use presentational markup whenever there is no available semantic markup for the relevant meaning, or when they are providing authoring facilities for people who cannot be

Re: [whatwg] element comments

2007-10-14 Thread Matthew Paul Thomas
The sentence Henri quoted would require us to choose between server-side generation of every chart image, incompatibility with w3m, or non-conformance with any HTML specification. I know w3m isn't exactly a major browser, but I don't see any good reason for having to make that cho

Re: [whatwg] lede element

2007-10-02 Thread Matthew Paul Thomas
to select the first paragraph inside the article container. I doubt any news site would deliberately make the lede a paragraph other than the first one ("burying the lede") *and* want it specially formatted. Cheers -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] Web Applications 1.0 and Menu Labels

2007-08-09 Thread Matthew Paul Thomas
ake, but in any case, that doesn't affect my suggestion. It would still be useful to make an entire menu disabled even if the platform UI convention is for disabled menu titles to look enabled. Cheers -- Matthew Paul Thomas http://mpt.net.nz/

[whatwg] Corrections and clarifications to the WhatWG charter

2007-05-27 Thread Matthew Paul Thomas
e charter should be updated to refer to HTML 5 rather than Web Forms 2.0 and Web Applications 1.0. Cheers -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] Content-Type (was Style sheet loading and parsing

2007-05-26 Thread Matthew Paul Thomas
actually one that should be handled by a helper app instead. Mozilla browsers don't do that any more, and nor does any other browser I know of, because it made for a horrid user experience. Cheers -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] [WF2] Clear On Focus attribute

2007-05-24 Thread Matthew Paul Thomas
On May 23, 2007, at 12:31 PM, Charles Iliya Krempeaux wrote: ... On 5/22/07, Matthew Paul Thomas <[EMAIL PROTECTED]> wrote: On May 22, 2007, at 3:35 AM, Stijn Peeters wrote: It is becoming increasingly common to have an input field clear its value when it is first focused. Though in a

Re: [whatwg] [WF2] Clear On Focus attribute

2007-05-22 Thread Matthew Paul Thomas
if you can't edit it? Why not make the field empty to begin with? Cheers -- Matthew Paul Thomas http://mpt.net.nz/

[whatwg]

2007-05-17 Thread Matthew Paul Thomas
to indicate their presence to the user and read it on request. ... Maybe that should be addressed (in Web Forms 3?) with a specific for=...> element. Cheers -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] Proposal: Allow block content inside label element

2007-05-11 Thread Matthew Paul Thomas
July/ thread.html#1366> - where Mr. Raymond's opinion unfortunately sank - but there is a possibility to overthrow it by making it void on a legal basis: The Microsoft Windows environment does not provide a native LABEL control.* ... That's not true. For example: <http://urlx.org/microsoft.com/7354a> Cheers -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] Proposal: Allow block content inside label element

2007-05-08 Thread Matthew Paul Thomas
field* when you click its , on a platform where that doesn't happen in native GUIs (e.g. Windows, Mac OS, Gnome, or KDE), that's a bug in the browser. Web Forms 2 clarifies this. <http://www.whatwg.org/specs/web-forms/current-work/#label> Cheers -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] Target Attribute Values

2007-05-04 Thread Matthew Paul Thomas
cate whether a link is specified to open in a new window in the first place. So it is fair for HTML5 to encourage those things, but beyond that, this discussion may be getting a bit off-topic. Cheers -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] Target Attribute Values

2007-04-29 Thread Matthew Paul Thomas
ng _blank when another solution is practical (e.g. using a element in the original page), and encourage UAs to indicate when a link will open in a different top-level browsing context (e.g. by double-underlining instead of single-underlining). -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] Target Attribute Values

2007-04-28 Thread Matthew Paul Thomas
st scanning those pages, again because of poor browser design.) Cheers -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] Target Attribute Values

2007-04-28 Thread Matthew Paul Thomas
lication's help links reuse only its own help window, and don't accidentally obliterate those of other apps or even other open windows in the same app? Generate a per-page UUID prefix for all its target= attribute values? :-) -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] Target Attribute Values

2007-04-26 Thread Matthew Paul Thomas
target="_blank"). -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] Alt text authoring Re: Conformance for Mail clients

2007-04-19 Thread Matthew Paul Thomas
s in multipart/mixed plain-text messages (because there's nowhere to put it). -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] several messages about HTML5

2007-02-20 Thread Matthew Paul Thomas
ars, the technology for delivering music has change radically, from vinyl, to cassette, to CD, to purely digital. Why should the Web shy away from a radical technological change? ... For the same reasons people shy away from learning Esperanto. Vinyl, cassettes, and CDs are not languages. Cheers -- Matthew Paul Thomas http://mpt.net.nz/

[whatwg] Use cases for style= on arbitrary elements

2007-01-21 Thread Matthew Paul Thomas
I've just encountered a couple of use cases for the style= attribute on arbitrary elements, rather than just . (Sorry this isn't part of the relevant thread, as I haven't kept it.) We have a set of things, stored in a database and listed on a Web page, where we want to indicate their age by ma

Re: [whatwg] Problems with the definition of

2007-01-21 Thread Matthew Paul Thomas
On Jan 21, 2007, at 10:37 PM, Benjamin Hawkes-Lewis wrote: Matthew Paul Thomas wrote: I could have said "in my 24 years of reading in a wide variety of fields I have never, not once, come across a document that intentionally used italics to indicate it was quoting someone", but I

Re: [whatwg] and

2007-01-21 Thread Matthew Paul Thomas
On Jan 11, 2007, at 7:01 AM, Sander Tekelenburg wrote: At 14:42 +1300 UTC, on 2007-01-07, Matthew Paul Thomas wrote: On Jan 7, 2007, at 7:13 AM, Sander Tekelenburg wrote: ... It's still entirely unclear to me *why* the cite attribute needs a replacement. What is wrong with it? First,

Re: [whatwg] Problems with the definition of

2007-01-20 Thread Matthew Paul Thomas
On Jan 17, 2007, at 12:46 AM, Benjamin Hawkes-Lewis wrote: Matthew Paul Thomas wrote: ... This is the correct way to do it: This is correct!, said Ian. Despite this being consistent with the example given in the HTML 4 specification, it is not compatible with the Web (except

Re: [whatwg] contenteditable, and

2007-01-11 Thread Matthew Paul Thomas
ut opportunity cost. ... "Not without" makes that statement look more profound than it is. -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] contenteditable, and

2007-01-10 Thread Matthew Paul Thomas
On Jan 11, 2007, at 2:17 AM, Henri Sivonen wrote: On Jan 10, 2007, at 13:26, Matthew Paul Thomas wrote: The message "please use and unless you really know what you're doing, and generate and unless your users really know what they're doing" is *not* well-known.

Re: [whatwg] contenteditable, and

2007-01-10 Thread Matthew Paul Thomas
that make such a distinction (are there any? I forget), that's a very small benefit for a very small audience. Fantasai's example of emphasis in Chinese text is much more interesting. -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] and

2007-01-06 Thread Matthew Paul Thomas
, for example when the source information for your quote is something as vague as "attributed to Mark Twain". (None of this is new, just a summary of what I understand from the discussion so far. I'm still thinking about alternative markup.:-) Cheers -- Matthew Paul Thomas http://mpt.net.nz/

[whatwg] Problems with the definition of

2007-01-05 Thread Matthew Paul Thomas
of a work: a book, film, exhibition, game, etc. To close on a minor point: en-GB-hixie notwithstanding, it's "preceded", not "preceeded". :-) Cheers -- Matthew Paul Thomas http://mpt.net.nz/

[whatwg] Presentational safety valves

2007-01-02 Thread Matthew Paul Thomas
On Dec 28, 2006, at 1:58 PM, James Graham wrote: Mike Schinkel wrote: Matthew Paul Thomas wrote: ... Non-heuristic machine consumption fails when semantic elements are abused, and becomes practical when elements have multiple popular meanings (examples of the latter include in HTML 4, and

Re: [whatwg] Semantic styling languages in the guise of HTML attributes.

2006-12-27 Thread Matthew Paul Thomas
On Dec 26, 2006, at 1:50 AM, Matthew Paul Thomas wrote: ... Non-heuristic machine consumption fails when semantic elements are abused, and becomes practical when elements have multiple popular meanings (examples of the latter include in HTML 4, and in HTML 5). That should have been

Re: [whatwg] Semantic styling languages in the guise of HTML attributes.

2006-12-27 Thread Matthew Paul Thomas
s have multiple popular meanings (examples of the latter include in HTML 4, and in HTML 5). Heuristic machine consumption fails occasionally by the very nature of heuristics (examples currently include <http://www.google.com/search?q=define:author> and <http://www.google.com/search?q=define:editor>.) -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] several messages about XML syntax and HTML5

2006-12-18 Thread Matthew Paul Thomas
cussion is, it's not relevant to the WhatWG (and I apologize for participating). If you think search engine result pages would be better if festooned with useless warnings, lobby your favorite search engine vendor, or go start your own. -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] several messages about XML syntax and HTML5

2006-12-18 Thread Matthew Paul Thomas
ot think that something was wrong with 90 percent of Web pages. They would think that something was wrong with the search engine. And they would be right. -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] Allow trailing slash in always-empty HTML5 elements?

2006-12-14 Thread Matthew Paul Thomas
not in that position eiter. Personally, I would *love* Google to do this sort of thing. I just have no hope for it. ... <http://labs.google.com/accessible/> -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] Allow trailing slash in always-empty HTML5 elements?

2006-12-08 Thread Matthew Paul Thomas
l as XML' handling. Add us to your browsers's text/html -> XML list.". ... That would be even worse. -- Matthew Paul Thomas http://mpt.net.nz/

[whatwg] Meaning of the title= attribute

2006-11-28 Thread Matthew Paul Thomas
:-) A useful medium-independent description of title= might be "Supplemental text that is relevant only when concentrating on the element to which it applies". -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] The IMG element, proposing a CAPTION attribute

2006-11-15 Thread Matthew Paul Thomas
click. :-) -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] The IMG element, proposing a CAPTION attribute

2006-11-13 Thread Matthew Paul Thomas
=: whereas alt= should be presented only if the image itself is *not* presented, the caption element should be presented only if the image itself *is* presented. Otherwise there would be the same problem with non-sequiturs in non-visual media as there is with descriptive alt=. -- Matthew P

Re: [whatwg] element comments

2006-11-06 Thread Matthew Paul Thomas
particular, that use width= and height= as a (very slow) alternative to thumbnails. It may be possible to use the Google Images corpus to find out just how common this problem is. -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] colspan="0"

2006-11-05 Thread Matthew Paul Thomas
tion authors, and make such pages faster overall. -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] Footnotes, endnotes, sidenotes

2006-11-04 Thread Matthew Paul Thomas
e. For example, an unobtrusive sound effect at each footnote reference, and a command to read the last-encountered footnote. -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] [HTML5] Editorial: 3.10.18. The |sup| and |sub| elements

2006-11-04 Thread Matthew Paul Thomas
rent style from the "c"? If not, perhaps the definition of needs to be expanded to include physical constants. -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] caption (was: How not to fix HTML)

2006-11-04 Thread Matthew Paul Thomas
Video. I think what would work best for this is the element I've proposed back in june: Some caption here ... ... That would not. (At least, not without some tricky CSS.) -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] Footnotes, endnotes, sidenotes

2006-11-04 Thread Matthew Paul Thomas
arkup.  ... Scholarly books sometimes use both footnotes and endnotes for different things -- footnotes for citations and endnotes for tangential discussions, or vice versa. I've never seen an HTML document try to make this distinction, though. -- Matthew Paul Thomas http://mpt.net.nz/

[whatwg] The utility function for semantics in HTML

2006-11-04 Thread Matthew Paul Thomas
ample: XHTML2's attempt to kill and , resulting in more misuse of and .) Many people concentrate on one or two of these effects and gloss over the others, so their idea of the overall utility function is warped. -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] [HTML5] 3.10.9. The |abbr| element

2006-11-02 Thread Matthew Paul Thomas
ot just because that's what it means, but because that's how it *should* be expanded if it needs to be expanded, for example if it is being read aloud. (Expanding it as "id est" would be pretentiously unreasonable.) Similarly in "Mac OS X", I don't give "OS" a title=, because what "OS" stands for is never relevant in the context. -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] [WebForms2] custom form validation notifications

2006-10-08 Thread Matthew Paul Thomas
extensively than any Web site could (which will be even more of a benefit when the Web site is not in your preferred language). Is the use of the title attribute inappropriate for this case? ... It has the same lack of context. -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] input type="country"?

2006-08-23 Thread Matthew Paul Thomas
b developer lives in a part of the world doesn't agree with the 'official' list of countries? You use a . ... Or, if you're using Web Forms 2 anyway, a . -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] Where did the "rev" attribute go?

2006-07-13 Thread Matthew Paul Thomas
vived (with minor modifications) to HTML 4, *except for* and [thor]. <http://www.w3.org/MarkUp/html3/logical.html> -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] Spellchecking proposal #2

2006-06-26 Thread Matthew Paul Thomas
On Jun 25, 2006, at 11:59 PM, Lachlan Hunt wrote: Matthew Paul Thomas wrote: ... But realistically, browsers won't "allow the user to easily override it if they want to", because any interface for doing that would be absurd. ... * Status bar icon/text that indicates if spell

Re: [whatwg] Spellchecking proposal #2

2006-06-24 Thread Matthew Paul Thomas
ignore the attribute, or they'll make it configurable in a really obscure place (about:config or equivalent), and leave 99.9% of people wondering vaguely why spellchecking works on some pages and not others. -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] On accessibility

2006-06-14 Thread Matthew Paul Thomas
cess keys because they're so non-obvious -- instructions that may be incorrect for some platforms, depending on how they're worded, and that are irrelevant for non-interactive UAs like Google.) -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] Show upload progress

2006-05-06 Thread Matthew Paul Thomas
orehand. And good results probably would be achieved from ignoring XmlHttp traffic for progress bar purposes whenever displaying any non-XmlHttp progress. -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] Show upload progress

2006-05-05 Thread Matthew Paul Thomas
roach would be for the browser to show the upload progress itself. Complain to your friendly local browser vendor. -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] Select conformance

2006-04-01 Thread Matthew Paul Thomas
u can see that a control is disabled is that its contents are greyed out -- its outline does not change. (This is true of buttons in the Classic theme in Windows, for example.) So a whose selected item (and therefore its only visible item) was disabled would look entirely unusable. --

Re: [whatwg] Select conformance

2006-03-30 Thread Matthew Paul Thomas
elected disabled and unselected disabled options, browsers would need to start including a checkbox for each item in a . But then they should have been doing that all along, both to distinguish between and size>, and to save people from having to know Ctrl+click/Command+click. -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] draft

2006-03-28 Thread Matthew Paul Thomas
On Mar 29, 2006, at 12:02 AM, Ric Hardacre wrote: Matthew Paul Thomas wrote: ... Sure, but they have different meanings. Progress bars are intended to reach 100% unless cancelled; vote counts are not. In Mac OS, and many Gnome and KDE themes, will have an animated appearance by default

Re: [whatwg] draft

2006-03-28 Thread Matthew Paul Thomas
are intended to reach 100% unless cancelled; vote counts are not. In Mac OS, and many Gnome and KDE themes, will have an animated appearance by default; will not. -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] A better name than for the element that shows

2006-03-21 Thread Matthew Paul Thomas
it has no obvious effect. With , as with "color", the result will be very obvious and the correct spelling quickly learned. -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] 2.20.2 The command element - icon attribute

2006-03-03 Thread Matthew Paul Thomas
ng. So the anecdote of the naïve guy above was more dog-whistling? You either: agree, embrace or disagree with diversity. ... I suspect that's another false dilemma, but to be honest I'm not even sure what you're saying. :-) Cheers -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] 2.20.2 The command element - icon attribute

2006-03-02 Thread Matthew Paul Thomas
t will be more difficult than using , of course, which is good because it means authors will be more likely to use instead. -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] Definition of alt= attribute

2006-01-24 Thread Matthew Paul Thomas
On 24 Jan, 2006, at 5:43 AM, dolphinling wrote: Matthew Paul Thomas wrote: Bizarre but serious conclusion: alt= should be optional for in documents where a element is present. How about "Authoring tools MUST only provide alternate text that the author explicitly requests, That

Re: [whatwg] Definition of alt= attribute

2006-01-21 Thread Matthew Paul Thomas
re *not* likely to care about appropriate alt= text, so it is better for the Web if such tools omit alt= than if they force it to some default value to generate valid documents and avoid persecution by the Web Standards Project. Bizarre but serious conclusion: alt= should be optional for in documents where a element is present. -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] Definition of alt= attribute

2006-01-20 Thread Matthew Paul Thomas
g.cgi?id=5764>, but no longer does because it didn't work for the many cases of and the like. (I can't find where the latter decision was made, but IIRC Ian Hickson was the one who made it.) -- Matthew Paul Thomas http://mpt.net.nz/

Re: [whatwg] Definition of alt= attribute

2006-01-20 Thread Matthew Paul Thomas
On 19 Jan, 2006, at 1:53 AM, Lachlan Hunt wrote: Matthew Paul Thomas wrote: I can think of no reason for Ah, of course, I had forgotten about . It would have been more obvious to make alt= compulsory where type="image", and prohibited otherwise. ( Why would a form el

[whatwg] Definition of alt= attribute

2006-01-18 Thread Matthew Paul Thomas
, but it shows a large brown creature running through the forest."> At last, evidence of the moa!</p> Do not provide alternate text for an image when it is used for formatting, decoration, illustration, or linking to a solely graphical resource. Instead, use alt="". For example

Re: [whatwg] , , ,

2006-01-18 Thread Matthew Paul Thomas
ed in some examples. If the latter, that will make certain the semantic-free fates of and . -- Matthew Paul Thomas http://mpt.net.nz/

[whatwg] Presentational elements in Web Applications 1.0

2006-01-14 Thread Matthew Paul Thomas
On 14 Jan, 2006, at 1:24 PM, Lachlan Hunt wrote: Eugene T.S. Wong wrote: I'd like to recommend that the WHATWG bring back because it provides an excellent way of saying "this is a centered ". is no more semantic that , , or , yet they have their uses. No, center is presentational, div

Re: [whatwg] Thoughts on Context and Popup Menus for Web Applications

2006-01-06 Thread Matthew Paul Thomas
o hint that they even exist. A menubutton, though, could be tabbed to even if it had appeared only because the element it was inside had been selected or focused. -- Matthew Paul Thomas http://mpt.net.nz/