Options:
- # Session Start: Thu Sep 03 00:00:00 2009
- # Session Ident: #html-wg
- # [00:06] * Joins: mjs_ (mjs@17.246.19.128)
- # [00:08] * Joins: annevk (opera@83.85.115.44)
- # [00:08] * Quits: mjs (mjs@17.203.15.181) (Ping timeout)
- # [00:08] * mjs_ is now known as mjs
- # [00:11] * Quits: heycam (cam@210.84.56.211) (Quit: bye)
- # [00:13] * Joins: J_Voracek (irchon@173.74.232.166)
- # [00:13] * Quits: J_Voracek (irchon@173.74.232.166) (Client exited)
- # [00:13] * Joins: J_Voracek (irchon@173.74.232.166)
- # [00:13] * Quits: J_Voracek (irchon@173.74.232.166) (Client exited)
- # [00:37] * Quits: aroben_ (aroben@71.58.77.15) (Connection reset by peer)
- # [00:40] * Joins: heycam (cam@130.194.72.84)
- # [00:41] * Quits: taf2 (taf2@38.99.201.242) (Quit: taf2)
- # [01:11] * Joins: taf2 (taf2@216.15.54.105)
- # [01:14] * MikeSmith is now known as MikeSmith^away
- # [01:34] * Quits: gavin (gavin@99.226.207.11) (Quit: gavin)
- # [01:46] <pimpbot> bugmail: [Bug 7475] Semantics of rel=first and rel=index breaks specs and implementations <http://lists.w3.org/Archives/Public/public-html-bugzilla/2009Sep/0011.html>
- # [01:48] * Quits: adele (adele@17.246.18.111) (Quit: adele)
- # [02:35] * MikeSmith^away is now known as MikeSmith
- # [03:16] * Quits: taf2 (taf2@216.15.54.105) (Ping timeout)
- # [03:34] * Quits: shepazu (schepers@128.30.52.169) (Quit: shepazu)
- # [03:49] * Joins: taf2 (taf2@216.15.54.105)
- # [04:07] * Quits: mjs (mjs@17.246.19.128) (Quit: mjs)
- # [04:18] * Quits: plh (plh@128.30.52.28) (Quit: always accept cookies)
- # [04:32] * Joins: jwatt (roslea@72.255.56.148)
- # [04:33] * Joins: shepazu (schepers@128.30.52.169)
- # [04:33] * Parts: jwatt (roslea@72.255.56.148)
- # [04:50] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: Tomorrow to fresh woods, and pastures new.)
- # [05:05] * Quits: annevk (opera@83.85.115.44) (Ping timeout)
- # [05:11] * Joins: mjs (mjs@69.181.42.237)
- # [05:18] * Joins: adrianba (adrianba@131.107.0.85)
- # [05:19] * Quits: taf2 (taf2@216.15.54.105) (Quit: taf2)
- # [08:47] <pimpbot> bugmail: [Bug 7482] New: The maxLength attribute for input elements can be -1, indicating no maxlength attribute present, per DOM Level 2 HTML. HTML 5 has changed that to be "unsigned long", which -1 cannot be. <http://lists.w3.org/Archives/Public/public-html-bugzilla/2009Sep/0012.html>
- # [09:48] <pimpbot> bugmail: [Bug 7483] New: The footer element desperately needs to be able to contain sectioning content descendents, most importantly "nav". Under the current specification, I will just end up using div class="footer" so my footers can contain sectioning content. <http://lists.w3.org/Archives/Public/public-html-bugzilla/2009Sep/0013.html>
- # [09:55] * Quits: heycam (cam@130.194.72.84) (Quit: bye)
- # [10:04] * Quits: webben (benh@217.12.15.52) (Ping timeout)
- # [10:05] * Joins: tlr (tlr@128.30.52.169)
- # [10:18] <pimpbot> bugmail: [Bug 7484] New: head/@profile holds a white-space separated list of URIs <http://lists.w3.org/Archives/Public/public-html-bugzilla/2009Sep/0014.html>
- # [10:58] * Joins: webben (benh@217.12.14.240)
- # [11:01] * Joins: ROBOd (robod@89.122.216.38)
- # [11:08] <hsivonen> I'm having trouble seeing the distinction in the "definition" of <plaintext> and @scheme.
- # [11:08] * Joins: anne (annevk@83.85.115.44)
- # [11:12] <Lachy> Hixie, http://www.whatwg.org/specs/web-apps/current-work/#plaintext - the spec should advise authors to use either text/plain or <pre>
- # [11:12] <pimpbot> Title: HTML5 (at www.whatwg.org)
- # [11:12] <hsivonen> I'm tempted to go find the media type registration rules, but I have other things to do
- # [11:13] <Hixie> Lachy: why would they use <pre>?
- # [11:13] <Hixie> <plaintext>'s replacement was text/plain, not <pre>
- # [11:13] <Lachy> replace <plaintext>... with <pre>...</pre>
- # [11:14] <Lachy> it depends if plaintext is used for an entire document, or if it's just some text at the end of an otherwise normal HTML document
- # [11:15] <Lachy> e.g. It would be better to use <pre> in a situation like: <!DOCTYPE html><title>Foo</title><p>Whatever... <plaintext>some plain text content.
- # [11:15] <Hixie> <plaintext> only ever to my knowledge existed as a feature to be used at the top of a document, in the days before Content-Type headers.
- # [11:17] <Lachy> Is that how it's used in practice?
- # [11:18] <pimpbot> bugmail: [Bug 7427] When the maxlength attribute is omitted it should return -1 like Opera and Firefox and not 0. (Alternatively it could return the maximum value like Chrome and presumably Safari do, but that seems less nice. <http://lists.w3.org/Archives/Public/public-html-bugzilla/2009Sep/0016.html> ** [Bug 7482] The maxLength attribute for input elements can be -1, indicating no maxlength attribute present, per DOM Level 2 HTML. HTML 5 has changed
- # [11:19] <Hixie> Lachy: it's not used in practice.
- # [11:19] <hsivonen> Lachy: in practice, it is used for "your sanitizer sucks" demos
- # [11:22] <Lachy> did you never come across it in any of your analyses of the web?
- # [11:23] <Hixie> not in any significant numbers, afair
- # [11:25] <Lachy> yeah, I didn't expect it to be significant, though I expected perhaps a small number, like a few dozen pages total
- # [11:26] <hsivonen> I think I've seen a page that used <plaintext> in the pre-HTTP 1.0 way, and the page had actually sat on the file system of a Web server since the earliest days of the Web
- # [11:27] <hsivonen> I think it was meeting minutes for one of the clubs at the student union at Helsinki University of Technology
- # [11:33] <jgraham> Would browsers agree to drop it?
- # [11:34] <hsivonen> there's a use case, though:
- # [11:34] <hsivonen> document.writing <plaintext> in order to capture the source code into a JS-based parser
- # [11:35] <hsivonen> as in Philip's S-expression parser
- # [11:35] <Lachy> how does plaintext help get the source in JS, and more than just reading .innerHTML?
- # [11:35] <jgraham> That seems like a marginal use case at best :) and is non-conforming anyway
- # [11:36] * Quits: Julian (chatzilla@217.91.35.233) (Ping timeout)
- # [11:37] <hsivonen> Lachy: innerHTML reserializes. <plaintext> allows you to see the original UTF-16 stream
- # [11:37] <Lachy> oh
- # [11:37] <hsivonen> jgraham: it may not be marginal if we start using it to upgrade the parsers of old browsers using js libs
- # [11:37] <jgraham> <script> seems like it would work fine, with the restiction that you couldn't have the literal string </script>
- # [11:37] <jgraham> *restriction
- # [11:38] <hsivonen> jgraham: that's a pretty severe restriction if you want a drop-in <script src="html5.js"></script> that magically makes SVG and stuff work in legacy browsers
- # [11:38] <Lachy> hsivonen, where is Phillip's S-expression parser?
- # [11:38] <jgraham> Yeah it wouldn't work for that.
- # [11:39] * Joins: Julian (chatzilla@217.91.35.233)
- # [11:39] <jgraham> I'm not convinced that javascript is fast enough to implement HTML in javascript parsers anyway
- # [11:39] <hsivonen> Lachy: can't remember. It's usually hard to find Philip's pages after the fact
- # [11:39] <jgraham> At least ones that you would deploy on a production site
- # [11:40] <hsivonen> jgraham: JS may well be fast enough but the JS-DOM boundary may suck
- # [11:41] <jgraham> Yeah that is slow even in relatively fast js-engines
- # [11:41] <Lachy> hsivonen, removing plaintext support from newer HTML5 parsers won't affect the ability to use it "to upgrade the parsers of old browsers using js libs", if that's even a feasible thing to do.
- # [11:41] <hsivonen> Lachy: it will for HTML6
- # [11:41] <jgraham> http://canvex.lazyilluminati.com/misc/sexp.html
- # [11:43] <Lachy> surely there would be more efficient ways to make the necessary changes in the DOM for, e.g. new empty elements introduced in HTML6 that need special parsing requirements
- # [11:44] <Lachy> and which wouldn't require implementing an entire HTML6 parser utilising <plaintext> to get the source
- # [11:44] <hsivonen> Hixie: regarding profile, shouldn't your argumentation be based on what GRDDL agents do--not on what HTML4 says?
- # [11:45] <hsivonen> Lachy: maybe we figure out a way to do XBL2 in text/html despite the apparent issues
- # [11:45] <Lachy> gotta go, back soon.
- # [11:45] * Quits: Lachy (Lachlan@85.196.122.246) (Quit: This computer has gone to sleep)
- # [11:46] <Hixie> hsivonen: i'm sure julian would never suggest that we should ignore a spec and pay attention to reality instead. that would be contrary to all his statements to date.
- # [11:47] <Julian> Come on. I didn't say ignore it. I said: *read* it, see it's inconsistent, and incorporate an erratum that everybody (maybe except you) seems to agree on.
- # [11:48] <anne> hsivonen, has anyone created a polyglot validator mash-up yet?
- # [11:48] <hsivonen> anne: not to my knowledge
- # [11:49] <Hixie> Julian: what's inconsistent?
- # [11:49] * anne is going to figure out how easy that would be
- # [11:50] <hsivonen> anne: you can't do it as a mashup with the V.nu Web service if you want to compare document trees
- # [11:50] <Julian> If you aren't aware of that, you haven't done your work. Or just read my recent mail. Or the bugzilla entry.
- # [11:50] <anne> hsivonen, comparing trees is essential?
- # [11:50] * anne forgot about that :/
- # [11:51] <Hixie> julian: you didn't quote anything that was inconsistent.
- # [11:51] <Hixie> Julian: it's defined as a list, and "this specification only considers the first URI to be significant"
- # [11:51] <Philip> Lachy: http://canvex.lazyilluminati.com/misc/sexp.html
- # [11:51] <mjs> I think it's ok to extend HTML4.01's definition of a feature if it better matches existing content and what existing consumers do, even for an obsolete feature
- # [11:51] <Philip> Oh, jgraham already found it :-(
- # [11:51] <Julian> And that's a well-known bug.
- # [11:51] <Hixie> existing content doesn't use profile="".
- # [11:52] <Hixie> the well-known bug is the existence of profile="" at all.
- # [11:52] <Philip> hsivonen: Usually it's okay that it's hard to find my pages, since they have approximately zero value and it decreases over time
- # [11:52] <Julian> That's incorrect.
- # [11:52] <Hixie> no, it's correct everywhere but a tiny portion of some ivory tower set of content that really doesn't matter.
- # [11:52] <Julian> It doesn't matter to you.
- # [11:52] <Julian> Apparently.
- # [11:52] <Hixie> profile="" is a ridiculous feature that i really can't believe i'm spending time talking about.
- # [11:53] <anne> wait, if you disagree with profile being obsolete you should argue that
- # [11:53] <anne> not the way it is defined
- # [11:53] <Julian> So, don't. And let the WG decide on it when we get there.
- # [11:53] <Hixie> ok
- # [11:53] <Hixie> i shall henceforth stop talking about profile="".
- # [11:53] <mjs> if the spec is going to cater to the ivory tower content at all by defining the potential processing requirements of an obsolete feature, it may as well define it in the way the ivory tower content actually wants
- # [11:54] <mjs> (I don't know if there's actually any content out there that uses multiple profile URLs or processors that expect that.)
- # [11:55] <Julian> There is content out there, becazse it's inevitable once you combine different profiles in a single document; such as hcard (as recommended by microformats), GRDDL, and DC-HTML.
- # [11:55] * Joins: Lachy (Lachlan@213.236.208.22)
- # [11:56] <mjs> can you cite any actual documents in the wild that do that, or HTML consumers that handle multiple profile URLs properly?
- # [11:56] <Philip> (http://philip.html5.org/data/profile-values-2.txt shows what's written in some content)
- # [11:57] <mjs> some multiple URLs are rare-ish but statistically significant
- # [11:57] <mjs> s/some/so/
- # [11:57] * Joins: gsnedders (gsnedders@84.190.168.147)
- # [11:58] <Julian> Allowing multiple URIs is the only way the feature can work, I've produced documents like that myself, I've seen them in the wild, and Philip's statistics show them too.
- # [11:58] * Philip doesn't know whether the pages with multiple profile URLs are all from a small handful of sites, or spread out a lot
- # [12:02] <mjs> does HTML5 have a defined syntax for a space-separated list of URLs?
- # [12:02] <Hixie> it has a defined syntax for space-separated list of tokens, each token of which can be a URL, yes
- # [12:03] <Julian> a/@ping has the same syntax
- # [12:04] <Julian> (don't take that as agreement that a/@ping should stay in)
- # [12:04] <mjs> it seems like the change to allow processing as a space-separated list of tokens, each of which is a list of URLs, would be trivial and would better reflect existing practice (for the admittedly rare case of profile being processed at all) without offending anyone's sensibilities
- # [12:05] <mjs> er, space-separated list of tokens, each of which is a URL I mean
- # [12:06] <mjs> Julian: can you file a bug in bugzilla that says that and Cc me? (mjs@apple.com)
- # [12:06] <mjs> Julian: I need to get some sleep before the telecon
- # [12:07] <Julian> I filed it already...
- # [12:07] <Hixie> wait, you don't want html5 to define profile="" like html4 did?
- # [12:07] <Hixie> i thought the whole point here was to make the text/html registration not change the rules from html4
- # [12:08] <Julian> http://www.w3.org/Bugs/Public/show_bug.cgi?id=7484
- # [12:08] <pimpbot> 7484: julian.reschke@gmx.de, P2, NEW, head/@profile holds a white-space separated list of URIs
- # [12:08] <anne> aaah, pimpbot got coloring? crap
- # [12:09] <Julian> I want the definition to be there, and also resolve a known issue in HTML 4.
- # [12:09] * Joins: kliehm (kliehm@217.86.146.74)
- # [12:10] <Hixie> but you don't want it to resolve the _other_ "known issue", namely the existence of profile="" at all.
- # [12:10] <Hixie> so how can i know which known issues we should be resolving and which we should not?
- # [12:11] <mjs> it seems like obsoleting it and making it nonconforming is the most that can be done to address the "existince" issue
- # [12:11] <Hixie> no, we could make it do nothing, also
- # [12:11] <mjs> well, I suppose you could also say all HTML consumers MUST ignore the value
- # [12:12] <Hixie> that's what we used to say
- # [12:12] <Hixie> but julian said that wasn't acceptable
- # [12:12] <Hixie> whence my confusion, since i thought that meant julian wanted the spec to match html4
- # [12:12] * Quits: tH (Rob@82.4.89.172) (Ping timeout)
- # [12:12] <Julian> It's in conflict with specs that use it.
- # [12:12] <Hixie> but now he says he also wants "known issues" fixed
- # [12:12] <Hixie> so why should those specs not be the ones to be fixed?
- # [12:13] <Hixie> why do you always think it is html5 that needs to be fixed and not the other specs?
- # [12:14] <mjs> it seems to me that if you allow HTML consumers to process the value at all, it's no worse to allow them to process a list of URLs than a URL, and arguably better since it better reflects what the HTML consumers that care about this actually do
- # [12:14] <Hixie> sure, but it's even better to have them not process the value at all, so if the goal is technical correctness, then we should do that.
- # [12:14] <Hixie> but i thought the goal was making the text/html registration include html4's semantics.
- # [12:15] <Hixie> s/correctness/superiority/
- # [12:17] <anne> I think that for the profile attribute the legacy case is that UAs need to process it as a space-separated list of URLs and the forward looking case is presumably rel=profile
- # [12:18] <mjs> in this case it seems Julian wants to capture the html4 semantics and also extend them (in a compatible way) to better match reality
- # [12:18] <Julian> Anne, agreed.
- # [12:18] <mjs> whether this is consistent with his other positions or not, it seems like a reasonable position
- # [12:18] <anne> I wonder if there's an equivalent somewhere
- # [12:18] <pimpbot> bugmail: [Bug 7485] New: obsolete permitted DOCTYPEs link is broken in author view <http://lists.w3.org/Archives/Public/public-html-bugzilla/2009Sep/0017.html>
- # [12:19] <Hixie> mjs: reality (99.995% of pages according to Philip's data) is that pages don't have more than one profile="" value.
- # [12:19] <Julian> mjs, HTML4 is inconsistent. And as far as I can tell, the main reason why it was never fixed is a W3C process issue, not disagreement about what the fix is.
- # [12:19] <Hixie> html4 isn't inconsistent
- # [12:20] <mjs> HTML5 doesn't seem to accurately reflect HTML4 on this, whether HTML4 is consistent or not
- # [12:20] <Julian> So saying "is is a single URI" *and* "it's a list of URIs" is consistent?
- # [12:20] <mjs> the literal-minded way to follow it would be to say the attribute should be processed as a space-separated list of tokens, and then all but the first must be ignored
- # [12:21] <Julian> mjs, that's what HTML4 says, but that of course doesn't work in practice. It's a bug in HTML4, as simply as that.
- # [12:21] <Hixie> Julian: the spec says that the attribute is a single uri (for authors) and should be trimmed after the first space (for UAs)
- # [12:21] <Hixie> Julian: how is that inconsistent?
- # [12:23] <Hixie> in HTML5 we don't need to worry about the HTML4-non-conforming case of multiple values, since (a) no conforming document will ever include more than one value, since html4 only allowed one and html5 disallows the attribute, and (b) because 99.995% of pages don't have more than one.
- # [12:23] <Julian> "This attribute specifies the location of one or more meta data profiles, separated by white space."
- # [12:23] <Hixie> that's a non-normative statement of fact with no normative conformance criteria in it.
- # [12:23] <Julian> That describes the semantics of the attribute; it's not specific to consumers or producers.
- # [12:23] <Julian> The syntax definition (DTD) is inconsistent with that.
- # [12:24] <mjs> none of the text about profile uses any conformance keywords afaict
- # [12:24] <Hixie> well then we can ignore the spec and rely on data
- # [12:24] <Hixie> which says that 99.995% of pages don't need anything more than one url
- # [12:24] <Hixie> or we could ignore the pages and look at UAs
- # [12:24] <Hixie> which all ignore the profiles except for a few academic projects
- # [12:25] <Julian> You could also listen to the people who actually use profile.
- # [12:25] <mjs> I think in the days of HTML4.01, the informal language was taken to establish conformance criteria, and in this case it does seem facially inconsistent
- # [12:26] <anne> Hixie, so?
- # [12:26] <mjs> it also seems like it would take less effort to change this than to argue about it, and I don't think the change would cause any harm, nor do I think anyone would object to it
- # [12:26] <anne> Hixie, if processing it as a space-separated list of URLs is more compatible, why not do it that way?
- # [12:27] <Hixie> i don't have a problem with processing it as a space-separated list of URLs, i have a problem with the way julian's position keeps changing such that i have no idea what on earth he wants
- # [12:27] <Hixie> one day he wants the spec to match html4 for text/html registration purposes
- # [12:28] <Hixie> one day he wants "known issues" to be fixed
- # [12:28] <Hixie> despite this contradicting the earlier request
- # [12:28] <Hixie> then he wants "meaning" to be defined, but can't say what that is
- # [12:28] <mjs> I think he asked for this one specific issue to be fixed, as an amendment to his general request
- # [12:28] <anne> where did he wanted it to match HTML4?
- # [12:28] * Joins: myakura (myakura@114.163.207.14)
- # [12:28] <anne> that cannot be done anyway
- # [12:28] <Hixie> anne: mailing list, a few days ago
- # [12:29] <anne> was it meant literally?
- # [12:29] <Julian> Hixie, my position with respect to this hasn't changed a single time.
- # [12:29] <mjs> the "meaning" part seems like a separate issue that doesn't affect the processing rules for the profile attribute's value
- # [12:29] <Julian> don't put words in my mouth
- # [12:29] <mjs> anyway, I'm off to get some token amount of sleep
- # [12:29] <Hixie> nn mjs
- # [12:30] <Hixie> Julian: then you have not been very good at articulating your position
- # [12:30] <Hixie> Julian: because from where i sit, it's felt like every time i make a change, you change what you want.
- # [12:30] * Quits: gsnedders (gsnedders@84.190.168.147) (Ping timeout)
- # [12:30] <Hixie> Julian: and half the time i don't even understand your objections.
- # [12:31] <Hixie> (which leads me to doubt that i am actually understanding any of them)
- # [12:32] * Joins: gsnedders (gsnedders@84.190.179.130)
- # [12:33] * tlr is now known as tlr-backforglobal
- # [12:33] <hsivonen> Julian: can you point to an RFC trail that connects the bug you raised about @profile to the IANA/IETF media type registration rules?
- # [12:33] <anne> there are no suchrules
- # [12:33] <anne> it's "obvious"
- # [12:34] <hsivonen> anne: comparing trees (or black-box equivalent behavior) is essential for establishing that a document is polyglot and not merely valid HTML5 and XHTML5 but with different meaning
- # [12:34] <hsivonen> anne: of course, it's *impossible* to contruct a perfect (X)HTML5 polyglot document due to xmlns="http://www.w3.org/1999/xhtml"
- # [12:35] <hsivonen> anne: so if one wants a polyglot checker that isn't simply
- # [12:35] <hsivonen> print "FAIL!"
- # [12:35] <Lachy> hsivonen, if we have to compare trees, then all polyglot documents would have to include <tbody>, or else the <table><tr>... case would differ
- # [12:35] <hsivonen> one must ignore the no-namespace attribute with local name xmlns in certain cases
- # [12:35] <jgraham> Lachy: Yes
- # [12:35] <hsivonen> Lachy: correct
- # [12:36] <jgraham> Lachy: The people who want "polyglot" documents generally don't
- # [12:36] <Julian> Henri, the bug that I raised (if you're referring to @proflie) has nothing to do with the media type registration. We're only discussing this now as the text was recently added *because* of the media type reg issue, and I'd like it to be accurate.
- # [12:36] <hsivonen> Julian: I see
- # [12:36] <Lachy> jgraham, generally don't do what?
- # [12:37] <jgraham> Lachy: Want polyglot documents. They want a few extra syntactic restrictions on top of HTML some of which are sane "always quote attribute values" some of which are stupid "void elements have a trailing slash"
- # [12:38] <anne> I can't believe tantek used the argument about consistently closing btw
- # [12:38] <anne> I mean, it makes sense for non-void elements
- # [12:38] <anne> but void elements cannot be consistently closed by definition
- # [12:38] <anne> they're special
- # [12:39] <anne> hsivonen, mkay
- # [12:39] <Lachy> jgraham, right, which is why I expressed concern over the requirement to use <tbody> in HTML for a polyglot document checker
- # [12:39] <hsivonen> anne: what argument did tantek use and where?
- # [12:39] <jgraham> Lachy: If they say they want a polyglot document checker, they should get one. After all for a few use cases it makes sense
- # [12:40] <jgraham> If they just want a lint tool with a million options that they con use to enforce their prefered coding style that is fine too. But then they should ask for that and not the other thing
- # [12:40] <Lachy> jgraham, so it depends if people want a real polyglot document checker, or just one that verifies the syntactic correctness without doing a complete tree comparison
- # [12:41] <anne> Julian, I wasn't even replying to you
- # [12:41] <anne> -_-
- # [12:41] <hsivonen> jgraham: do you expect the Super Friends (as opposed to rubys and Jacques Distler) to actually want a true polyglot checker?
- # [12:41] <jgraham> Lachy: You can already verify syntatic correctness simply by revalidating in XHTML mode
- # [12:41] <Julian> OK, I need a break from this discussion :-)
- # [12:41] <anne> hsivonen, somewhere in the #whatwg IRC archives
- # [12:41] <jgraham> hsivonen: I doubt it.
- # [12:42] <hsivonen> Hixie: speaking of archives, in the real world markup doesn't become before appearance
- # [12:42] <Lachy> jgraham, the request I saw from zeldman was that they want an option in the validator to be able to do it all in one step
- # [12:42] <Hixie> hsivonen: indeed
- # [12:42] <Hixie> hsivonen: but it should :-)
- # [12:42] <hsivonen> Hixie: in the real world, a designer hands you a .psd file with lipsum before there's even content for replacing the lipsum with!
- # [12:43] <jgraham> Lachy: Revalidating as XHTML is strictly useless though. You can construct a document that means something entirely different when processed as XHTML and HTML yet is valid in either
- # [12:43] <Philip> jgraham: Why does the ability to subvert the validator in such a way make the validator useless?
- # [12:44] <hsivonen> Philip: <script><!-- ... --></script> makes subversion accidental
- # [12:44] <Lachy> jgraham, I know that's possible. But I'm not the one making the request for the feature. Just trying to analyse the issues with what has been requested and the proposed solutions
- # [12:44] <jgraham> Philip: In practice there is afaict no actual desire to serve XHTML
- # [12:44] <Philip> Ah, if it's an easy accident then I guess that makes validation less useful
- # [12:45] <jgraham> So the whole excercise seems pointless
- # [12:48] <jgraham> My (but I guess not hsivonen's) preferred way of approaching this would be to add a large number of optional switches to the validator; e.g. "check attributes are quoted" and then define a "Polyglot Profile" corresponding to various options
- # [12:48] <Lachy> jgraham, trying to find a way to address authors needs and desires isn't pointless. People have requested a way to have the validator check additional syntactic requirements with constraints similar to XHTML, and the issue is whether a full polyglot document checker addresses their need adequately, or whether it would have unexpected consequences
- # [12:48] <pimpbot> bugmail: [Bug 7484] head/@profile holds a white-space separated list of URIs <http://lists.w3.org/Archives/Public/public-html-bugzilla/2009Sep/0018.html>
- # [12:49] <karl> [06:37] <hsivonen> Hixie: speaking of archives, in the real world markup doesn't become before appearance
- # [12:49] <jgraham> My "many options" approach would also allow _me_ to check that I didn't accidentially use a trailing slash, for example
- # [12:50] <jgraham> Lachy: I haven't understood what the "need" is here apart from in tiny number of cases where people actually want to use XHTML
- # [12:51] <karl> yes and no :) indeed the designer hands a psd to be sliced by the Web integrator for icons and images, but most of the time, the web integrator will incorporate this in a CMS which means a mix of programming language, templating languages and autogenerated markup already here.
- # [12:52] <jgraham> Lachy: And I'm not sure why the desire to use something that looks a bit like XHTML but isn't actually exists. On the other hand I can see why a desire to quote all attributes exists
- # [12:52] <karl> The big issue we have in Web agencies with Web integrators caring for Markup are the CMS tools generating crap markup.
- # [12:53] <karl> and even worse the fact that CMS have usually no mechanisms for maintaining or at least warning about quality issues before publishing.
- # [12:54] <Lachy> jgraham, the request is here http://www.zeldman.com/superfriends/guide/#validation with some addtional followup in the comments here http://www.zeldman.com/2009/08/31/loving-html5/#comment-47966 (including that one and others in the page)
- # [12:54] <pimpbot> Title: HTML5 Super Friends Technical Details (at www.zeldman.com)
- # [12:54] <jgraham> On a different topic: am I the only one who doesn't make the correction between the english word "aside" and "website sidebar"? Can someone who does make that connection explain it to me?
- # [12:56] <jgraham> Lachy: I read most of that already (I will read it again) and I _still_ don't understand the desire to couple the concept of coding style to the concept of "XHTML Syntax"
- # [12:56] * Quits: gsnedders (gsnedders@84.190.179.130) (Quit: gsnedders)
- # [12:57] <jgraham> The reasons given for wanting "XHTML Syntax" don't apply to e.g. <img/> vs <img>
- # [12:59] <jgraham> (unless you are serving a true polyglot document, in which case you want to know about <tbody> and too)
- # [13:00] * Joins: gsnedders (gsnedders@84.190.179.130)
- # [13:01] <Lachy> jgraham, I get the impression that somehow we may be talking past each other. My initial point was that I didn't think most authors would be interested in knowing about the <tbody> issue, which would be flagged by a polyglot document checker that does tree comparisions
- # [13:02] <karl> jgraham: aside for me sounds cognitively a bit like "on the side" (add your French crazy brain), so indeed it is closer of sidebar than textnote or annotation
- # [13:03] <gsnedders> à côte de "side"
- # [13:06] <Lachy> so it may be that, despite people like Zeldman and Tantek claiming:
- # [13:06] <Lachy> "All of the above syntax checking (and more) is currently provided by the W3C Validator when validating XHTML 1.0 DOCTYPE documents served as text/html. We want the option for the same (or better?) level of XHTML syntax checking when validating HTML5 documents as text/html."
- # [13:06] <Lachy> They actually only want a more limited XHTML-style syntactic convention checker.
- # [13:06] <jgraham> Lachy: So they don't actually want an XHTML Syntax checker at all.
- # [13:07] <Lachy> yeah, that's my take on the situation
- # [13:08] <jgraham> To be brutally honest it sounds like they want a validator option that they can point to as "HTML-Strict" so they don't have to retract all the stuff they wrote over the past decade about "<img/>" being 'better' than "<img>"
- # [13:12] <Lachy> I'm also assuming they don't want scripts and stylesheets checked for true XHTML compatibility either (something which, I believe, is impossible to check in a validator anyway)
- # [13:13] <gsnedders> Stylesheets can be
- # [13:14] <gsnedders> I can't imagine it being technically simple to implement, though
- # [13:17] <Lachy> gsnedders, it would have to be aware of implied HTML elements and be able to catch things like table>tr, and checking for case sensitivity might be a little difficult in cases like matching HTML's <textarea> vs. SVG's <textArea>
- # [13:18] <gsnedders> Lachy: None of that is impossible, though
- # [13:18] <gsnedders> Lachy: Scripting is impossible because o the halting problem
- # [13:18] <Lachy> yeah
- # [13:19] * Quits: kliehm (kliehm@217.86.146.74) (Connection reset by peer)
- # [13:20] * Joins: kliehm (kliehm@217.86.146.74)
- # [13:20] * Joins: taf2 (taf2@216.15.54.105)
- # [13:22] <Lachy> gsnedders, it's still impossible to do anything but issue warnings about a limited subset of things that require manual checking, since you never know if one selector was explicitly written as an HTML specific or XHTML specific rule
- # [13:23] <gsnedders> Lachy: You can throw the error that it won't work for both
- # [13:23] * hsivonen wonders how to nuke a directory written over NFS using NFS when sudoed rm gives permission denied
- # [13:23] <hsivonen> NFS should leave permission enforcement to client computer, right?
- # [13:23] <Hixie> "should"?
- # [13:23] <gsnedders> Depends on the server. :)
- # [13:24] <Lachy> anyway, it doesn't matter too much. Thankfully, I'm yet to see an actual request for such a feature, and we can always reject the idea if and when it ever comes up for real
- # [13:24] <gsnedders> So we now reject ideas without even looking at why the person is asking for it?
- # [13:24] <hsivonen> Hixie: isn't NFS a dumb daemon that just reflects the permissions and contents to client without enforcing anything other than what IP gets to connect in the first place?
- # [13:25] * Quits: taf2 (taf2@216.15.54.105) (Quit: taf2)
- # [13:26] * Joins: heycam (cam@210.84.56.211)
- # [13:27] <Lachy> hsivonen, my guess is that it's the server that has to enforce the permissions, not the client, since otherwise an evil client could do whatever they wanted
- # [13:28] <Lachy> NFS presumably just informs the client about what permissions will be enforced
- # [13:28] <hsivonen> Lachy: I thought NFS only makes sense on wired networks and evil client can do bad stuff
- # [13:28] <hsivonen> Lachy: dunno how NFS security works in the world of MAC address cloning at universities, though
- # [13:28] <hsivonen> maybe I'm wrong
- # [13:29] <hsivonen> but every guide I've ever read has warned against turning on NFS without a firewall between it and the wider Internet
- # [13:29] <Lachy> I'm not sure. I don't use NFS, and only have experience with using SMB and AFP
- # [13:29] <hsivonen> SMB and AFP are radically different from NFS
- # [13:29] <Lachy> yeah, I know
- # [13:30] <Lachy> but they're the only file system protocols I've used on a network
- # [13:32] <Hixie> hsivonen: if so, that sounds like a security nightmare
- # [13:34] <hsivonen> Hixie: at least my NFS server doesn't ask for any kind of credential beyond the client computer's IP address
- # [13:35] <hsivonen> Hixie: there isn't even anything I could configure beyond that
- # [13:35] <Hixie> scary
- # [13:35] <hsivonen> Hixie: whereas the SMB and AFP configs require usernames and passwords
- # [13:35] <Hixie> that puts a faith in the network that i have never been able to have
- # [13:36] <hsivonen> I don't think it's much different to put faith in you router box not routing NFS to the outside compared to putting faith in your NAS box to enforce passwords
- # [13:37] <hsivonen> in any case, I'm not normally using NFS, because AFP works better
- # [13:37] <hsivonen> but due to these radical differences, I can't nuke NFS-created files over AFP even to the extent I could start attempting to nuke them over NFS
- # [13:39] <Hixie> well my router box accepts untrusted connections
- # [13:40] <Hixie> as do most people's, if they ever host a party, even if they have encrypted wifi
- # [13:41] <hsivonen> Hixie: NFS and wifi don't go well together even in an office that isn't used for hosting parties
- # [13:42] <hsivonen> but I do wonder how universities deal with passers-by plugging in MAC-cloned devices to Ethernet
- # [13:45] <hsivonen> maybe universities have a stonger authentication of the connecting *computers* than my NAS
- # [13:45] * Quits: webben (benh@217.12.14.240) (Ping timeout)
- # [13:48] <Dashiva> My university solves it by using SMB
- # [13:49] <Hixie> hsivonen: i have to assume that is the case. I doubt corporations would use NFS as widely as they do if that was not the case.
- # [13:49] <Dashiva> I don't know enough about the protocol to say if it's a solution or not
- # [13:49] <Hixie> i think kerberos authentication is used usually for NFS in WAN environments.
- # [13:51] * Joins: kliehm_ (kliehm@217.86.146.74)
- # [13:51] * Quits: kliehm (kliehm@217.86.146.74) (Connection reset by peer)
- # [13:51] * kliehm_ is now known as kliehm
- # [13:59] * Quits: gsnedders (gsnedders@84.190.179.130) (Quit: gsnedders)
- # [14:00] * Philip isn't allowed root access on his work computer, because (it is claimed) of security issues with NFS
- # [14:00] <Philip> (which would apparently be fixed by upgrading to a newer version of NFS)
- # [14:00] * Joins: sryo (sryo@190.245.195.205)
- # [14:00] * Joins: J_Voracek (irchon@166.205.6.178)
- # [14:01] * Quits: J_Voracek (irchon@166.205.6.178) (Client exited)
- # [14:01] <Philip> (Wireless is on a separate, less-trusted VLAN)
- # [14:15] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [14:16] * tlr-backforglobal is now known as tlr
- # [14:23] * Quits: myakura (myakura@114.163.207.14) (Quit: Leaving...)
- # [14:26] * Joins: markjames (markjames@82.70.173.2)
- # [14:31] <markjames> Hi folks. I'm looking into the correct way to mark up a quotation, attributing it to the name of the person. In HTML4 it seems you can do it as per http://gist.github.com/180269, but HTML5 prohibits citing names.
- # [14:31] <pimpbot> Title: Gist - GitHub (at gist.github.com)
- # [14:32] <markjames> Is this the right place to enquire as to the reasoning behind this, and what the suggested replacement is?
- # [14:32] <anne> there's no suggested replacement
- # [14:32] <Hixie> markjames: this is the recommended markup:
- # [14:33] <Hixie> <p>"Hello, world!" said James.</p>
- # [14:33] <Hixie> markjames: or: <blockquote><p>Hello, world!</blockquote><p>— James</p>
- # [14:36] <markjames> k, cheers. Whats the reason for specifically requiring a body of work? Can't see that most devs would see a differentiation between citing a body of work and citing a person.
- # [14:36] <Hixie> names of works typically get italicised
- # [14:36] <Hixie> names of people don't
- # [14:39] * Joins: myakura (myakura@114.163.207.14)
- # [15:01] * Joins: J_Voracek (irchon@173.74.232.166)
- # [15:02] * Quits: J_Voracek (irchon@173.74.232.166) (Client exited)
- # [15:04] * Joins: gsnedders (gsnedders@84.190.152.192)
- # [15:04] * Joins: webben (benh@217.12.14.240)
- # [15:05] * Joins: J_Voracek (irchon@173.74.232.166)
- # [15:06] * Joins: Marcos_ (Marcos@213.236.208.247)
- # [15:09] * Quits: J_Voracek (irchon@173.74.232.166) (Connection reset by peer)
- # [15:09] * Joins: J_Voracek (irchon@173.74.232.166)
- # [15:09] * Quits: Marcos (Marcos@213.236.208.22) (Ping timeout)
- # [15:09] * Marcos_ is now known as Marcos
- # [15:11] * Quits: J_Voracek (irchon@173.74.232.166) (Client exited)
- # [15:19] <pimpbot> bugmail: [Bug 7484] head/@profile holds a white-space separated list of URIs <http://lists.w3.org/Archives/Public/public-html-bugzilla/2009Sep/0020.html> ** [Bug 7483] The footer element desperately needs to be able to contain sectioning content descendents, most importantly "nav". Under the current specification, I will just end up using div class="footer" so my footers can contain sectioning content. <http://lists.w3.org/Archives/Public/public-ht
- # [15:30] * Joins: kliehm_ (kliehm@217.86.146.74)
- # [15:31] * Quits: kliehm (kliehm@217.86.146.74) (No route to host)
- # [15:31] * kliehm_ is now known as kliehm
- # [15:51] * Quits: Julian (chatzilla@217.91.35.233) (Client exited)
- # [15:57] * Joins: Julian (chatzilla@217.91.35.233)
- # [16:03] * Joins: plh (plh@128.30.52.28)
- # [16:06] * Joins: Marcos_ (Marcos@213.236.208.22)
- # [16:06] * Joins: annevk (opera@83.85.115.44)
- # [16:07] * Quits: gsnedders (gsnedders@84.190.152.192) (Quit: gsnedders)
- # [16:09] * Quits: Marcos (Marcos@213.236.208.247) (Ping timeout)
- # [16:09] * Marcos_ is now known as Marcos
- # [16:28] * Joins: aroben (aroben@71.58.77.15)
- # [16:32] * Quits: shepazu (schepers@128.30.52.169) (Quit: shepazu)
- # [16:33] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: Tomorrow to fresh woods, and pastures new.)
- # [16:49] <pimpbot> changes: annevk: spelling <http://lists.w3.org/Archives/Public/public-html-diffs/2009Sep/0002.html> ** "annevk: add previous versions including one that was missing" (2 messages in thread) <http://lists.w3.org/Archives/Public/public-html-diffs/2009Sep/0001.html>
- # [16:50] * Quits: sryo (sryo@190.245.195.205) (Connection reset by peer)
- # [16:52] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
- # [16:55] * Joins: jwatt (roslea@128.31.35.85)
- # [16:55] * Parts: jwatt (roslea@128.31.35.85)
- # [16:57] * Joins: shepazu (schepers@128.30.52.169)
- # [17:09] * Joins: richardschwerdtfe (RichS@99.39.114.91)
- # [17:10] <MikeSmith> http://crypto.stanford.edu/seclab/
- # [17:10] <pimpbot> Title: Stanford Security Laboratory (at crypto.stanford.edu)
- # [17:12] <MikeSmith> http://blog.sidstamm.com/
- # [17:12] <pimpbot> Title: extreme geekboy (at blog.sidstamm.com)
- # [17:13] <MikeSmith> http://www.cs.indiana.edu/~sstamm/
- # [17:13] <pimpbot> Title: Sid Stamm (at www.cs.indiana.edu)
- # [17:13] <MikeSmith> http://www.indiana.edu/~phishing/
- # [17:13] <pimpbot> Title: Stop-Phishing.com (Indiana University) (at www.indiana.edu)
- # [17:15] <MikeSmith> http://www2.parc.com/csl/members/mjakobss/markus-jakobsson.htm
- # [17:15] <pimpbot> Title: Untitled Document (at www2.parc.com)
- # [17:19] * Quits: Lachy (Lachlan@213.236.208.22) (Quit: This computer has gone to sleep)
- # [17:19] <pimpbot> bugmail: [Bug 7491] New: Unspecified: quotation punctuation in the blockquote element <http://lists.w3.org/Archives/Public/public-html-bugzilla/2009Sep/0028.html> ** [Bug 7483] The footer element desperately needs to be able to contain sectioning content descendents, most importantly "nav". Under the current specification, I will just end up using div class="footer" so my footers can contain sectioning content. <http://lists.w3.org/Archives/Public/
- # [17:25] * Joins: noah2 (noah_mende@209.6.134.9)
- # [17:26] * Quits: myakura (myakura@114.163.207.14) (Ping timeout)
- # [17:27] * Quits: noah2 (noah_mende@209.6.134.9) (Quit: noah2)
- # [17:29] * Joins: myakura (myakura@114.145.182.152)
- # [17:50] <pimpbot> bugmail: [Bug 7491] Unspecified: quotation punctuation in the blockquote element <http://lists.w3.org/Archives/Public/public-html-bugzilla/2009Sep/0029.html>
- # [17:54] * Joins: paulc (4a0d13bf@128.30.52.43)
- # [17:54] * Joins: Eliot_Graff (EGraff@131.107.0.75)
- # [17:57] * Joins: Lachy (Lachlan@85.196.122.246)
- # [17:58] <mjs> hi everyone!
- # [17:58] * DanC tends to a plumbing situation... hopes MikeSmith can cover for me this week
- # [17:58] <MikeSmith> DanC: yeah, I'm hear
- # [17:58] <MikeSmith> *here
- # [17:58] <MikeSmith> mjs: hej
- # [17:59] <Zakim> HTML_WG()12:00PM has now started
- # [17:59] <Zakim> +[Microsoft]
- # [18:00] <Eliot_Graff> Microsoft is Eliot Graff
- # [18:00] <MikeSmith> trackbot, start meeting
- # [18:00] * trackbot is starting a teleconference
- # [18:00] * Joins: RRSAgent (rrs-loggee@128.30.52.30)
- # [18:00] <RRSAgent> logging to http://www.w3.org/2009/09/03-html-wg-irc
- # [18:00] <trackbot> RRSAgent, make logs public
- # [18:00] <RRSAgent> I have made the request, trackbot
- # [18:00] <trackbot> Zakim, this will be HTML
- # [18:00] <Zakim> ok, trackbot, I see HTML_WG()12:00PM already started
- # [18:00] <trackbot> Meeting: HTML Weekly Teleconference
- # [18:00] <trackbot> Date: 03 September 2009
- # [18:02] <Zakim> +[Microsoft.a]
- # [18:02] <ChrisWilson> zakim, microsoft.a is me
- # [18:02] <Zakim> +ChrisWilson; got it
- # [18:02] * Quits: kliehm (kliehm@217.86.146.74) (Connection reset by peer)
- # [18:02] <Eliot_Graff> zakim, microsoft is eliot graff
- # [18:02] <Zakim> I don't understand 'microsoft is eliot graff', Eliot_Graff
- # [18:03] <Eliot_Graff> zakim, microsoft is Eliot_Graff
- # [18:03] <Zakim> +Eliot_Graff; got it
- # [18:03] * Joins: rob (rob@98.207.253.61)
- # [18:03] * Joins: rubys1 (rubys@65.190.139.141)
- # [18:04] * rubys1 is now known as rubys
- # [18:04] <Zakim> +??P11
- # [18:04] <rob> Zakim, P11 is me
- # [18:04] <Zakim> sorry, rob, I do not recognize a party named 'P11'
- # [18:04] <Zakim> +[Microsoft]
- # [18:05] <Zakim> +Jerry
- # [18:05] <Zakim> +Sam
- # [18:05] <Zakim> +Julian
- # [18:05] <paulc> Zakim, +[Microsoft] is me
- # [18:05] <Zakim> sorry, paulc, I do not recognize a party named '+[Microsoft]'
- # [18:05] <rubys> Zakim, [Microsoft] is paulc
- # [18:05] <Zakim> +paulc; got it
- # [18:05] <paulc> Zakim, microsoft is me
- # [18:05] <Zakim> sorry, paulc, I do not recognize a party named 'microsoft'
- # [18:06] * rubys notes "+" means "joined"
- # [18:06] <paulc> Zakim, Microsoft is me
- # [18:06] <Zakim> sorry, paulc, I do not recognize a party named 'Microsoft'
- # [18:06] <Zakim> + +1.218.340.aaaa
- # [18:06] <Zakim> +Matt
- # [18:06] <MikeSmith> Zakim, call Mike
- # [18:06] <Zakim> ok, MikeSmith; the call is being made
- # [18:06] <Zakim> +Mike
- # [18:06] <rob> Zakim, ??P11 is me
- # [18:06] <Zakim> +rob; got it
- # [18:06] * Joins: maddiin (mc@87.185.219.115)
- # [18:06] <Zakim> +mjs
- # [18:06] <MikeSmith> Zakim, Mike is me
- # [18:06] <Zakim> +MikeSmith; got it
- # [18:06] * Joins: MichaelC (Michael@128.30.52.30)
- # [18:07] * MichaelC zakim, call cooper-mit
- # [18:07] * Zakim ok, MichaelC; the call is being made
- # [18:07] <Zakim> +Cooper
- # [18:07] <MikeSmith> chair: Maciej
- # [18:07] <annevk> Zakim, passcode?
- # [18:07] <Zakim> the conference code is 4865 (tel:+1.617.761.6200 tel:+33.4.89.06.34.99 tel:+44.117.370.6152), annevk
- # [18:07] <rubys> zakim, who is on the call
- # [18:07] <Zakim> I don't understand 'who is on the call', rubys
- # [18:07] <rubys> zakim, who is on the phone?
- # [18:07] <Zakim> On the phone I see Eliot_Graff, ChrisWilson, rob, paulc, Jerry, Julian, Sam, +1.218.340.aaaa, Matt, MikeSmith, mjs, Cooper
- # [18:08] <rubys> zakim, pick a scribe
- # [18:08] <Zakim> Not knowing who is chairing or who scribed recently, I propose Matt
- # [18:08] <Zakim> +??P19
- # [18:08] <annevk> Zakim, ??P19 is me
- # [18:08] <Zakim> +annevk; got it
- # [18:08] <rubys> who is on from the 218 area code?
- # [18:08] <mjs> Matt, are you ok with scribing?
- # [18:09] <Zakim> +Rich
- # [18:09] <Zakim> +cyns
- # [18:10] <mjs> zakim, pick a scribe
- # [18:10] <Zakim> Not knowing who is chairing or who scribed recently, I propose MikeSmith
- # [18:10] * Joins: kliehm (kliehm@217.86.146.74)
- # [18:11] <mjs> Lachy, are you around on IRC?
- # [18:11] <Lachy> mjs, yes
- # [18:11] <Zakim> +[Microsoft]
- # [18:12] * Joins: Stevef (chatzilla@82.44.69.8)
- # [18:12] <adrianba> zakim, [Microsoft] is adrianba
- # [18:12] <Zakim> +adrianba; got it
- # [18:12] <MikeSmith> OK, ready
- # [18:12] <mjs> Lachy, can you give me a due date for the about: URI registration action?
- # [18:12] <Zakim> +kliehm
- # [18:12] <Lachy> do you want a due date for completion, or just a due date for the next status update?
- # [18:12] <MikeSmith> agenda: http://lists.w3.org/Archives/Public/public-html-wg-announce/2009JulSep/0038.html
- # [18:12] <pimpbot> Title: Agenda for HTML WG telcon 2009-08-20 - Accessibility TF, HTML5 Test Suite, etc from Maciej Stachowiak on 2009-09-02 (public-html-wg-announce@w3.org from July to September 2009) (at lists.w3.org)
- # [18:12] <rubys> who is on from the 218 area code?
- # [18:13] <MikeSmith> Topic: review of action items
- # [18:13] * Joins: masinter (user@76.102.104.162)
- # [18:13] <MikeSmith> scribe: MikeSmith
- # [18:13] <MikeSmith> action-86?
- # [18:13] * trackbot getting information on ACTION-86
- # [18:13] <trackbot> ACTION-86 -- Julian Reschke to review Thomas Broyer's IETF ID to see if we can postpone ISSUE-13 -- due 2009-08-27 -- OPEN
- # [18:13] <trackbot> http://www.w3.org/html/wg/tracker/actions/86
- # [18:13] <pimpbot> Title: ACTION-86 - HTML Weekly Tracker (at www.w3.org)
- # [18:13] * Joins: Laura (lauracarls@131.212.98.217)
- # [18:13] * kliehm zakim, mute me
- # [18:13] * Zakim kliehm should now be muted
- # [18:13] <MikeSmith> mjs: propose to close this. any objections?
- # [18:14] <MikeSmith> close action-86
- # [18:14] * trackbot attempting to close ACTION-86.
- # [18:14] <trackbot> ACTION-86 Review Thomas Broyer's IETF ID to see if we can postpone ISSUE-13 closed
- # [18:14] <Zakim> +Masinter
- # [18:14] <mjs> Lachy, due date for next update is fine
- # [18:14] <Lachy> mjs, 2 weeks from now
- # [18:14] <rubys> close issue-31
- # [18:14] * trackbot attempting to close ISSUE-31.
- # [18:14] <trackbot> ISSUE-31 What to do when a reasonable text equivalent is unknown/unavailable? closed
- # [18:14] <MikeSmith> action-103?
- # [18:14] * trackbot getting information on ACTION-103
- # [18:14] <trackbot> ACTION-103 -- Julian Reschke to register about: URI scheme -- due 2009-09-03 -- PENDINGREVIEW
- # [18:14] <trackbot> http://www.w3.org/html/wg/tracker/actions/103
- # [18:14] <pimpbot> Title: ACTION-103 - HTML Weekly Tracker (at www.w3.org)
- # [18:14] <Zakim> +Radhika_Roy
- # [18:14] <MikeSmith> mjs: Lachy agreed to do this within two weeks
- # [18:14] * kliehm zakim, who is on the phone?
- # [18:14] * Zakim sees on the phone: Eliot_Graff, ChrisWilson, rob, paulc, Jerry, Julian, Sam, +1.218.340.aaaa, Matt, MikeSmith, mjs, Cooper, annevk, Rich, cyns, adrianba, kliehm (muted), Masinter,
- # [18:14] * Zakim ... Radhika_Roy
- # [18:15] <MikeSmith> mjs: action 103 should be re-assigned to Lachy
- # [18:15] <MikeSmith> action-140?
- # [18:15] * trackbot getting information on ACTION-140
- # [18:15] <trackbot> ACTION-140 -- Cynthia Shelly to follow up with sean hayes -- due 2009-09-03 -- OPEN
- # [18:15] <trackbot> http://www.w3.org/html/wg/tracker/actions/140
- # [18:15] <pimpbot> Title: ACTION-140 - HTML Weekly Tracker (at www.w3.org)
- # [18:15] * rubys has updated 103 with new owner and date
- # [18:15] <Laura> Zakim, aaaa is me
- # [18:15] <Zakim> +Laura; got it
- # [18:16] <MikeSmith> cythia: OK to close this, have discussed with Sean Hayes
- # [18:16] <MikeSmith> close action-140
- # [18:16] * trackbot attempting to close ACTION-140.
- # [18:16] <trackbot> ACTION-140 Follow up with sean hayes closed
- # [18:16] <MikeSmith> Topic: Review of issues proposed to be closed
- # [18:16] <MikeSmith> RRSAgent, make minutes
- # [18:16] <RRSAgent> I have made the request to generate http://www.w3.org/2009/09/03-html-wg-minutes.html MikeSmith
- # [18:16] <MikeSmith> issue-48?
- # [18:16] * trackbot getting information on ISSUE-48
- # [18:16] <trackbot> ISSUE-48 -- Should user-agents generate quotes for the q element -- RAISED
- # [18:16] <trackbot> http://www.w3.org/html/wg/tracker/issues/48
- # [18:16] <pimpbot> Title: ISSUE-48 - HTML Weekly Tracker (at www.w3.org)
- # [18:17] <MikeSmith> mjs: bugs have been filed on this, so believe this has been closed
- # [18:17] <rubys> should issue 9 be closed?
- # [18:17] <MikeSmith> s/has been/can be/
- # [18:17] <paulc> q+
- # [18:17] * Zakim sees paulc on the speaker queue
- # [18:17] <mjs> rubys, no, issue 9 should not be closed yet, as we have a separate interest in it from SYMM WG
- # [18:17] * Joins: LHSilli (chatzilla@84.208.110.159)
- # [18:17] <rubys> ack
- # [18:18] <MikeSmith> paulc: so what's the actual resolution on issue 48?
- # [18:18] <kliehm> We agreed last week on closing Issue-48 since bug reports are filed.
- # [18:18] <MikeSmith> mjs: the resolution is that UAs do generate quotes
- # [18:18] <rubys> ack paulc
- # [18:18] * Zakim sees no one on the speaker queue
- # [18:19] <annevk> (which agrees with what the issue asks for)
- # [18:19] <MikeSmith> close issue-48
- # [18:19] * trackbot attempting to close ISSUE-48.
- # [18:19] <trackbot> ISSUE-48 Should user-agents generate quotes for the q element closed
- # [18:19] * annevk should we log these with RESOLUTION: as well?
- # [18:19] <MikeSmith> issue-51?
- # [18:19] * trackbot getting information on ISSUE-51
- # [18:19] <trackbot> ISSUE-51 -- WAI-ARIA dependency on Role Attribute Module, which takes Curie values. problem for implementations? -- RAISED
- # [18:19] <trackbot> http://www.w3.org/html/wg/tracker/issues/51
- # [18:19] <pimpbot> Title: ISSUE-51 - HTML Weekly Tracker (at www.w3.org)
- # [18:19] <MikeSmith> mjs: this is no longer an issue with the current ARIA draft
- # [18:19] <hober> IIRC ARIA's role="" isn't the same attribute as the Role Attribute Module's role=""
- # [18:19] <MikeSmith> mjs: any objections?
- # [18:20] <MikeSmith> annevk: the current ARIA draft does reference the role attribute
- # [18:20] <MikeSmith> mjs: but as defined there, does not include CURIEs
- # [18:20] <mjs> hober, yes, I believe that is true now
- # [18:20] <MikeSmith> close issue-51
- # [18:20] * trackbot attempting to close ISSUE-51.
- # [18:20] <trackbot> ISSUE-51 WAI-ARIA dependency on Role Attribute Module, which takes Curie values. problem for implementations? closed
- # [18:20] * annevk thinks WAI-ARIA should not reference it then, but that's orthogonal
- # [18:21] <MikeSmith> issue-54?
- # [18:21] * trackbot getting information on ISSUE-54
- # [18:21] <trackbot> ISSUE-54 -- tools that can't generate <!DOCTYPE html> -- RAISED
- # [18:21] <trackbot> http://www.w3.org/html/wg/tracker/issues/54
- # [18:21] <pimpbot> Title: ISSUE-54 - HTML Weekly Tracker (at www.w3.org)
- # [18:22] <MikeSmith> mjs: additional doctype form that uses "about:" URI scheme was added.. so we need to register that scheme, and Lachy will be doing that
- # [18:22] <Zakim> -Masinter
- # [18:22] <MikeSmith> mjs: any objections to closing this?
- # [18:22] <annevk> Zakim, who is making noise?
- # [18:22] * Quits: masinter (user@76.102.104.162) (Quit: ERC Version 5.2 (IRC client for Emacs))
- # [18:22] <MikeSmith> Zakim, mute Mike
- # [18:22] <Zakim> MikeSmith should now be muted
- # [18:22] <Zakim> annevk, listening for 10 seconds I could not identify any sounds
- # [18:22] * annevk Zakim is useless
- # [18:23] <mjs> issue-60?
- # [18:23] * trackbot getting information on ISSUE-60
- # [18:23] <trackbot> ISSUE-60 -- Reuse of 1999 XHTML namespace is potentially misleading/wrong -- RAISED
- # [18:23] <trackbot> http://www.w3.org/html/wg/tracker/issues/60
- # [18:23] <pimpbot> Title: ISSUE-60 - HTML Weekly Tracker (at www.w3.org)
- # [18:23] * Julian famous last words from Mike
- # [18:23] * MikeSmith :)
- # [18:23] <MikeSmith> close issue-51
- # [18:23] * trackbot attempting to close ISSUE-51.
- # [18:23] <trackbot> ISSUE-51 WAI-ARIA dependency on Role Attribute Module, which takes Curie values. problem for implementations? closed
- # [18:23] <MikeSmith> close issue-54
- # [18:23] * trackbot attempting to close ISSUE-54.
- # [18:23] <trackbot> ISSUE-54 tools that can't generate <!DOCTYPE html> closed
- # [18:23] <MikeSmith> issue-60?
- # [18:23] * trackbot getting information on ISSUE-60
- # [18:23] <trackbot> ISSUE-60 -- Reuse of 1999 XHTML namespace is potentially misleading/wrong -- RAISED
- # [18:23] <trackbot> http://www.w3.org/html/wg/tracker/issues/60
- # [18:23] <pimpbot> Title: ISSUE-60 - HTML Weekly Tracker (at www.w3.org)
- # [18:24] <MikeSmith> mjs: [issue 60 overtaken by events] any objections to closing?
- # [18:24] <MikeSmith> close issue-60
- # [18:24] * trackbot attempting to close ISSUE-60.
- # [18:24] <trackbot> ISSUE-60 Reuse of 1999 XHTML namespace is potentially misleading/wrong closed
- # [18:24] <MikeSmith> issue-61?
- # [18:24] * trackbot getting information on ISSUE-61
- # [18:24] <trackbot> ISSUE-61 -- Conformance depends on author's intent -- RAISED
- # [18:24] <trackbot> http://www.w3.org/html/wg/tracker/issues/61
- # [18:24] <pimpbot> Title: ISSUE-61 - HTML Weekly Tracker (at www.w3.org)
- # [18:24] * Julian thinks we should push that to next week as DanC is not here
- # [18:25] <MikeSmith> mjs: iirc, basic issue is that some conf. requirements in spec are subjective and not machine-checkable
- # [18:25] <DanC> no, I'm out of the critical path for issue 61
- # [18:25] <MikeSmith> ... e.g., "all elements and attributes must be used in conformance with their requirements"
- # [18:25] <DanC> I said so in mail to public-html and in last week's telcon.
- # [18:25] <paulc> Is there an agreed upon set of "author's intents"?
- # [18:25] <MikeSmith> MikeSmith: this is separate from the doc I'm working on
- # [18:26] <hober> Hasn't this always been the case though? <h1>something that the author just wanted to be big</h1> was never acceptable...
- # [18:26] <MikeSmith> s/their requirements/their defined semantics/
- # [18:26] <DanC> hober, HTML 4 didn't make that non-conforming.
- # [18:26] <MikeSmith> mjs: any questions or comments or objections?
- # [18:27] <MikeSmith> paulc: was the purpose to collect requirements based on what the author's intent was?
- # [18:27] <hober> DanC: sounds like a bug in HTML 4 then...
- # [18:27] <Laura> Agree with Julian. Think we should push that to next week as DanC is not here.
- # [18:27] <DanC> push what back? not issue 61 (for the Nth time)
- # [18:27] <Julian> DanC, so do you want it closed?
- # [18:27] <mjs> Laura, DanC is here on IRC and he doesn't think it needs to be pushed back
- # [18:27] <DanC> yes.
- # [18:27] <MikeSmith> mjs: specific concern is whether we should have conformance requirements of this kind at all, since they are subjective
- # [18:27] <Laura> okay
- # [18:28] <MikeSmith> close issue-61
- # [18:28] * trackbot attempting to close ISSUE-61.
- # [18:28] <trackbot> ISSUE-61 Conformance depends on author's intent closed
- # [18:28] <MikeSmith> issue-64?
- # [18:28] * trackbot getting information on ISSUE-64
- # [18:28] <trackbot> ISSUE-64 -- Web Sockets API: in scope? requirement? coordination -- RAISED
- # [18:28] <trackbot> http://www.w3.org/html/wg/tracker/issues/64
- # [18:28] <pimpbot> Title: ISSUE-64 - HTML Weekly Tracker (at www.w3.org)
- # [18:28] <Julian> q+
- # [18:28] * Zakim sees Julian on the speaker queue
- # [18:28] <MikeSmith> mjs: this goes back to when Web Sockets API and protocol were in the HTML5 spec
- # [18:29] * Joins: aroben_ (aroben@71.58.77.15)
- # [18:29] <MikeSmith> ... but now the API spec is in the W3C WebApps group, and the protocol spec is at the IETF as in Internet Draft
- # [18:29] <MikeSmith> ... so this issue is now obsolete
- # [18:29] <MikeSmith> mjs: any objections to closing?
- # [18:29] <paulc> Does the current charter reflect this change in venue for this work?
- # [18:29] <MikeSmith> Julian: currently is not an IETF WG working on this
- # [18:29] <MikeSmith> ... no HyBi WG exists yet
- # [18:30] <DanC> well, let's record a decision that sockets is out of scope for HTML 5, let's not just withdraw the issue (cuz that would leave open the option for the editor to put it back in)
- # [18:30] <paulc> +1
- # [18:30] <MikeSmith> ... at this point, it is just an individual submission, and how/where this Internet Draft will ever lead to RFC is unclear
- # [18:30] * Quits: aroben (aroben@71.58.77.15) (Ping timeout)
- # [18:31] <Julian> +1 to DanC's proposal
- # [18:31] <MikeSmith> mjs: Julian, all true, but at least for HTML WG at this point, it is not an issue
- # [18:31] <hober> I didn't think the WG could make decisions synchronously
- # [18:31] <jgraham> I thought decisions had to be made by email?
- # [18:31] <ChrisWilson> "The WG must enable asynchronous participation"
- # [18:31] <mjs> hober, I just said on the phone that to record a decision, we should post it by email and give a week for lazy consensus
- # [18:31] <DanC> the proposal to close this issue has been in email for a couple weeks. if my take on it is considered non-trivially different, we can re-start the clock
- # [18:32] <MikeSmith> mjs: so, everybody OK with announcing on public-html that we plan to close this, give 2 weeks to object?
- # [18:32] <MikeSmith> paulc: let's do that
- # [18:32] * rubys suggests doing it on announce
- # [18:33] <MikeSmith> mjs: so in general, convention can be starting subject of "requst for lazy consensus" messages on the list with some particular string
- # [18:34] * Joins: aroben__ (aroben@71.58.77.15)
- # [18:34] * Quits: aroben_ (aroben@71.58.77.15) (Connection reset by peer)
- # [18:34] <MikeSmith> everybody in the group is also on the announce list, automatically.. it's populated from the DB
- # [18:34] <MikeSmith> issue-75?
- # [18:34] * trackbot getting information on ISSUE-75
- # [18:34] <trackbot> ISSUE-75 -- Microsoft Review of HTML5 -- CLOSED
- # [18:34] <trackbot> http://www.w3.org/html/wg/tracker/issues/75
- # [18:34] <pimpbot> Title: ISSUE-75 - HTML Weekly Tracker (at www.w3.org)
- # [18:35] <MikeSmith> mjs: originally raised by Sam, we have since gotten lots of great feedback
- # [18:35] <DanC> (re issue-61 on author's intent, "want" is a little strong; I'd abstain if this WG did that sort of thing. I withdrew my objection in http://lists.w3.org/Archives/Public/public-html/2009Aug/1118.html )
- # [18:35] <pimpbot> Title: Re: ISSUE-61: conformance-language - suggest closing on 2009-09-03 from Dan Connolly on 2009-08-21 (public-html@w3.org from August 2009) (at lists.w3.org)
- # [18:35] <MikeSmith> mjs: anybody think this should not have been closed?
- # [18:35] <paulc> Re: Recommendation: close ISSUE-54; file now post-Last-Call issue for about: scheme registration.
- # [18:35] <Zakim> -Rich
- # [18:35] * Quits: pimpbot (pimpbot@80.68.92.65) (Client exited)
- # [18:36] * Joins: JasonU (836b004a@128.30.52.43)
- # [18:36] <MikeSmith> paulc: why would we not do the scheme registration while we are in LC (instead of after)?
- # [18:37] <MikeSmith> mjs: we would not want to block LC if IETF mechanics are not in place by the time we need to transition
- # [18:37] <MikeSmith> paulc: OK, so it's about finalization of the scheme registration
- # [18:37] <annevk> paulc, not sure if I misunderstood you just now on the phone, but maybe it helps if I tell you that the scheme is called "about"
- # [18:37] <MikeSmith> mjs: any comments about the other issues we have proposed to close or closed?
- # [18:38] <MikeSmith> RRSAgent, make minutes
- # [18:38] <RRSAgent> I have made the request to generate http://www.w3.org/2009/09/03-html-wg-minutes.html MikeSmith
- # [18:38] <MikeSmith> cynthia: perhaps we need a bug [or issue] for captioning, specifically
- # [18:38] <MikeSmith> mjs: we should have a specific issue for video accessibility, if we don't already
- # [18:39] <annevk> issue-9?
- # [18:39] * trackbot getting information on ISSUE-9
- # [18:39] <trackbot> ISSUE-9 -- how synchronization works for <video> is unclear -- RAISED
- # [18:39] <trackbot> http://www.w3.org/html/wg/tracker/issues/9
- # [18:39] <MikeSmith> mjs: I will make sure that one gets filed, if there is not one already
- # [18:39] <MikeSmith> ... we need a specific issue for it
- # [18:39] <MikeSmith> ... I will check after the call
- # [18:39] <DanC> +1 separate issue for video captioning
- # [18:39] <MikeSmith> any other questions about issues under agenda item #2?
- # [18:39] * annevk doesn't think there's an issue open on captioning
- # [18:40] <MikeSmith> Topic: Discuss Accessibility Task Force
- # [18:40] <paulc> http://www.w3.org/WAI/PF/html-task-force
- # [18:40] <MikeSmith> mjs: chairs will be together face-to-face tomorrow, and this can be among what we discuss
- # [18:41] <MikeSmith> mjs: anybody have comments to make about this on the call today?
- # [18:41] <MikeSmith> mjs: not seeing any comments, propose we move to next agenda item
- # [18:42] <paulc> E-mail discussion takes place on the html mailing list [html archives]. Please add the prefix "[a11y]" to your messages to separate threads from other topics on the list.
- # [18:42] <MikeSmith> paulc: I put in a link to the draft proposal ...
- # [18:42] <MikeSmith> paulc: why would there be a problem with participation if all discussion takes place on the public-html mailing list anyway?
- # [18:43] <MikeSmith> cynthia: I don't know that we have consensus [in PFWG] that we want to do discussion on public-html instead of a separate mailing list
- # [18:43] <MikeSmith> paulc: discussion in the past about opt-in vs. opt-out?
- # [18:44] <MikeSmith> mjs: opt-in
- # [18:44] <MikeSmith> mjs: question is, if some approval is required, or if anybody can join
- # [18:45] <MikeSmith> paulc: in my experience, having a separate list helps to keep a task-force focused on its work
- # [18:46] <MikeSmith> mjs: yeah, there are definite advantages to having a separate list
- # [18:46] <paulc> Chairs will discuss this more on Friday
- # [18:46] <MikeSmith> paulc: OK, agree that this is something the chairs need to discuss tomorrow
- # [18:47] <MikeSmith> cythia: 7am US/West PFWG meeting tomorrow, will get you some info after that
- # [18:47] <MikeSmith> RRSAgent, make minutes
- # [18:47] <RRSAgent> I have made the request to generate http://www.w3.org/2009/09/03-html-wg-minutes.html MikeSmith
- # [18:47] <Zakim> +[Microsoft]
- # [18:47] <MikeSmith> Topic: Starting the HTML5 Test Suite and possible Testing Task Force
- # [18:47] <kliehm> The question in PFWG was if members would be required to join HTML WG in order to wave patent rights, but the chairs are looking into a solution.
- # [18:47] * MikeSmith wonders if shepazu can comment about this issue during the call
- # [18:48] <MikeSmith> mjs: exit criteria requires that we have two interoperable implementations of each feature in the spec, and test suite to check whether we have interoperable implementations
- # [18:49] <MikeSmith> ... so we will need to do work to build the test suite, and need people to do it
- # [18:49] <JasonU> Actually, I'm here
- # [18:49] <MikeSmith> ... some indication that we have people from Microsoft who can contribute to this
- # [18:49] <DanC> note http://esw.w3.org/topic/HtmlTestMaterials (which I just happened to be browsing for other reasons)
- # [18:50] <paulc> here is an example of a W3C test suite built by a TF of a WG: http://www.w3.org/XML/Query/test-suite/
- # [18:50] <MikeSmith> JasonU: I'm interested in getting a cross-vendor task force together
- # [18:50] <MikeSmith> ... versioning system, whether we wanted to adopt the CSS naming system for tests
- # [18:50] <paulc> q+
- # [18:50] * Zakim sees Julian, paulc on the speaker queue
- # [18:50] <Julian> q-
- # [18:50] <mjs> ack
- # [18:50] * Zakim sees paulc on the speaker queue
- # [18:51] <mjs> ack
- # [18:51] <mjs> ack paulc
- # [18:51] * Zakim sees no one on the speaker queue
- # [18:51] <MikeSmith> ... and get other decisions made about [test infrastructure] in addition to just the writing of the actual tests
- # [18:51] * Julian do not recall why I was on the queue
- # [18:51] <MikeSmith> paulc: see the link above for XQuery test suite
- # [18:51] <MikeSmith> ... it worked really well, separately off the work
- # [18:52] <MikeSmith> ... we have a "Convener" for that TF
- # [18:52] <kliehm> A test suite would be great to test mapping of elements to MSAA, too.
- # [18:52] <MikeSmith> ... who would report back to the WG regularly
- # [18:52] <DanC> anybody know where gsnedders's number syntax tests went? the link from http://lists.w3.org/Archives/Public/public-html/2007Jul/0650.html seems to be hosed
- # [18:52] <MikeSmith> ... that test suite had over 15,000 tests
- # [18:53] <MikeSmith> paulc: lots of decisions to be made around, e.g., if/how people can submit their results
- # [18:53] <JasonU> I suspect that a full HTML5 per-feature suite would be on-par with this 15k
- # [18:53] <MikeSmith> RRSAgent, make minutes
- # [18:53] <RRSAgent> I have made the request to generate http://www.w3.org/2009/09/03-html-wg-minutes.html MikeSmith
- # [18:53] <MikeSmith> paulc: if you abstract from that page, I think it can help you see lots of the important issues you'll need to deal with
- # [18:53] <MikeSmith> mjs: recommend that next step should be e-mail discussion
- # [18:54] <MikeSmith> ... I'm sure there are lots of people on the list who are very interested in testing
- # [18:54] <MikeSmith> ... would be best to get input from the list on the general parameters of what the test suite would be like, and get volunteers
- # [18:54] <MikeSmith> JasonU: I would be happy to put together an e-mail message to the list to help get this started
- # [18:55] <MikeSmith> mjs: so that's the end of the agenda we had for today
- # [18:55] <MikeSmith> mjs: anything else we need to discuss today?
- # [18:55] <paulc> Great job to the Chair!
- # [18:55] <rubys> good job Maciej!
- # [18:55] <MikeSmith> mjs: or any comments at all?
- # [18:55] <mjs> *blush*
- # [18:55] <MikeSmith> Zakim, unmute me
- # [18:55] <Zakim> MikeSmith should no longer be muted
- # [18:56] <Zakim> -cyns
- # [18:56] <MikeSmith> [adjourned]
- # [18:56] <annevk> bye
- # [18:56] <Zakim> -Jerry
- # [18:56] <Zakim> -Julian
- # [18:56] <Zakim> -Cooper
- # [18:56] <Zakim> -Sam
- # [18:56] <Zakim> -Eliot_Graff
- # [18:56] * Quits: Stevef (chatzilla@82.44.69.8) (Quit: ChatZilla 0.9.85 [Firefox 3.5/20090624025744])
- # [18:56] <Zakim> -annevk
- # [18:56] <Zakim> -Matt
- # [18:56] <JasonU> Nice job, thank you!
- # [18:56] <MikeSmith> RRSAgent, make minutes
- # [18:56] <RRSAgent> I have made the request to generate http://www.w3.org/2009/09/03-html-wg-minutes.html MikeSmith
- # [18:56] <Zakim> -paulc
- # [18:56] <Zakim> -kliehm
- # [18:56] * Quits: Eliot_Graff (EGraff@131.107.0.75) (Quit: If you think nobody cares, try missing a few payments)
- # [18:56] <Zakim> -ChrisWilson
- # [18:56] <Zakim> -mjs
- # [18:56] <Zakim> -Laura
- # [18:56] <MikeSmith> Zakim, drop Mike
- # [18:56] <Zakim> -adrianba
- # [18:56] <Zakim> MikeSmith is being disconnected
- # [18:56] <Zakim> -MikeSmith
- # [18:56] <Zakim> -[Microsoft]
- # [18:56] <Zakim> -rob
- # [18:56] * Quits: rob (rob@98.207.253.61) (Quit: rob)
- # [18:56] * Quits: Laura (lauracarls@131.212.98.217) (Quit: Laura)
- # [18:56] <Zakim> -Radhika_Roy
- # [18:56] <Zakim> HTML_WG()12:00PM has ended
- # [18:56] <Zakim> Attendees were ChrisWilson, Eliot_Graff, Jerry, Sam, Julian, paulc, +1.218.340.aaaa, Matt, rob, mjs, MikeSmith, Cooper, annevk, Rich, cyns, adrianba, kliehm, Masinter, Radhika_Roy,
- # [18:57] <Zakim> ... Laura, [Microsoft]
- # [18:57] <MikeSmith> if anybody has corrections they want to make to the minutes, please do them with s// within the next 15 minutes.
- # [18:58] * Quits: kliehm (kliehm@217.86.146.74) (Quit: ChatZilla 0.9.85 [Firefox 3.5.2/20090729225027])
- # [18:58] <JasonU> Mike - I'm JasonU@microsoft.com if you want to get in touch with me directly
- # [18:59] <MikeSmith> JasonU, OK -- thanks
- # [18:59] <annevk> and here I thought Jason was from Apple :)
- # [18:59] * Joins: pimpbot (pimpbot@80.68.92.65)
- # [19:00] <JasonU> Sorry, I'm more of a Zune guy. ;-)
- # [19:05] * Quits: markjames (markjames@82.70.173.2) (Quit: markjames)
- # [19:05] <annevk> heh
- # [19:07] * Quits: adrianba (adrianba@131.107.0.85) (Ping timeout)
- # [19:16] <DanC> anybody know where gsnedders's number syntax tests went? the link from http://lists.w3.org/Archives/Public/public-html/2007Jul/0650.html seems to be hosed
- # [19:16] <pimpbot> Title: Implementation + Test Cases Available For Numbers Subsection of Common Microsyntaxes from Geoffrey Sneddon on 2007-07-12 (public-html@w3.org from July 2007) (at lists.w3.org)
- # [19:18] <Philip> DanC: http://hg.gsnedders.com/php-html-5-direct/file/tip/tests/numbersTest
- # [19:18] <pimpbot> Title: php-html-5-direct: tests/numbersTest@8c27462f5f41 (at hg.gsnedders.com)
- # [19:19] <Philip> DanC: (linked from http://wiki.whatwg.org/wiki/Testsuite)
- # [19:19] <pimpbot> Title: Testsuite - WHATWG Wiki (at wiki.whatwg.org)
- # [19:19] <Philip> DanC: (though actually I found it via Google instead)
- # [19:19] <DanC> tx, Philip
- # [19:19] <DanC> I tried googling and such. my skillz are rusty, I guess
- # [19:20] <Philip> http://www.google.co.uk/search?q=php-html-5-direct
- # [19:20] <pimpbot> Title: php-html-5-direct - Google Search (at www.google.co.uk)
- # [19:22] * Quits: Marcos (Marcos@213.236.208.22) (Quit: Marcos)
- # [19:32] * Quits: myakura (myakura@114.145.182.152) (Quit: Leaving...)
- # [20:02] * Joins: adele (adele@17.246.18.111)
- # [20:09] * Joins: gsnedders (gsnedders@84.190.177.212)
- # [20:24] * Quits: adele (adele@17.246.18.111) (Client exited)
- # [20:25] * Joins: adele (adele@17.246.18.111)
- # [20:25] * Quits: adele (adele@17.246.18.111) (Quit: adele)
- # [20:25] * Joins: adele (adele@17.246.18.111)
- # [20:25] * Quits: adele (adele@17.246.18.111) (Quit: adele)
- # [20:29] * Quits: maddiin (mc@87.185.219.115) (Quit: maddiin)
- # [20:30] * Parts: rubys (rubys@65.190.139.141)
- # [20:36] * Quits: paulc (4a0d13bf@128.30.52.43) (Quit: CGI:IRC (EOF))
- # [20:57] * Joins: adrianba (adrianba@131.107.0.69)
- # [21:04] * Quits: gsnedders (gsnedders@84.190.177.212) (Quit: gsnedders)
- # [21:04] * Quits: mjs (mjs@69.181.42.237) (Quit: mjs)
- # [21:09] * Quits: JasonU (836b004a@128.30.52.43) (Quit: CGI:IRC (EOF))
- # [21:11] * Quits: adrianba (adrianba@131.107.0.69) (Ping timeout)
- # [21:32] * Quits: Lachy (Lachlan@85.196.122.246) (Ping timeout)
- # [21:33] * Joins: Lachy (Lachlan@85.196.122.246)
- # [21:48] * Joins: gsnedders (gsnedders@84.190.177.212)
- # [22:00] * Quits: Lachy (Lachlan@85.196.122.246) (Quit: Leaving)
- # [22:12] * Parts: LHSilli (chatzilla@84.208.110.159)
- # [22:15] * Joins: Lachy (Lachlan@85.196.122.246)
- # [22:27] * Joins: J_Voracek (irchon@173.74.232.166)
- # [22:27] * Quits: J_Voracek (irchon@173.74.232.166) (Client exited)
- # [22:49] * Joins: maddiin (mc@87.185.219.115)
- # [23:03] * Quits: webben (benh@217.12.14.240) (Ping timeout)
- # [23:06] * Quits: miketaylr (mtaylor@38.117.156.163) (Quit: adios.)
- # [23:11] * Parts: richardschwerdtfe (RichS@99.39.114.91)
- # [23:16] * Joins: murr4y (murray@84.49.67.85)
- # [23:16] * Quits: ROBOd (robod@89.122.216.38) (Quit: http://www.robodesign.ro )
- # [23:18] * Quits: maddiin (mc@87.185.219.115) (Quit: maddiin)
- # [23:39] * Quits: shepazu (schepers@128.30.52.169) (Quit: Core Breach)
- # [23:39] * Joins: shepazu (schepers@128.30.52.169)
- # Session Close: Fri Sep 04 00:00:00 2009
The end :)