Options:
- # Session Start: Wed Nov 02 00:00:00 2011
- # Session Ident: #css
- # [00:00] <Bert> janina: Weith a little bit of your help we can close that gap better.
- # [00:00] <Bert> fantasai: We need more specific ideas of what to do.
- # [00:00] * Joins: ChrisWilson (ChrisWilso@216.239.45.4)
- # [00:00] <plinss> RRSAgent, this meeting spans midnight
- # [00:00] <RRSAgent> ok, plinss; I will not start a new log at midnight
- # [00:00] <Bert> MichaelC: Animations:
- # [00:00] <dbaron> http://dev.w3.org/csswg/css3-conditional/#at-document
- # [00:01] <Bert> ... user must be able to stop any movement.
- # [00:01] <Bert> ... We didn't see that in marquee or animation.
- # [00:01] <Bert> ... Or need a script interface for that.
- # [00:01] <Bert> Tab: For animations, that can be done.
- # [00:01] <Bert> ... You can set the marquee property to off, too.
- # [00:02] <fantasai> turning off can be done easily, not pausing
- # [00:02] * Quits: drublic (drublic@77.2.147.143) (Client exited)
- # [00:02] <Bert> ... Dean JAckson is working n animations and starting stopping them.
- # [00:02] <Bert> ... Seems to be addressed.
- # [00:02] <Bert> dbaron: What do you want exactly?
- # [00:02] <Bert> MichaelC: Give users their own choices.
- # [00:02] <Bert> ... Preventing aimations fromn starting, rather than stopping them.
- # [00:03] <Bert> ... Need one of the two.
- # [00:03] <Bert> Simon: What about javascript-driven animations? No css involved there at all.
- # [00:03] * Quits: myakura (myakura@63.145.238.4) (Client exited)
- # [00:04] <Bert> dbaron: Do you want a script interface to [missed]
- # [00:05] * fantasai thinks dbaron should type what was missed, it was probably important
- # [00:05] <Bert> MichaelC: A global stop is useful. Also useful to stop animations at case by case basis.
- # [00:05] * fantasai assumes everything dbaron says is important, because it usually is :)
- # [00:05] <Bert> arron: Nedd to stop/start, or also speed?
- # [00:05] * Quits: Cathy (qw3birc@128.30.52.28) (Ping timeout)
- # [00:05] <sylvaing> dbaron asked whether we wanted a script interface to stop animations or whether we wanted a script interface to detect whether the user disabled animations ?
- # [00:05] <Bert> MichaelC: No guideline for controlling speed, though it would be useful.
- # [00:05] * Quits: dbaron (dbaron@63.145.238.4) (Connection reset by peer)
- # [00:06] * Joins: dbaron_ (dbaron@63.145.238.4)
- # [00:06] <dbaron_> dbaron: Do you want a script interface for the page to stop animations or a script interface for the page to tell the user that they stopped animations?
- # [00:06] <dbaron_> (the network keeps flaking out on me)
- # [00:06] <Bert> Simon: Browser doesn't know that javascripot is doing an animation.
- # [00:06] <Bert> MichaelC: That is for the author to solve, not for CSS.
- # [00:06] * Quits: hiroki (h_yamada@128.30.52.28) (Quit: hiroki)
- # [00:06] <Bert> ... For CSS animations, the browser knows that ather eis an animation.
- # [00:07] <Bert> dbaron: Some extent physical model, some extent conceptual model.
- # [00:07] * Joins: arno (arno@63.145.238.4)
- # [00:07] <fantasai> dbaron^: user style sheet is
- # [00:07] <Bert> ... Easy to express in CSS that nothign animates. * {animation: none!improtant}
- # [00:08] <Bert> Tab: Withing CSS animation, we are mostly already addressing this, or will address it soon.
- # [00:08] <Bert> ... May be an avenue for a new JS interface.
- # [00:08] <dbaron_> and earlier I linked to http://dev.w3.org/csswg/css3-conditional/#at-document if you missed that
- # [00:08] <Bert> ... Some UA pref to read.
- # [00:08] <Bert> fantasai: Earlier discussion, some years ago, yo extent MQ with user prefs.
- # [00:09] <Bert> ... A MQ-type thing can address several concerns. Would need a module.
- # [00:09] <Bert> .. Need to thing what an author would want to query.
- # [00:09] <Bert> ... Maybe a task for PF, to list the things.
- # [00:09] <Bert> MichaelC: We can take an action for that.
- # [00:09] <Bert> dbaron_: privacy concerns as well.
- # [00:10] <Bert> fantasai: Let's collect tham in obne place and have a common interface to them.
- # [00:10] <Bert> s/.. N/... N/
- # [00:11] <MichaelC> PFWG-ACTION-929
- # [00:11] <Bert> [PF takes the action]
- # [00:11] <Bert> [Tantek joins]
- # [00:11] * Joins: gilles (gilles@63.145.238.4)
- # [00:11] <Bert> James: nav-index and precedence, and nav-index vs layout order.
- # [00:12] <Bert> cynthia: and please a summary of what nav-index is for.
- # [00:12] <Bert> tantek: Author may rearrange spatially the elements and therefore needs to change the navigation from the browser default.
- # [00:12] <Bert> ... Author can change nav-index along with layout.
- # [00:13] <Bert> ... Both in same style sheet.
- # [00:13] <Bert> ... nav-index is for sequential navigation.
- # [00:13] <Bert> ... nav-up, etc. is for directional navigation.
- # [00:13] * Joins: Kai (chatzilla@63.145.238.4)
- # [00:13] <Bert> ... Can do better than the browser default that way.
- # [00:13] <Bert> ... E.g., mobile phones with four nav keys.
- # [00:14] <fantasai> ... e.g. TV
- # [00:14] <Bert> .. Is in addtion to, but not oinstea dof othe rmechanism.
- # [00:14] <Bert> s/.. /... /
- # [00:14] <Bert> cynthia: tab orde rin kwyboard interface. And how about flexbox?
- # [00:14] <Bert> Tantek: I need not be a tab key, it is abstract.
- # [00:15] <Bert> ... CSS would override th mark-up, the same way as it overrides the layout.
- # [00:15] <Bert> Tab: tabindex would be expressed in terms of CSS.
- # [00:15] <Bert> Tantek: The HTML attribute tabindex would be liek the default.
- # [00:15] <Bert> ... Would have a UA default style that uses that.
- # [00:16] <Bert> ... I know Opera has implemented nav-index, nav-*
- # [00:16] <Bert> .. They don't have flexbox.
- # [00:16] <Bert> ... So cannot see combination currently.
- # [00:16] <Bert> s/.. T/... T/
- # [00:17] <Bert> dbaron: navindex may need something else to move chunks around as a whole.
- # [00:17] <Bert> ... Not sure this is like z-index.
- # [00:17] <Bert> ... But need to think about it.
- # [00:17] * Quits: anne (annevk@63.145.238.4) (Quit: anne)
- # [00:17] <Bert> Tantek: nav-index and tabindex have the same problems.
- # [00:17] <Bert> ... Putting it in CSS keeps the layout and order in sync.
- # [00:17] <Bert> ... But may be able to do better.
- # [00:18] <Bert> Tab: [somebody] is working on this, and changign things locally instead of globally.
- # [00:18] <dbaron_> Tab: Tantek, You want to talk to Ryosuke Niwa (rniwa at google)
- # [00:18] <Bert> James: We recommend tabindex=0 and tabindex=-1
- # [00:18] <Bert> ... latter says it is not navigable.
- # [00:18] * Quits: Ms2ger (Ms2ger@91.181.84.233) (Quit: nn)
- # [00:19] <Bert> ... New extensions, since 3 years.
- # [00:19] <Bert> .. They are not covered in nav-index.
- # [00:19] <Bert> s/.. /... /
- # [00:19] * Quits: jun_ (qw3birc@128.30.52.28) (Ping timeout)
- # [00:19] <Bert> cynthia: run-time only.
- # [00:19] <Bert> Tab: You know it at the time you declare stuff in CSS.
- # [00:20] <Bert> MichaelC: Can elements in the middle of animations while users interact with them?
- # [00:20] <Bert> Tab: yes, they can.
- # [00:20] <Bert> ... But you can control focus.
- # [00:20] <Bert> ... Can stop and resume.
- # [00:20] <dbaron_> Tab: You could pause animations while matching :focus or :hover
- # [00:21] <Bert> Cynthia: Were would the focus be? Say in the middle of a swipe.
- # [00:21] <Bert> dbaron: In general, animations don't add anything that Javascript soesn't do already, just more declarative.
- # [00:21] <Bert> ... No new conceptual problems, but declarative gives more control.
- # [00:21] <Bert> MichaelC: Author can add features in same declaratyive way.
- # [00:22] <Bert> MichaelC: Critical topic:
- # [00:22] <Bert> ... Seizures
- # [00:22] * Joins: howard (howard_wan@63.145.238.4)
- # [00:22] <dbaron_> (Also, I'd note that tabindex=0 and tabindex=-1 should, in CSS, be keywords rather than magic numbers.)
- # [00:22] <Bert> ... Can be provoked by animations.
- # [00:22] <Bert> ... Need a warning to authors in the spec.
- # [00:22] * Joins: myakura (myakura@209.119.68.98)
- # [00:22] * Joins: glazou (glazou@63.145.238.4)
- # [00:23] <Bert> ... Not usual, but this is an important case.
- # [00:23] * Joins: anne (annevk@63.145.238.4)
- # [00:23] <Bert> JohnJ: Where do we put that?
- # [00:23] <Bert> MichaelC: Some visible location.
- # [00:24] <Bert> ACTION sylvain to add wartning (with link) about seizures to Animations spec.
- # [00:24] * trackbot noticed an ACTION. Trying to create it.
- # [00:24] <trackbot> Created ACTION-399 - Add wartning (with link) about seizures to Animations spec. [on Sylvain Galineau - due 2011-11-08].
- # [00:24] <Bert> Tantek: maybe add things to a validator based on that note?
- # [00:25] <Bert> James: certain frwquencies
- # [00:25] <Bert> Tantek: automated tools help with catching more of them.
- # [00:25] <Bert> JohnJ: The warnign will often be incorrect.
- # [00:25] <Bert> James: WCAG has the frquencies.
- # [00:26] <TabAtkins_> Action johnjansen to investigate automated tools for detecting seizure-inducing animations/transitions.
- # [00:26] * trackbot noticed an ACTION. Trying to create it.
- # [00:26] <trackbot> Sorry, couldn't find user - johnjansen
- # [00:26] <TabAtkins_> Action johnjan to investigate automated tools for detecting seizure-inducing animations/transitions.
- # [00:26] * trackbot noticed an ACTION. Trying to create it.
- # [00:26] <trackbot> Sorry, couldn't find user - johnjan
- # [00:26] <Bert> MichaelC: Some 60 Hz or so, but depends on colors as well.
- # [00:26] <TabAtkins_> Action JohnJansen to investigate automated tools for detecting seizure-inducing animations/transitions.
- # [00:26] * trackbot noticed an ACTION. Trying to create it.
- # [00:26] <trackbot> Sorry, couldn't find user - JohnJansen
- # [00:26] <TabAtkins_> Action Jansen to investigate automated tools for detecting seizure-inducing animations/transitions.
- # [00:26] * trackbot noticed an ACTION. Trying to create it.
- # [00:26] <trackbot> Created ACTION-400 - Investigate automated tools for detecting seizure-inducing animations/transitions. [on John Jansen - due 2011-11-08].
- # [00:26] <Bert> Tantek: capture suggestions for validators.
- # [00:27] <Bert> ... Responsability on module editros.
- # [00:27] <Bert> MichaelC: Great, that is more than I asked for.
- # [00:27] * Quits: chsiao (chatzilla@63.145.238.4) (Client exited)
- # [00:28] <Bert> ... In some environments layout may be awkward. MQ can obviously help. But are there aother ways to address that?
- # [00:28] <Bert> ... MQ is sort of a sledgehammer approach, not all authors will do that.
- # [00:28] <Bert> ... Say a table that automatically adjust narrow width, handle overflow.
- # [00:28] <Bert> ... Could be several kinds of effects.
- # [00:29] <Bert> Markus: We recommend MQ currently.
- # [00:29] <Bert> fantasai: Multicol handles it automatically.
- # [00:29] <Bert> ... flexbox can wrap.
- # [00:29] <Bert> ... There are some moduels that address it, others that don't and that is a concern of mine as well.
- # [00:30] <Bert> dbaron: We want layout systenms with some flexibility. But we don't know how to build perfectly flexible systems.
- # [00:30] <Bert> ... MQ offers authors the choice.
- # [00:30] <Bert> Markus: Some specs, by theri nature,
- # [00:30] <Bert> ... need MQ as the way out.
- # [00:31] <Bert> Tab: Some layout can handle it automatically, for others it is MQ.
- # [00:31] <Bert> fantasai: Should first try automatical. For more extreme cases, or for more optimized mathods, go to MQ.
- # [00:32] <Bert> James: Maybe some author examples.
- # [00:32] <Bert> ... Font-size can be large, can influence column size.
- # [00:32] <Bert> ... Use rem e.g.,
- # [00:32] <Bert> ... Things an author should consider.
- # [00:32] <Bert> fantasai: Excellent point, We should adopt the examples.
- # [00:33] <Bert> ... And also build in flexibility as much as we can.
- # [00:33] <Bert> James: min-width in rem is important.
- # [00:33] <Bert> dbaron: In egneral using em is good to deal with unexpected font-sizes.
- # [00:33] <fantasai> s/the examples/good examples/
- # [00:34] * dbaron_ notes Bert said "that was too soft, I couldn't hear you" quite softly
- # [00:34] <Bert> Markus: One requirement is that text is flexible
- # [00:34] <Bert> ... If mroe space is available, could get bigger.
- # [00:34] <fantasai> calc+vm unit :)
- # [00:34] <Bert> MichaelC: Somethign about tables, not sure what our issue is.
- # [00:35] <Bert> James: Exposing a table.
- # [00:35] <fantasai> james: exposing CSS tables as a table api
- # [00:35] <Bert> dbaron: people who use tables for layout, in a grid-like table, should have a mark-up that is *not* a table.
- # [00:36] <fantasai> fantasai^: yeah, that is totally wrong (referring to james)
- # [00:36] <Bert> Steve: Firefox exposed CSS tables as table API.
- # [00:36] * Quits: jamesn (jamesn@63.145.238.4) (Quit: Colloquy for iPad - http://colloquy.mobi)
- # [00:36] <Bert> ... Was some feedback from IT vendors that it should be like that.
- # [00:37] <fantasai> dbaron: Gecko's accessibility api operates off the rendering tree instead of the content tree, which I've always considered to be a major design flaw.
- # [00:37] <Bert> dbaron: I think Gecko's design is wrong to use rendering tree for accessibility api. But that is the ay it has always been.
- # [00:38] <Bert> Steve: If it s a CSS table, it appears as a tabel in the API, but it should expose that it si a layout table to the user.
- # [00:38] <Bert> cynthia: But if an author used it for a data table...
- # [00:38] <Bert> ... I've seen data tables done with DIVs in the past.
- # [00:39] * Joins: r12a (rishida@128.30.52.169)
- # [00:39] * Joins: jeff (Jeff@mcclure.w3.org)
- # [00:39] <Bert> James: Seems a bug. Rendering should not affect accessibility tree.
- # [00:39] <Bert> Tab: Currently only tables in 2.1, no module for it.
- # [00:40] <Bert> Steve: Table flattened.
- # [00:41] <Bert> Tantek: Using DIVs for data tables, and limited flxibility: what if there is not enough width?
- # [00:41] <Bert> Steve: Make it a block, and it reflows, doesn't it?
- # [00:41] <Bert> ... I can give you some examples.
- # [00:41] <Bert> Tantek: caltrain.org has a table that breaks on blackberry.
- # [00:42] <Bert> ... I'd love to hear some solutions.
- # [00:42] <Bert> James: Any wide content will have that problem.
- # [00:42] * Quits: myakura (myakura@209.119.68.98) (Connection reset by peer)
- # [00:42] * Joins: myakura (myakura@209.119.68.98)
- # [00:42] <Bert> ... Part of the issue, as opposed to columns, is that the columsn here have a meaning.
- # [00:43] <fantasai> s/columns/multicol/
- # [00:43] <Bert> Cynthia: related issue, indeed.
- # [00:43] <Bert> cynthia: somethign to think about over a beer...
- # [00:43] <Bert> MichaelC: Next issue:
- # [00:44] <Bert> ... Can font-size refer to MQ?
- # [00:44] <Bert> s/refer/be part of/
- # [00:44] <Bert> dbaron: MQ happens before style sheet, so the em is always the users' default font size.
- # [00:45] <Bert> ... So it is easy to query the user's font size.
- # [00:45] <Bert> ... You can query for exact value or a range.
- # [00:45] <Bert> fantasai: You can ask how many ems fit on the screen.
- # [00:45] * Quits: myakura (myakura@209.119.68.98) (Connection reset by peer)
- # [00:45] * Joins: myakura (myakura@209.119.68.98)
- # [00:46] <Bert> dbaron: You can query across units, but hard.
- # [00:46] <Bert> ... Many Web pages don't render unless font is 16px, but that is differne tissue.
- # [00:46] * Quits: anne (annevk@63.145.238.4) (Quit: anne)
- # [00:46] <Bert> fantasai: What is the use case for querying th efont size, and not the siz eof the screen?
- # [00:47] <Bert> MichaelC: Can make thimngs relative to a base font size.
- # [00:47] <Bert> ... Authors typically make font smaller.
- # [00:47] <Bert> ... A base font size that authors wouldn't need to scale down.
- # [00:47] <Bert> dbaron: that is history.
- # [00:48] * Joins: mollydotcom (mollyh@63.145.238.4)
- # [00:48] <Bert> fantasai: Designers indeed lower font-size. No automatic way out of that.
- # [00:48] <Bert> ... But rem unit (font size of root element) can soon be used everywhere.
- # [00:49] <dbaron_> s/easy to query the user's font size/easy to use the user's font size as part of queries, but hard to actually query for it directly/
- # [00:49] <Bert> ... Author can override it, but user can then scale without breaking the design.
- # [00:49] * Joins: Stevef (chatzilla@63.145.238.4)
- # [00:49] <Bert> James: You can use that in a media query? Check screen vs rem?
- # [00:50] <Bert> fantasai: Yes. You cannot find out what the rem is in terms of px, but can find out how many rem per screen.
- # [00:50] * Joins: anne (annevk@63.145.238.4)
- # [00:50] <Bert> ... You don't have the px value, but you can use the rem and don't need the px.
- # [00:50] * Quits: myakura (myakura@209.119.68.98) (Connection reset by peer)
- # [00:51] * Joins: myakura (myakura@209.119.68.98)
- # [00:51] <Bert> RichS: Can MQ dynamically change the style on the page?
- # [00:51] <Stevef> tcelik: Responsive Data Tables http://css-tricks.com/9096-responsive-data-tables/
- # [00:51] <Stevef> related accessibility article http://www.accessibleculture.org/articles/2011/08/responsive-data-tables-and-screen-reader-accessibility/
- # [00:51] <Bert> dbraon: yes, dynamic. If user resizes window, style changes.
- # [00:51] <Bert> RichS: Might want to have on mobile som eway to add captioning base don environment.
- # [00:51] <Bert> ... Would that be MQ, or an API?
- # [00:52] <Bert> Tab: MQ is preferred, can then still do it from JS as well.
- # [00:52] <dbaron_> http://dev.w3.org/csswg/cssom-view/#dom-window-matchmedia http://dev.w3.org/csswg/cssom-view/#the-mediaquerylist-interface
- # [00:52] <Bert> MichaelC: Last issue on our list:
- # [00:52] * Quits: mollydotcom (mollyh@63.145.238.4) (Quit: mollydotcom)
- # [00:52] <Bert> ... Positioning module.
- # [00:52] <Bert> fantasai: We have mutliple modules about that.
- # [00:53] <Bert> arronei: Discussed a module with abs. pos and anslo centering, will publish soon.
- # [00:53] * dbaron_ is now known as dbaron
- # [00:54] <Bert> fantasai: We have several related modules.
- # [00:54] <Bert> ... We will intergate requirements as appropriate, if you can give them to us.
- # [00:54] <Bert> MichaelC: We'll take an action item.
- # [00:54] <Bert> fantasai: This is the right time for those.
- # [00:54] <MichaelC> PFWG-ACTION-930
- # [00:55] <Bert> MichaelC: Next issue: multi-col
- # [00:55] <fantasai> fantasai: as they're mostly in the brainstorming/design/exploring stages
- # [00:55] <Bert> ... It is very positive for accessibility.
- # [00:55] <Bert> ... Does it only waork in paged media?
- # [00:55] <Bert> fantasai: It works also in continuous media, but not so well.
- # [00:55] * Quits: myakura (myakura@209.119.68.98) (Connection reset by peer)
- # [00:56] * Joins: myakura (myakura@209.119.68.98)
- # [00:56] <Bert> ... Need to fix the height and have it overflow to the right.
- # [00:56] <Bert> ... Howcome has a demo for that.
- # [00:56] * Parts: howard (howard_wan@63.145.238.4)
- # [00:57] <Bert> howcome: Wikipedia has references in two columns, and th reading order doesn;t matetr, so columns without fixed height are fine.
- # [00:57] <fantasai> fantasai^: that's the only way to really have it work well in scrolling media, but you can also have a paged presentation on a screen
- # [00:57] <Bert> MichaelC: So work is ongoing. Any action?
- # [00:58] <Bert> TabL working on ways to fix it now, such as paging.
- # [00:58] <fantasai> fantasai: If you have any suggestion on how to make it work better for continuous media, we'd be happy to consider for L2
- # [00:58] <Bert> MichaelC: control of styling of form controls.
- # [00:58] <Bert> ... Because authors too often replace the control with script.
- # [00:58] <Bert> janina: Often you find you can fill out a form, but cannot submit...
- # [00:59] <Bert> Tab: Too much differnece between devices and UAs. Difficult to specify what you can style.
- # [00:59] <fantasai> dbaron^: short answer to that is, we know, and it's a lot of work
- # [00:59] <Bert> ... Would love to do it. Tantek has it on his list.
- # [01:00] <Bert> Tantek: If you have specific example, please send them to me.
- # [01:00] <Bert> James: We have a spec, ARIA.
- # [01:00] <Bert> Tantek: Web authors often make their forms less accessible with certain libraries they use. I want to find out why they use those.
- # [01:01] <Bert> ... In some case the libraries themselves can be updated, with ARIA.
- # [01:01] <Bert> .. So multiple strategies.
- # [01:01] <Bert> s/.. /... /
- # [01:01] <Bert> ... I can use help.
- # [01:01] <fantasai> collecting examples
- # [01:01] <Bert> James: HTML5 allows some more than before.
- # [01:01] <Bert> MichaelC: My last one today:
- # [01:02] <Bert> ... Mouse cursor vs resolution.
- # [01:02] <Bert> ... OS often have different variants.
- # [01:02] <Bert> Tab: UI module says to size to OS default.
- # [01:02] <Bert> ... Works great with SVG image.
- # [01:03] <Stevef> tcelik: WAI-ARIA Implementation in JavaScript UI Libraries (2009) http://www.paciellogroup.com/blog/2009/07/wai-aria-implementation-in-javascript-ui-libraries/
- # [01:03] <Bert> Tantek: You can use multiple urls for a cursor.
- # [01:03] <Bert> ... But not so precise as to which is used.
- # [01:03] <Bert> ... What wording can we put in there?
- # [01:03] <fantasai> s/default/default if there is no intrinsic size/
- # [01:03] * Quits: vhardy (vhardy@192.150.10.200) (Connection reset by peer)
- # [01:03] <Bert> MichaelC: We can probably come up with wording together.
- # [01:04] <Bert> James: SVG works on some. Didn't scale on windows.
- # [01:04] <Bert> dbaron: Tantek's suggestion seems too magical.
- # [01:05] <Bert> ... We have proeprties that take images and say to take the first you can handle.
- # [01:05] <Bert> ... That is clear, but this complicates it.
- # [01:05] <Bert> Tantek: May also define a new cursor format with multiple resolutions.
- # [01:05] <Bert> [several: therte is such a format]
- # [01:05] <fantasai> .ico
- # [01:06] <Bert> Tab: Image Value spec has default object resolution text.
- # [01:06] <Bert> ... Handles mutli-resolution images.
- # [01:06] * ed notes that svg + mediaqueries would also work for selecting different raster- or vectorimages for a particular resolution
- # [01:06] <Bert> James: I will take an action.
- # [01:06] <fantasai> http://www.w3.org/TR/css3-images/#sizing
- # [01:06] * ed that is, media-queries inside the svg file
- # [01:06] <dbaron> http://dev.w3.org/csswg/css3-images/#default-sizing
- # [01:07] <MichaelC> PFWG-ACTION-931
- # [01:07] <Bert> fantasai: [looking at MichaelC 's other issues]
- # [01:07] <Bert> ... can use MQ for most.
- # [01:08] * Quits: dbaron (dbaron@63.145.238.4) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [01:08] <Bert> Janina: Any other issues?
- # [01:08] <fantasai> fantasai: resolution variations can be done manually with @media
- # [01:08] <Bert> Tab: The generated content one.
- # [01:08] <fantasai> fantasai: high-contrast would be solved the same way once we have user queries
- # [01:08] * Quits: Stevef (chatzilla@63.145.238.4) (Ping timeout)
- # [01:09] <Bert> Steve: Concern was: text generated looks on screen as content. Mixing presentation and content.
- # [01:09] <Bert> ... It is read aloud.
- # [01:09] * Quits: duga (duga@63.145.238.4) (Quit: duga)
- # [01:10] <Bert> ... No alternative tetx for a bg image on :after.
- # [01:10] <Bert> ... I have asked some people in CSS WG already.
- # [01:10] <Bert> ... I have concern about how it is processed in browsers.
- # [01:10] <Bert> James: can use attr()
- # [01:11] <Bert> ... Othe rissue with CSS speech. Not want to speak the generated text.
- # [01:11] <Bert> ... ARIA required attribute can trigger a background.
- # [01:11] <fantasai> ... Can use CSS Speech 'speak: none' to hide generated content you don't wnat spoken
- # [01:11] * Quits: ChrisWilson (ChrisWilso@216.239.45.4) (Quit: Leaving.)
- # [01:12] <Bert> ... If it looks like an asterisk on screen, can you make it render as something else in speech?
- # [01:12] <Bert> fantasai: Render ot another canvas, model is that you pick up generated content in speech stream but not background images.
- # [01:13] * Quits: r12a (rishida@128.30.52.169) (Quit: r12a)
- # [01:13] <Bert> .. Can speak: none to turn it off.
- # [01:13] <Bert> s/../.../
- # [01:13] <Bert> ... Can use css speech to add visual icons.
- # [01:13] * Joins: r12a (rishida@128.30.52.169)
- # [01:13] <Bert> ... The model we have for somebody to access a doc via speech is not to use the DOM, but to read the audio canvas.
- # [01:14] <Bert> James: One of my concerns is that Speech is very focused to books, think DAISY, nbot so much screen readers.
- # [01:14] <Bert> Cynthia: list numbers is an example. Many screne readers do that wrong right now.
- # [01:15] <Bert> fantasai: There is an example in the Speech module.
- # [01:15] <Bert> ... I will help Tab to add it to CSS Lists moduele.
- # [01:15] <Bert> ... Expectation is to be able to read those markers.
- # [01:15] <Bert> dbaron: Lot of browser bugs, but also misuse of generated content.
- # [01:15] <Bert> ... It shouldn't be used for essential things.
- # [01:16] * Quits: r12a (rishida@128.30.52.169) (Quit: r12a)
- # [01:16] <Bert> ... Not entirely happy with how list numbers work.
- # [01:16] <Bert> Tab: Things like adding a PDF logo before PDF links.
- # [01:16] <Bert> ... Is that decaoative? It is informative.
- # [01:17] <Bert> ... It is usefully exposed.
- # [01:17] <Bert> fantasai: Use the content property, with both a url and a string.
- # [01:17] <Bert> Janina: We should deal with favicon better.
- # [01:18] <fantasai> [href$=".pdf"]::after { content: url(PDF.png), "[PDF]"; }
- # [01:18] <Bert> ... The Apache icons for different types of files?
- # [01:19] <Bert> ... Seems a similar case.
- # [01:19] <Bert> ... You can extend that in the Apache config, maybe in other systems, too.
- # [01:19] <Bert> Tab: That is outside of CSS.
- # [01:19] <Bert> fantasai: Browser knows the media type.
- # [01:19] <Bert> ... Could present that.
- # [01:19] <Bert> ... That is not the favicon.
- # [01:20] <Bert> dbaron: Browser doens;t have the media type until it fetches it.
- # [01:20] <Bert> James: You mean the default index in Apache, Janina?
- # [01:20] <Bert> Janina: yes.
- # [01:21] <Bert> MichaelC: Need we follow up on generated content later?
- # [01:21] <Bert> James: An action for me to check the content proeprty with text fallback.
- # [01:21] <Bert> s/proeprty/property/
- # [01:22] <MichaelC> PFWG-ACTION-932
- # [01:22] <Bert> MichaelC: We're done.
- # [01:22] <Bert> Janina: to be continued :-)
- # [01:22] * Quits: arno (arno@63.145.238.4) (Quit: Leaving.)
- # [01:24] * Quits: Vlad (Vlad@63.145.238.4) (Quit: Leaving)
- # [01:24] * Quits: rossen (Rossen@63.145.238.4) (Ping timeout)
- # [01:24] * Quits: AnanKan (AnanKan@63.145.238.4) (Ping timeout)
- # [01:24] * Quits: shan (soonbo.han@63.145.238.4) (Quit: Leaving)
- # [01:25] * Joins: shan (soonbo.han@63.145.238.4)
- # [01:27] * Quits: gilles (gilles@63.145.238.4) (Quit: gilles)
- # [01:28] * Quits: myakura (myakura@209.119.68.98) (Connection reset by peer)
- # [01:28] * Joins: r12a (rishida@128.30.52.169)
- # [01:28] * Quits: MichaelC (Michael@128.30.52.169) (Ping timeout)
- # [01:28] * Quits: mmielke (mmielke@63.145.238.4) (Ping timeout)
- # [01:28] * Joins: myakura (myakura@209.119.68.98)
- # [01:29] * Joins: dbaron (dbaron@63.145.238.4)
- # [01:29] * Quits: smfr (smfr@63.145.238.4) (Quit: smfr)
- # [01:30] * Joins: Stevef_ (chatzilla@63.145.238.4)
- # [01:30] * Quits: myakura (myakura@209.119.68.98) (Connection reset by peer)
- # [01:30] * Joins: myakura (myakura@209.119.68.98)
- # [01:30] <Bert> Topic: Multi-col
- # [01:31] <Bert> howcome: Longstanding issue.
- # [01:31] <Bert> ... Didn't get feedback from designers.
- # [01:31] * Joins: smfr (smfr@63.145.238.4)
- # [01:31] <Bert> ... Should two spanners collapse margins?
- # [01:31] * Joins: mmielke (mmielke@63.145.238.4)
- # [01:32] * Quits: myakura (myakura@209.119.68.98) (Connection reset by peer)
- # [01:32] * Stevef_ is now known as Stevef
- # [01:32] * Joins: myakura (myakura@209.119.68.98)
- # [01:32] <Bert> ... Difference in collapsing, floats continuing in next spanner, and block formatting context.
- # [01:33] <Bert> Florian: IE does one, we don another.
- # [01:33] <Bert> Alex: Both options a and b make sense, not c.
- # [01:33] <Bert> fantasai: They all make sense.
- # [01:33] <Bert> howcome: may need to go to LC again.
- # [01:34] <Bert> .. If Alex is OK, let's do A.
- # [01:34] <Bert> s/../.../
- # [01:34] * Quits: myakura (myakura@209.119.68.98) (Connection reset by peer)
- # [01:34] <Bert> [fantasai draw on whiteboard]
- # [01:34] * Joins: myakura (myakura@209.119.68.98)
- # [01:35] <Bert> fantasai: If spanners span different # of columns,
- # [01:35] <Bert> ... you get option a.
- # [01:35] <Bert> ... If they have same # of columns, you get different layout.
- # [01:36] <Bert> ... c is like in single-column layout.
- # [01:36] <Bert> ... Most natural.
- # [01:36] * Quits: myakura (myakura@209.119.68.98) (Connection reset by peer)
- # [01:36] * Joins: myakura (myakura@209.119.68.98)
- # [01:36] <Bert> ... b is like a special kind of BFC, different from others.
- # [01:37] * fantasai tantek, can you post a photo of the flipchart into the minutes, please?
- # [01:37] * fantasai is not technologically advanced enough to do this
- # [01:37] <dbaron> (Is anyone actually talking about column-spanning elements that span some number of columns other than all? If so, scary.)
- # [01:37] <Bert> Alex: If these spanning elts were floats,
- # [01:37] <Bert> ... would they collapse?
- # [01:38] <Bert> ... They should behave like floats, not collapse.
- # [01:38] <Bert> Florian: It is a corner case.
- # [01:38] <Bert> fantasai: Dont' think so.
- # [01:38] <Bert> ... But floats inside them is.
- # [01:39] <Bert> Alan: Article title followed by section title, I dont' want things to collapse.
- # [01:39] <Bert> fantasai: But if it is a single col, it collapses.
- # [01:39] <Bert> Brad: [missed]
- # [01:39] * Quits: myakura (myakura@209.119.68.98) (Connection reset by peer)
- # [01:39] * Joins: myakura (myakura@209.119.68.98)
- # [01:40] <tcelik> fantasai - the current flipchart?
- # [01:40] <Bert> Alex: I want spanners to be like something else, not something new.
- # [01:40] * sylvaing fantasai!? even I am technical enough to do this!
- # [01:40] <Bert> ... which is like BFC in normal flow?
- # [01:41] <Bert> Alex: Make them behave like in normal flow.
- # [01:41] <Bert> fantasai: BFC doesn't collapse with its children.
- # [01:41] * Quits: myakura (myakura@209.119.68.98) (Connection reset by peer)
- # [01:41] * Joins: myakura (myakura@209.119.68.98)
- # [01:42] <Bert> howcome: strawpoll?
- # [01:42] <Bert> PeterL: Can't decide now.
- # [01:42] * fantasai thinks sylvaing's twitter skills are considerable, who is he kidding
- # [01:42] <Bert> Topic: Variables (cont'd)
- # [01:43] <fantasai> ScribeNick: fantasai
- # [01:43] <fantasai> TabAtkins: cyclic dependencies - easy to resolve
- # [01:43] <fantasai> TabAtkins: shows example 4:
- # [01:43] * Joins: tpod (tpod@63.145.238.4)
- # [01:44] <tpod> http://instagr.am/p/SZJjj/ cc: fantasai
- # [01:44] <fantasai> TabAtkins: We can detect this cyclic dependency easily at computed value time, and we resolve these to all initial value
- # [01:44] <fantasai> TabAtkins: both variables result in initial value in all places they are used
- # [01:44] <fantasai> :root {
- # [01:44] <fantasai> data-one: calc(datatwo) + 20px)
- # [01:44] * Quits: myakura (myakura@209.119.68.98) (Connection reset by peer)
- # [01:44] <fantasai> data-two: calc(data(one) - 20px)
- # [01:45] * Joins: myakura (myakura@209.119.68.98)
- # [01:45] * Quits: r12a (rishida@128.30.52.169) (Quit: r12a)
- # [01:45] <fantasai> Bert asks questions
- # [01:45] * Joins: Rossen (Rossen@63.145.238.4)
- # [01:45] <fantasai> TabAtkins: They're calculated on the element at computed value time
- # [01:46] * fantasai is getting confused with all the cycle
- # [01:46] <fantasai> TabAtkins: Var cycles are resolved at computed value time. Inheritance happens after computing.
- # [01:46] <fantasai> TabAtkins: There's an example below where something that looks cyclic isn't because of this detail
- # [01:46] <fantasai> TabAtkins shows example 5
- # [01:46] <fantasai> TabAtkins: <one><two><three/></two></one>
- # [01:46] * Quits: myakura (myakura@209.119.68.98) (Connection reset by peer)
- # [01:47] * Joins: myakura (myakura@209.119.68.98)
- # [01:47] <fantasai> one { data-foo: 10px; }
- # [01:47] <fantasai> two { data-bar: calc(data(foo) + 10px; }
- # [01:47] <fantasai> three { data-foo: calc(data(bar) + 10px); }
- # [01:47] <fantasai> TabAtkins: two resolves easily from the inherited 10px
- # [01:48] <fantasai> TabAtkins: three is defined to use bar, but the value it sees is the successfully computed 20px.
- # [01:48] <fantasai> TabAtkins: Cyclic dependencies only occur when variables on same element have cycles.
- # [01:48] <fantasai> Markus: If you accidentally do this, how do you know?
- # [01:49] <fantasai> TabAtkins: Web Inspector can provide that info to the author.
- # [01:49] <fantasai> fantasai: You can search for all data-* properties that compute to 'initial'
- # [01:49] <dbaron> we could in theory even provide a console warning
- # [01:49] <Bert> s/Bert asks questions/Bert: Isn't the property evaluated when it iused, ratherathen when it is declared?/
- # [01:50] <fantasai> Alan: What if data-foo is a color?
- # [01:50] <fantasai> TabAtkins: bar won't be invalid except at the point where it's used.
- # [01:50] <fantasai> plinss ask about resolution
- # [01:50] <dbaron> fantasai, it shouldn't compute to initial, since an invalid data property needs to make the property using it (which may not use it as a *whole*) get its initial value
- # [01:51] * Quits: tcelik (tantek_@63.145.238.4) (Quit: tcelik)
- # [01:51] <fantasai> TabAtkins: The data variables are treated as a stream of tokens, except for data substitution, until they're used
- # [01:51] <fantasai> dbaron, that resolves itself
- # [01:52] <fantasai> dbaron, it'll either be the entire value of the property, in which case that property gets initial
- # [01:52] <fantasai> dbaron, or it won't be valid because it's not the entire value of the property, in which case that property gets initial
- # [01:52] <fantasai> dbaron, either way you get initial :)
- # [01:52] <dbaron> fantasai, initial as a keyword is valid within font-family
- # [01:52] <fantasai> dbaron, not in a list iirc
- # [01:52] <dbaron> fantasai, yes
- # [01:53] * Quits: myakura (myakura@209.119.68.98) (Connection reset by peer)
- # [01:53] * Joins: myakura (myakura@209.119.68.98)
- # [01:53] <fantasai> John may have reservations about substituting variables within other data properties
- # [01:53] <fantasai> howcome: If you wanted a variable that equalled 10% on this element, you couldn't do that.
- # [01:53] <fantasai> TabAtkins: no
- # [01:53] * Joins: arno (arno@63.145.238.4)
- # [01:54] <fantasai> TabAtkins: that would require more plumbing to make it work
- # [01:54] <fantasai> howcome: Don't think it's a req, just want to understand the model.
- # [01:54] <fantasai> dbaron: "The keywords 'initial' and 'default' are reserved for future use and must also be quoted when used as font names. UAs must not consider these keywords as matching the '<family-name>' type. "
- # [01:55] <fantasai> http://www.w3.org/TR/CSS21/fonts.html
- # [01:55] <fantasai> howcome: Do you think there will be lots of invalid values? You go back to initial.
- # [01:55] <dbaron> fantasai, "as" != "in"
- # [01:55] <fantasai> TabAtkins: You will usually not run into this problem, because ...
- # [01:56] <fantasai> TabAtkins: You cannot resolve the data type of a data property at parse time
- # [01:56] <fantasai> TabAtkins: There are places where a particular token can masquerade as idfferent things depending on the context it's used
- # [01:56] <fantasai> TabAtkins: If you use 'red' in color, it becomes a color. If you use it in list-style, it's treated as a counter name
- # [01:57] <fantasai> jdaggett: so you have to do 2 parsing steps
- # [01:57] <fantasai> TabAtkins: In most cases, no.
- # [01:57] <fantasai> jdaggett: Your processing model doesn't make sense to me.
- # [01:57] <fantasai> TabAtkins: I'm pretty sure it works
- # [01:57] <dbaron> It makes sense to me.
- # [01:57] <fantasai> jdaggett: Not clear to me when exactly these values are calculated
- # [01:57] <dbaron> You parse it into a token stream
- # [01:57] <dbaron> and handle any tokens that are the "data(" function
- # [01:58] <dbaron> and then save the token stream
- # [01:58] <dbaron> IMO, anyway
- # [01:58] * Quits: glazou (glazou@63.145.238.4) (Quit: glazou)
- # [01:58] <fantasai> jdaggett: What dbaron said makes sense. What Tab says makes no sense...
- # [01:59] <fantasai> TabAtkins: you can also optimize by storing the parsed (not just tokenized) version for reuse in the same context
- # [01:59] <fantasai> fantasai: That's an additional optmiziation
- # [01:59] * Quits: Kai (chatzilla@63.145.238.4) (Quit: ChatZilla 0.9.87 [Firefox 7.0.1/20110928134238])
- # [01:59] * Quits: szilles (chatzilla@63.145.238.4) (Ping timeout)
- # [01:59] * dbaron wonders how much longer CSS is going and whether it's worth walking back over
- # [01:59] <fantasai> Rosen: What if I have data-foo: inherit?
- # [02:00] <Bert> (So this requires that calc() is defined in Values and Units so that calc() can be used inside calc().)
- # [02:00] <fantasai> arronei: in this case it would be invalid
- # [02:00] <plinss> until 6pm
- # [02:00] * Joins: szilles (chatzilla@63.145.238.4)
- # [02:00] * Quits: myakura (myakura@209.119.68.98) (Connection reset by peer)
- # [02:00] <fantasai> TabAtkins: ...
- # [02:00] * Joins: myakura (myakura@209.119.68.98)
- # [02:00] <fantasai> Rossen: More natural way to me would be to have it on your parent.
- # [02:00] <fantasai> Rossen: similar wya to look at it is as inherit
- # [02:00] <fantasai> jdaggett: Flip side is you can never make a variable carry 'inherit'
- # [02:00] <fantasai> jdaggett: The keyword has special meaning
- # [02:01] * Quits: jeff (Jeff@mcclure.w3.org) (Quit: Leaving)
- # [02:01] <fantasai> Florian: I'd like to point out that this is the first time everyone in the room is arguing over details of a variables proposal and not everyone is arguing against having it
- # [02:02] <fantasai> TabAtkins explains the transformation from 'data-foo' to 'foo' inside data()
- # [02:02] <fantasai> discussion about property/value syntax
- # [02:02] <fantasai> plinss: I strongly feel they should be consistent on both sides, not different when defining vs referencing
- # [02:02] <fantasai> jdaggett: It looks too much like a property. Should look different.
- # [02:03] <fantasai> plinss: Prefer parentheses approacl
- # [02:03] <fantasai> data(foo): red;
- # [02:03] <shans> peter's proposed syntax is to do something like one { data(foo): 10px; }
- # [02:03] <shans> two { data(bar): calc(data(foo) + 10px); }
- # [02:03] <fantasai> TabAtkins: Either way, I'm cool with having discussions about syntax of it later, as long as we're cool on the processing model.
- # [02:03] <fantasai> howcome: Can this mechanism be abused for prefixed properties?
- # [02:04] <fantasai> fantasai: I think this would be difficult
- # [02:04] * Quits: szilles (chatzilla@63.145.238.4) (Ping timeout)
- # [02:04] <fantasai> howcome: what if ua's did special things with certain variable names?
- # [02:04] <fantasai> TabAtkins: That would violate the spec
- # [02:04] <fantasai> plinss: Make sure you explicitly forbid it
- # [02:04] * Joins: tantek (tantek@63.145.238.4)
- # [02:04] * Quits: karl (karlcow@128.30.54.58) (Quit: This computer has gone to sleep)
- # [02:04] <fantasai> TabAtkins: I defined explicitly that these are non-special, can wordsmith later if necessary
- # [02:04] <fantasai> plinss: Just about out of time.
- # [02:04] * Joins: szilles (chatzilla@63.145.238.4)
- # [02:05] <fantasai> plinss: I like the fact that this model fits the CSS way of doing things
- # [02:05] <fantasai> plinss: And not creating another weird variables model
- # [02:05] <fantasai> plinss: I think this is going to be harder to explain to people
- # [02:05] * Quits: anne (annevk@63.145.238.4) (Quit: anne)
- # [02:05] <fantasai> plinss: People don't really understand the cascade
- # [02:05] * Quits: tpod (tpod@63.145.238.4) (Quit: Colloquy for iPod touch - http://colloquy.mobi)
- # [02:05] <fantasai> TabAtkins: Most of my example are setting variables on the root, and I plan to add notes "just set it on root, don't think about it anymore"
- # [02:05] <fantasai> plinss: And don't set it on *
- # [02:07] <fantasai> fantasai: I remember getting a proposal for a variables-type thing that, very similar to this, used cascading/inheritance.
- # [02:07] * Quits: kimberlyblessing (Kimberly@63.145.238.4) (Quit: ChatZilla 0.9.87 [Firefox 8.0/20111026191032])
- # [02:07] <fantasai> fantasai: Person was very clear that s/he wanted inheritance behavior of the variables.
- # [02:07] <fantasai> alexmog: How do you undefine a variable?
- # [02:07] <fantasai> TabAtkins: Could set it to 'initial'
- # [02:08] <fantasai> TabAtkins: Alternatively, set it to itself. That'll create an immediate cycle.
- # [02:08] <fantasai> TabAtkins: Can I publish this?
- # [02:08] <fantasai> plinss: Think there should be other people to decide for FPWD, but editor's draft should be ok.
- # [02:08] * Quits: lgombos (Laszlo@63.145.238.4) (Ping timeout)
- # [02:08] <fantasai> Markus: It's on dev.w3.org, it's already an editor's draft.
- # [02:09] <fantasai> TabAtkins: But now I can talk about it, that the CSSWG has an editor's variables draft
- # [02:09] <dbaron> [Daniel and I are debating another variables issue in the back of the AC meeting room, on the assumption that you were going to end 4 minutes ago]
- # [02:09] * Quits: smfr (smfr@63.145.238.4) (Quit: smfr)
- # [02:09] <fantasai> howcome asks for confirmation that this is *the* variables draft
- # [02:09] <fantasai> Yes
- # [02:09] <fantasai> plinss: FXTF on Thursday
- # [02:10] * Quits: JohnJansen (JohnJansen@63.145.238.4) (Quit: JohnJansen)
- # [02:10] <fantasai> Meeting closed.
- # [02:10] * Quits: bradk (bradk@63.145.238.4) (Quit: Computer has gone to sleep)
- # [02:10] * Quits: stearns (anonymous@63.145.238.4) (Quit: stearns)
- # [02:10] * Quits: dsinger (dsinger@63.145.238.4) (Quit: dsinger)
- # [02:10] * Quits: shan (soonbo.han@63.145.238.4) (Quit: Leaving)
- # [02:10] * Quits: YUMA (yuma@63.145.238.4) (Quit: TakIRC)
- # [02:11] * Quits: cyril (chatzilla@63.145.238.4) (Ping timeout)
- # [02:11] * Quits: alexmog (alexmog@63.145.238.4) (Ping timeout)
- # [02:11] * Quits: plinss (plinss@63.145.238.4) (Quit: plinss)
- # [02:11] * Quits: tantek (tantek@63.145.238.4) (Quit: tantek)
- # [02:12] * Quits: Rossen (Rossen@63.145.238.4) (Ping timeout)
- # [02:12] * Quits: arronei_ (arronei@63.145.238.4) (Ping timeout)
- # [02:12] * Quits: mmielke (mmielke@63.145.238.4) (Ping timeout)
- # [02:12] * Quits: sylvaing (sylvaing@63.145.238.4) (Ping timeout)
- # [02:12] * Quits: florian (florianr@63.145.238.4) (Ping timeout)
- # [02:12] * Quits: szilles (chatzilla@63.145.238.4) (Ping timeout)
- # [02:12] * Quits: shans (qw3birc@128.30.52.28) (Ping timeout)
- # [02:12] * Quits: howcome (howcome@63.145.238.4) (Ping timeout)
- # [02:13] * Quits: brianman (brianman@131.107.0.110) (Quit: brianman)
- # [02:13] * Quits: TabAtkins_ (tabatkins@63.145.238.4) (Ping timeout)
- # [02:14] * Quits: kojiishi (kojiishi@63.145.238.4) (Ping timeout)
- # [02:16] * Quits: dbaron (dbaron@63.145.238.4) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [02:16] * Quits: Stevef (chatzilla@63.145.238.4) (Ping timeout)
- # [02:18] * Joins: cyril (chatzilla@63.145.238.4)
- # [02:20] * Quits: mihara (mihara@63.145.238.4) (Client exited)
- # [02:21] * Quits: cyril (chatzilla@63.145.238.4) (Ping timeout)
- # [02:22] * Quits: jdaggett_ (jdaggett@63.145.238.4) (Quit: jdaggett_)
- # [02:25] * Quits: arno (arno@63.145.238.4) (Quit: Leaving.)
- # [02:29] * Quits: fukuno (fukuno@63.145.238.4) (Ping timeout)
- # [02:32] * Joins: arronei_ (arronei@131.107.0.87)
- # [02:33] * Quits: arronei (arronei@131.107.0.84) (Ping timeout)
- # [02:34] * Joins: myakura_ (myakura@209.119.68.98)
- # [02:34] * Quits: myakura (myakura@209.119.68.98) (Connection reset by peer)
- # [02:40] * Quits: myakura_ (myakura@209.119.68.98) (Connection reset by peer)
- # [02:41] * Joins: myakura (myakura@209.119.68.98)
- # [02:43] * Joins: miketaylr (miketaylr@24.42.93.245)
- # [02:46] * Joins: myakura_ (myakura@209.119.68.98)
- # [02:46] * Quits: myakura (myakura@209.119.68.98) (Connection reset by peer)
- # [02:50] * Quits: myakura_ (myakura@209.119.68.98) (Ping timeout)
- # [03:17] * Quits: Mike5 (Mike5@mcclure.w3.org) (Client exited)
- # [03:17] * Joins: Mike5 (Mike5@mcclure.w3.org)
- # [03:19] * Joins: TabAtkins_ (tabatkins@63.145.238.4)
- # [03:23] * Quits: TabAtkins_ (tabatkins@63.145.238.4) (Ping timeout)
- # [03:23] * Quits: Mike5 (Mike5@mcclure.w3.org) (Quit: Mike5)
- # [03:28] * Joins: nimbupani (Adium@27.7.20.144)
- # [03:33] * Joins: tcelik (tantek_@63.145.238.4)
- # [03:40] * Quits: tcelik (tantek_@63.145.238.4) (Quit: tcelik)
- # [03:54] * Joins: tpod (tpod@63.145.238.4)
- # [04:00] * Quits: tpod (tpod@63.145.238.4) (Ping timeout)
- # [04:11] * Quits: miketaylr (miketaylr@24.42.93.245) (Quit: miketaylr)
- # [04:19] * Quits: nimbupani (Adium@27.7.20.144) (Ping timeout)
- # [04:23] * Joins: nimbupani (Adium@27.7.20.144)
- # [04:32] * Quits: ChrisL (ChrisL@128.30.52.169) (Ping timeout)
- # [04:38] * Joins: AnanKan (AnanKan@209.119.68.98)
- # [04:40] * Joins: stearns (anonymous@209.119.68.98)
- # [04:49] * Joins: jdaggett_ (jdaggett@209.119.68.98)
- # [04:53] * Joins: kojiishi (kojiishi@209.119.68.98)
- # [04:58] * Quits: jdaggett_ (jdaggett@209.119.68.98) (Quit: jdaggett_)
- # [05:03] * Joins: plinss (plinss@63.145.238.4)
- # [05:12] * Quits: plinss (plinss@63.145.238.4) (Quit: plinss)
- # [05:27] * Joins: dsinger (dsinger@68.126.178.2)
- # [05:44] * Quits: kojiishi (kojiishi@209.119.68.98) (Ping timeout)
- # [05:51] * Quits: AnanKan (AnanKan@209.119.68.98) (Ping timeout)
- # [05:54] * Joins: Stevef (chatzilla@63.145.238.4)
- # [06:02] * Joins: lgombos (Laszlo@63.145.238.4)
- # [06:06] * Quits: Stevef (chatzilla@63.145.238.4) (Quit: ChatZilla 0.9.87 [Firefox 7.0.1/20110928134238])
- # [06:08] * Quits: stearns (anonymous@209.119.68.98) (Ping timeout)
- # [06:52] * Joins: Frankie (Frankie@63.145.238.4)
- # [06:53] * Joins: tantek (tantek@70.36.139.219)
- # [07:02] * Joins: howard (howard_wan@67.203.153.146)
- # [07:07] * Parts: howard (howard_wan@67.203.153.146)
- # [07:24] * Joins: howard (howard_wan@67.203.153.146)
- # [07:24] * Quits: howard (howard_wan@67.203.153.146) (Client exited)
- # [07:40] * Quits: Frankie (Frankie@63.145.238.4) (Quit: Frankie)
- # [07:42] * Joins: jarek (jarek@79.186.10.251)
- # [07:43] * Joins: fukuno (fukuno@1.72.4.253)
- # [07:49] * Joins: fukuno_ (fukuno@1.72.4.253)
- # [07:50] * Quits: fukuno (fukuno@1.72.4.253) (Ping timeout)
- # [07:51] * Joins: Frankie (Frankie@63.145.238.4)
- # [07:55] * Joins: fukuno (fukuno@1.72.4.253)
- # [07:55] * Quits: fukuno_ (fukuno@1.72.4.253) (Ping timeout)
- # [07:59] * Joins: fukuno_ (fukuno@1.72.4.253)
- # [07:59] * Joins: dino_ (dino@17.202.47.209)
- # [07:59] * Quits: fukuno (fukuno@1.72.4.253) (Ping timeout)
- # [08:01] * Quits: dino (dino@17.202.47.159) (Ping timeout)
- # [08:02] * Quits: dino_ (dino@17.202.47.209) (Ping timeout)
- # [08:06] * Joins: fukuno (fukuno@1.72.4.253)
- # [08:06] * Quits: fukuno_ (fukuno@1.72.4.253) (Ping timeout)
- # [08:08] * Joins: brianman (brianman@67.170.96.162)
- # [08:11] * Joins: dino (dino@75.16.26.133)
- # [08:16] * Quits: lgombos (Laszlo@63.145.238.4) (Ping timeout)
- # [08:16] * Joins: fukuno_ (fukuno@1.72.4.253)
- # [08:17] * Quits: fukuno (fukuno@1.72.4.253) (Ping timeout)
- # [08:20] * Quits: nimbupani (Adium@27.7.20.144) (Quit: Leaving.)
- # [08:25] * Joins: fukuno (fukuno@1.72.4.253)
- # [08:25] * Quits: fukuno_ (fukuno@1.72.4.253) (Ping timeout)
- # [08:29] * Joins: fukuno_ (fukuno@1.72.4.253)
- # [08:29] * Quits: fukuno (fukuno@1.72.4.253) (Ping timeout)
- # [08:31] * Joins: myakura (myakura@209.119.68.98)
- # [08:32] * Parts: Frankie (Frankie@63.145.238.4)
- # [08:33] * Joins: lgombos (Laszlo@209.119.68.98)
- # [08:37] * Joins: fukuno (fukuno@1.72.4.253)
- # [08:38] * Quits: fukuno_ (fukuno@1.72.4.253) (Ping timeout)
- # [08:42] * Quits: jarek (jarek@79.186.10.251) (Quit: jarek)
- # [08:43] * Joins: fukuno_ (fukuno@1.72.4.253)
- # [08:44] * Quits: fukuno (fukuno@1.72.4.253) (Ping timeout)
- # [08:49] * Joins: fukuno (fukuno@1.72.4.253)
- # [08:49] * Quits: fukuno_ (fukuno@1.72.4.253) (Ping timeout)
- # [08:55] * Joins: fukuno_ (fukuno@1.72.4.253)
- # [08:55] * Quits: fukuno (fukuno@1.72.4.253) (Ping timeout)
- # [08:59] * Joins: fukuno (fukuno@1.72.4.253)
- # [08:59] * Quits: fukuno_ (fukuno@1.72.4.253) (Ping timeout)
- # [09:03] * Joins: fukuno_ (fukuno@1.72.4.253)
- # [09:03] * Quits: fukuno (fukuno@1.72.4.253) (Ping timeout)
- # [09:04] * Quits: dino (dino@75.16.26.133) (Quit: dino)
- # [09:07] * Joins: fukuno (fukuno@1.72.4.253)
- # [09:08] * Quits: fukuno_ (fukuno@1.72.4.253) (Ping timeout)
- # [09:13] * Joins: fukuno_ (fukuno@1.72.4.253)
- # [09:13] * Quits: fukuno (fukuno@1.72.4.253) (Ping timeout)
- # [09:14] * Joins: nimbupani (Adium@27.7.20.144)
- # [09:17] * Joins: fukuno (fukuno@1.72.4.253)
- # [09:17] * Quits: fukuno_ (fukuno@1.72.4.253) (Ping timeout)
- # [09:20] * Quits: dholbert (dholbert@98.248.36.12) (Ping timeout)
- # [09:21] * Joins: fukuno_ (fukuno@1.72.4.253)
- # [09:22] * Quits: fukuno (fukuno@1.72.4.253) (Ping timeout)
- # [09:25] * Joins: fukuno (fukuno@1.72.4.253)
- # [09:26] * Joins: dholbert (dholbert@98.248.36.12)
- # [09:26] * Quits: fukuno_ (fukuno@1.72.4.253) (Ping timeout)
- # [09:33] * Joins: fukuno_ (fukuno@1.72.4.253)
- # [09:33] * Quits: fukuno (fukuno@1.72.4.253) (Ping timeout)
- # [09:34] * Quits: lgombos (Laszlo@209.119.68.98) (Ping timeout)
- # [09:37] * Joins: fukuno (fukuno@1.72.4.253)
- # [09:37] * Quits: fukuno_ (fukuno@1.72.4.253) (Ping timeout)
- # [09:42] * Joins: fukuno_ (fukuno@1.72.4.253)
- # [09:43] * Quits: fukuno (fukuno@1.72.4.253) (Ping timeout)
- # [09:46] * Joins: fukuno (fukuno@1.72.4.252)
- # [09:47] * Quits: fukuno_ (fukuno@1.72.4.253) (Ping timeout)
- # [09:52] * Joins: fukuno_ (fukuno@1.72.4.252)
- # [09:53] * Quits: fukuno (fukuno@1.72.4.252) (Ping timeout)
- # [09:57] * Joins: miketaylr (miketaylr@66.87.117.78)
- # [09:58] * Joins: fukuno (fukuno@1.72.4.252)
- # [09:58] * Quits: fukuno_ (fukuno@1.72.4.252) (Ping timeout)
- # [10:02] * Joins: fukuno_ (fukuno@1.72.4.252)
- # [10:02] * Quits: fukuno (fukuno@1.72.4.252) (Ping timeout)
- # [10:06] * Joins: fukuno (fukuno@1.72.4.252)
- # [10:06] * Quits: fukuno_ (fukuno@1.72.4.252) (Ping timeout)
- # [10:09] * Joins: fukuno_ (fukuno@1.72.4.252)
- # [10:10] * Quits: fukuno (fukuno@1.72.4.252) (Ping timeout)
- # [10:13] * Joins: fukuno (fukuno@1.72.4.252)
- # [10:13] * Quits: fukuno_ (fukuno@1.72.4.252) (Ping timeout)
- # [10:15] * Joins: Ms2ger (Ms2ger@91.181.107.198)
- # [10:16] * Quits: nimbupani (Adium@27.7.20.144) (Quit: Leaving.)
- # [10:17] * Joins: fukuno_ (fukuno@1.72.4.252)
- # [10:18] * Quits: fukuno (fukuno@1.72.4.252) (Ping timeout)
- # [10:21] * Joins: fukuno (fukuno@1.72.4.252)
- # [10:22] * Quits: fukuno_ (fukuno@1.72.4.252) (Ping timeout)
- # [10:25] * Joins: fukuno_ (fukuno@1.72.4.252)
- # [10:26] * Quits: fukuno (fukuno@1.72.4.252) (Ping timeout)
- # [10:27] * Quits: miketaylr (miketaylr@66.87.117.78) (Quit: miketaylr)
- # [10:29] * Joins: fukuno (fukuno@1.72.4.252)
- # [10:29] * Quits: myakura (myakura@209.119.68.98) (Client exited)
- # [10:30] * Quits: fukuno_ (fukuno@1.72.4.252) (Ping timeout)
- # [10:32] * Joins: fukuno_ (fukuno@1.72.4.252)
- # [10:32] * Quits: fukuno (fukuno@1.72.4.252) (Ping timeout)
- # [10:37] * Joins: fukuno (fukuno@1.72.4.252)
- # [10:38] * Quits: fukuno_ (fukuno@1.72.4.252) (Ping timeout)
- # [10:39] * Joins: drublic (drublic@77.2.147.143)
- # [10:42] * Joins: fukuno_ (fukuno@1.72.4.252)
- # [10:42] * Quits: fukuno (fukuno@1.72.4.252) (Ping timeout)
- # [10:44] * Joins: fukuno (fukuno@1.72.4.252)
- # [10:45] * Quits: fukuno_ (fukuno@1.72.4.252) (Ping timeout)
- # [10:51] * Joins: fukuno_ (fukuno@1.72.4.252)
- # [10:51] * Quits: fukuno (fukuno@1.72.4.252) (Ping timeout)
- # [10:51] * Joins: nimbupani (Adium@27.7.20.144)
- # [10:54] * Quits: fukuno_ (fukuno@1.72.4.252) (Ping timeout)
- # [13:49] * Joins: anne (annevk@209.119.68.98)
- # [14:03] * Joins: karl (karlcow@128.30.54.58)
- # [14:38] * Joins: lgombos (Laszlo@209.119.68.98)
- # [14:47] * Quits: tantek (tantek@70.36.139.219) (Quit: tantek)
- # [14:56] * Joins: fukuno (fukuno@1.72.4.253)
- # [15:01] * Joins: fukuno_ (fukuno@1.72.4.253)
- # [15:01] * Quits: fukuno (fukuno@1.72.4.253) (Ping timeout)
- # [15:02] * Quits: nimbupani (Adium@27.7.20.144) (Ping timeout)
- # [15:06] * Joins: fukuno (fukuno@1.72.4.253)
- # [15:07] * Quits: fukuno_ (fukuno@1.72.4.253) (Ping timeout)
- # [15:07] * Joins: nimbupani (Adium@27.7.20.144)
- # [15:08] * Quits: karl (karlcow@128.30.54.58) (Quit: Freedom - to walk free and own no superior.)
- # [15:08] * Joins: karl (karlcow@128.30.54.58)
- # [15:12] * Joins: fukuno_ (fukuno@1.72.4.253)
- # [15:13] * Quits: fukuno (fukuno@1.72.4.253) (Ping timeout)
- # [15:18] * Quits: karl (karlcow@128.30.54.58) (Quit: This computer has gone to sleep)
- # [15:24] * Joins: fukuno (fukuno@1.72.4.253)
- # [15:24] * Quits: fukuno_ (fukuno@1.72.4.253) (Ping timeout)
- # [15:28] * Quits: dsinger (dsinger@68.126.178.2) (Quit: dsinger)
- # [15:32] * Joins: fukuno_ (fukuno@1.72.4.253)
- # [15:33] * Quits: fukuno (fukuno@1.72.4.253) (Ping timeout)
- # [15:43] * Joins: fukuno (fukuno@1.72.4.253)
- # [15:43] * Quits: fukuno_ (fukuno@1.72.4.253) (Ping timeout)
- # [15:45] * Quits: Hixie (ianh@129.241.93.37) (Client exited)
- # [15:47] * Quits: lgombos (Laszlo@209.119.68.98) (Ping timeout)
- # [15:48] * Joins: fukuno_ (fukuno@1.72.4.253)
- # [15:49] * Quits: fukuno (fukuno@1.72.4.253) (Ping timeout)
- # [15:50] * Joins: plinss (plinss@63.145.238.4)
- # [15:53] * Joins: lgombos (Laszlo@209.119.68.98)
- # [15:57] * Joins: fukuno (fukuno@1.72.4.253)
- # [15:58] * Quits: fukuno_ (fukuno@1.72.4.253) (Ping timeout)
- # [16:01] * Joins: fukuno_ (fukuno@1.72.4.253)
- # [16:02] * Quits: fukuno (fukuno@1.72.4.253) (Ping timeout)
- # [16:02] * Quits: lgombos (Laszlo@209.119.68.98) (Ping timeout)
- # [16:11] * Joins: arno (arno@192.150.10.200)
- # [16:12] * Quits: fukuno_ (fukuno@1.72.4.253) (Ping timeout)
- # [16:17] * Quits: plinss (plinss@63.145.238.4) (Quit: plinss)
- # [16:20] * Joins: tcelik (tantek_@63.145.238.4)
- # [16:29] * Joins: fukuno (fukuno@63.145.238.4)
- # [16:29] * Quits: tcelik (tantek_@63.145.238.4) (Quit: tcelik)
- # [16:36] * Quits: anne (annevk@209.119.68.98) (Quit: anne)
- # [16:39] * Joins: Kai (chatzilla@63.145.238.4)
- # [16:39] * Joins: karl (karlcow@128.30.54.58)
- # [16:40] * Joins: paul_irish (paul_irish@63.145.238.4)
- # [16:42] * Joins: dsinger (dsinger@63.145.238.4)
- # [16:42] * Parts: dsinger (dsinger@63.145.238.4)
- # [16:43] * Joins: arronei (arronei@63.145.238.4)
- # [16:46] * Joins: si-wei (si-wei@63.145.238.4)
- # [16:49] * Joins: plinss (plinss@63.145.238.4)
- # [16:50] * Joins: howard (howard_wan@63.145.238.4)
- # [16:52] * Joins: anne (annevk@63.145.238.4)
- # [16:55] * nimbupani is now known as divya
- # [17:01] * Joins: lgombos (Laszlo@63.145.238.4)
- # [17:02] * Joins: antonp (50a94e63@78.129.202.38)
- # [17:07] * Quits: Kai (chatzilla@63.145.238.4) (Ping timeout)
- # [17:08] * Joins: mmielke (mmielke@63.145.238.4)
- # [17:08] * Joins: BradK (bradk@63.145.238.4)
- # [17:09] * Joins: florian (florianr@63.145.238.4)
- # [17:10] <antonp> Is there a call today? I guess everyone's at TPAC
- # [17:10] * Joins: myakura (myakura@209.119.68.98)
- # [17:10] * Joins: dbaron (dbaron@63.145.238.4)
- # [17:11] * Quits: arno (arno@192.150.10.200) (Quit: Leaving.)
- # [17:11] <hober> antonp: no call today, no call next week
- # [17:11] <antonp> ok, tx
- # [17:12] <hober> np
- # [17:12] * Parts: antonp (50a94e63@78.129.202.38)
- # [17:12] * Joins: arno (arno@192.150.10.200)
- # [17:13] * Joins: jdaggett_ (jdaggett@209.119.68.98)
- # [17:13] * Quits: dbaron (dbaron@63.145.238.4) (Ping timeout)
- # [17:14] * Quits: myakura (myakura@209.119.68.98) (Connection reset by peer)
- # [17:14] * Joins: myakura (myakura@209.119.68.98)
- # [17:15] * Joins: TabAtkins_ (tabatkins@63.145.238.4)
- # [17:20] * Quits: myakura (myakura@209.119.68.98) (Connection reset by peer)
- # [17:20] * Joins: myakura (myakura@209.119.68.98)
- # [17:21] * Quits: lgombos (Laszlo@63.145.238.4) (Ping timeout)
- # [17:21] * Quits: paul_irish (paul_irish@63.145.238.4) (Client exited)
- # [17:22] * Quits: myakura (myakura@209.119.68.98) (Connection reset by peer)
- # [17:22] * Joins: myakura (myakura@209.119.68.98)
- # [17:25] * Quits: mmielke (mmielke@63.145.238.4) (Ping timeout)
- # [17:25] * Quits: myakura (myakura@209.119.68.98) (Connection reset by peer)
- # [17:25] * Joins: myakura (myakura@209.119.68.98)
- # [17:25] * Joins: lgombos (Laszlo@63.145.238.4)
- # [17:25] * Joins: Kai (chatzilla@63.145.238.4)
- # [17:26] * Joins: mmielke (mmielke@63.145.238.4)
- # [17:27] * Quits: myakura (myakura@209.119.68.98) (Connection reset by peer)
- # [17:27] * Joins: myakura (myakura@209.119.68.98)
- # [17:28] * Quits: BradK (bradk@63.145.238.4) (Quit: Buh bye)
- # [17:28] * Joins: Mike5 (Mike5@mcclure.w3.org)
- # [17:30] * Joins: ChrisWilson (ChrisWilso@63.145.238.4)
- # [17:33] * Quits: Kai (chatzilla@63.145.238.4) (Ping timeout)
- # [17:37] * Joins: paul_irish (paul_irish@63.145.238.4)
- # [17:42] * Quits: lgombos (Laszlo@63.145.238.4) (Ping timeout)
- # [17:42] * Quits: myakura (myakura@209.119.68.98) (Connection reset by peer)
- # [17:42] * Joins: myakura (myakura@209.119.68.98)
- # [17:45] * Joins: dino (dino@17.202.47.159)
- # [17:45] * Quits: myakura (myakura@209.119.68.98) (Connection reset by peer)
- # [17:45] * Joins: myakura (myakura@209.119.68.98)
- # [17:47] * Quits: myakura (myakura@209.119.68.98) (Connection reset by peer)
- # [17:47] * Joins: myakura (myakura@209.119.68.98)
- # [17:49] * Quits: myakura (myakura@209.119.68.98) (Connection reset by peer)
- # [17:50] * Joins: myakura (myakura@209.119.68.98)
- # [17:50] * Joins: dsinger (dsinger@63.145.238.4)
- # [17:50] * Joins: lgombos (Laszlo@63.145.238.4)
- # [17:51] * Quits: anne (annevk@63.145.238.4) (Client exited)
- # [17:52] * Quits: myakura (myakura@209.119.68.98) (Connection reset by peer)
- # [17:53] * Joins: myakura (myakura@209.119.68.98)
- # [17:53] * Quits: myakura (myakura@209.119.68.98) (Client exited)
- # [17:59] * Joins: stearns (astearns@174.253.228.4)
- # [18:01] * Joins: szilles (chatzilla@63.145.238.4)
- # [18:02] * Joins: W3C_ (evan@63.145.238.4)
- # [18:08] * Quits: dsinger (dsinger@63.145.238.4) (Quit: dsinger)
- # [18:10] * Joins: Rossen (Rossen@63.145.238.4)
- # [18:13] * Quits: lgombos (Laszlo@63.145.238.4) (Ping timeout)
- # [18:13] * Quits: arno (arno@192.150.10.200) (Quit: Leaving.)
- # [18:14] * Quits: TabAtkins_ (tabatkins@63.145.238.4) (Ping timeout)
- # [18:17] * Joins: myakura (myakura@63.145.238.4)
- # [18:19] * Parts: ChrisWilson (ChrisWilso@63.145.238.4)
- # [18:23] * Quits: florian (florianr@63.145.238.4) (Ping timeout)
- # [18:25] * Quits: si-wei (si-wei@63.145.238.4) (Quit: si-wei)
- # [18:25] * Quits: W3C_ (evan@63.145.238.4) (Quit: W3C_)
- # [18:26] * Quits: paul_irish (paul_irish@63.145.238.4) (Client exited)
- # [18:28] * Quits: mmielke (mmielke@63.145.238.4) (Ping timeout)
- # [18:28] * Joins: mmielke (mmielke@63.145.238.4)
- # [18:31] * Joins: dbaron (dbaron@63.145.238.4)
- # [18:32] * Joins: dsinger (dsinger@63.145.238.4)
- # [18:32] * Joins: si-wei (si-wei@63.145.238.4)
- # [18:34] * Joins: mihara (mihara@63.145.238.4)
- # [18:36] * Quits: mmielke (mmielke@63.145.238.4) (Ping timeout)
- # [18:37] * Quits: dbaron (dbaron@63.145.238.4) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [18:37] * Quits: Rossen (Rossen@63.145.238.4) (Ping timeout)
- # [18:38] * Quits: szilles (chatzilla@63.145.238.4) (Ping timeout)
- # [18:39] * Joins: szilles (chatzilla@63.145.238.4)
- # [18:40] * Quits: dsinger (dsinger@63.145.238.4) (Quit: dsinger)
- # [18:40] * Quits: si-wei (si-wei@63.145.238.4) (Quit: si-wei)
- # [18:43] * Quits: arronei (arronei@63.145.238.4) (Ping timeout)
- # [18:43] * Quits: howard (howard_wan@63.145.238.4) (Quit: howard)
- # [18:44] * Quits: myakura (myakura@63.145.238.4) (Client exited)
- # [18:45] * Quits: szilles (chatzilla@63.145.238.4) (Ping timeout)
- # [18:45] * Quits: mihara (mihara@63.145.238.4) (Client exited)
- # [18:45] * Joins: szilles (chatzilla@63.145.238.4)
- # [18:46] * Joins: Rossen (Rossen@63.145.238.4)
- # [18:46] * Joins: arronei (arronei@63.145.238.4)
- # [18:48] * Quits: plinss (plinss@63.145.238.4) (Quit: plinss)
- # [18:52] * Quits: karl (karlcow@128.30.54.58) (Quit: This computer has gone to sleep)
- # [18:53] * Quits: szilles (chatzilla@63.145.238.4) (Ping timeout)
- # [18:54] * Joins: TabAtkins_ (tabatkins@63.145.238.4)
- # [18:55] * Quits: Mike5 (Mike5@mcclure.w3.org) (Quit: Mike5)
- # [19:01] * Quits: Rossen (Rossen@63.145.238.4) (Ping timeout)
- # [19:03] * Quits: lhnz (lhnz@188.223.83.48) (Quit: Leaving)
- # [19:04] * Joins: myakura (myakura@63.145.238.4)
- # [19:07] * Joins: AnanKan (AnanKan@63.145.238.4)
- # [19:08] * Quits: AnanKan (AnanKan@63.145.238.4) (Quit: AnanKan)
- # [19:09] * Joins: lhnz (lhnz@188.223.83.48)
- # [19:12] * Quits: arronei (arronei@63.145.238.4) (Ping timeout)
- # [19:17] * Quits: jdaggett_ (jdaggett@209.119.68.98) (Quit: jdaggett_)
- # [19:17] * Joins: dbaron (dbaron@63.145.238.4)
- # [19:18] * Joins: arronei (arronei@63.145.238.4)
- # [19:18] * Quits: myakura (myakura@63.145.238.4) (Client exited)
- # [19:18] * Joins: mmielke (mmielke@63.145.238.4)
- # [19:18] * Joins: plinss (plinss@63.145.238.4)
- # [19:18] * Joins: stearns_ (anonymous@63.145.238.4)
- # [19:19] * Joins: dsinger (dsinger@63.145.238.4)
- # [19:19] * Quits: dsinger (dsinger@63.145.238.4) (Quit: dsinger)
- # [19:19] * Quits: plinss (plinss@63.145.238.4) (Quit: plinss)
- # [19:20] * Quits: fukuno (fukuno@63.145.238.4) (Ping timeout)
- # [19:21] * Quits: stearns (astearns@174.253.228.4) (Quit: Bye)
- # [19:21] * stearns_ is now known as stearns
- # [19:22] * Joins: szilles (chatzilla@63.145.238.4)
- # [19:22] * Joins: fukuno (fukuno@63.145.238.4)
- # [19:24] * Joins: plinss (plinss@63.145.238.4)
- # [19:24] * Joins: myakura (myakura@63.145.238.4)
- # [19:24] * Joins: si-wei (si-wei@63.145.238.4)
- # [19:24] * Joins: JohnJansen (JohnJansen@63.145.238.4)
- # [19:25] * Joins: karl (karlcow@128.30.54.58)
- # [19:26] * Parts: si-wei (si-wei@63.145.238.4)
- # [19:27] * Joins: anne (annevk@63.145.238.4)
- # [19:27] <anne> https://bitbucket.org/ms2ger/anolis
- # [19:28] <Ms2ger> Hi
- # [19:28] * Joins: cyril (chatzilla@63.145.238.4)
- # [19:28] * Joins: shans (qw3birc@128.30.52.28)
- # [19:28] <anne> https://bitbucket.org/ms2ger/anolis
- # [19:28] <anne> "hg clone https://bitbucket.org/ms2ger/specification-data data"
- # [19:29] * Joins: florian (florianr@63.145.238.4)
- # [19:29] * Joins: si-wei (si-wei@63.145.238.4)
- # [19:29] * Joins: tantek (tantek@63.145.238.4)
- # [19:29] * Quits: szilles (chatzilla@63.145.238.4) (Connection reset by peer)
- # [19:29] * Joins: szilles (chatzilla@63.145.238.4)
- # [19:30] <anne> hey Ms2ger
- # [19:30] * Joins: Rossen (Rossen@63.145.238.4)
- # [19:30] <shans> https://bitbucket.org/shans/cssom
- # [19:32] * Quits: TabAtkins_ (tabatkins@63.145.238.4) (Ping timeout)
- # [19:32] * Quits: florian (florianr@63.145.238.4) (Quit: florian)
- # [19:32] * Joins: shepazu (shepazu@128.30.52.169)
- # [19:32] * Quits: si-wei (si-wei@63.145.238.4) (Quit: si-wei)
- # [19:32] * Joins: Mike5 (Mike5@mcclure.w3.org)
- # [19:32] * Joins: Kai (chatzilla@63.145.238.4)
- # [19:33] * Joins: florian (florianr@63.145.238.4)
- # [19:33] * Joins: dsinger (dsinger@63.145.238.4)
- # [19:35] * Joins: TabAtkins_ (tabatkins@208.54.5.201)
- # [19:36] * Joins: paul_irish (paul_irish@63.145.238.4)
- # [19:38] * Joins: W3C_ (evan@63.145.238.4)
- # [19:38] * Joins: si-wei (si-wei@63.145.238.4)
- # [19:40] * W3C_ is now known as evanli
- # [19:40] * Quits: si-wei (si-wei@63.145.238.4) (Quit: si-wei)
- # [19:40] * Quits: divya (Adium@27.7.20.144) (Quit: Leaving.)
- # [19:43] * Joins: BradK (bradk@63.145.238.4)
- # [19:49] * Joins: kojiishi (kojiishi@63.145.238.4)
- # [19:54] * Quits: szilles (chatzilla@63.145.238.4) (Ping timeout)
- # [19:55] * Joins: alexmog (alexmog@63.145.238.4)
- # [19:57] * Joins: szilles (chatzilla@63.145.238.4)
- # [20:00] * Quits: Kai (chatzilla@63.145.238.4) (Client exited)
- # [20:06] * Quits: evanli (evan@63.145.238.4) (Quit: evanli)
- # [20:07] * Quits: mmielke (mmielke@63.145.238.4) (Ping timeout)
- # [20:08] * Quits: Rossen (Rossen@63.145.238.4) (Ping timeout)
- # [20:15] <anne> https://bitbucket.org/ms2ger/dom-core
- # [20:16] * Joins: brianman_ (brianman@131.107.0.110)
- # [20:17] * Quits: stearns (anonymous@63.145.238.4) (Quit: stearns)
- # [20:17] * Quits: dsinger (dsinger@63.145.238.4) (Quit: dsinger)
- # [20:17] * Quits: plinss (plinss@63.145.238.4) (Quit: plinss)
- # [20:17] * Quits: JohnJansen (JohnJansen@63.145.238.4) (Quit: JohnJansen)
- # [20:18] * Quits: alexmog (alexmog@63.145.238.4) (Ping timeout)
- # [20:18] * Quits: dbaron (dbaron@63.145.238.4) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [20:20] * Joins: BradK_ (bradk@198.228.212.154)
- # [20:20] * Quits: florian (florianr@63.145.238.4) (Ping timeout)
- # [20:21] * Quits: anne (annevk@63.145.238.4) (Client exited)
- # [20:22] * Quits: BradK (bradk@63.145.238.4) (Ping timeout)
- # [20:22] * BradK_ is now known as BradK
- # [20:22] * Quits: kojiishi (kojiishi@63.145.238.4) (Ping timeout)
- # [20:23] * Quits: Mike5 (Mike5@mcclure.w3.org) (Quit: Mike5)
- # [20:24] * Quits: BradK (bradk@198.228.212.154) (Quit: Buh bye)
- # [20:27] * Quits: fukuno (fukuno@63.145.238.4) (Ping timeout)
- # [20:30] * Joins: dsinger (dsinger@63.145.238.4)
- # [20:30] * Quits: cyril (chatzilla@63.145.238.4) (Ping timeout)
- # [20:31] * Quits: shepazu (shepazu@128.30.52.169) (Quit: shepazu)
- # [20:32] * Quits: dsinger (dsinger@63.145.238.4) (Quit: dsinger)
- # [20:32] * Quits: karl (karlcow@128.30.54.58) (Client exited)
- # [20:32] * Quits: paul_irish (paul_irish@63.145.238.4) (Client exited)
- # [20:33] * Quits: myakura (myakura@63.145.238.4) (Client exited)
- # [20:33] * Joins: Hixie (ianh@129.241.93.37)
- # [20:33] * Quits: arronei (arronei@63.145.238.4) (Ping timeout)
- # [20:35] * Quits: TabAtkins_ (tabatkins@208.54.5.201) (Ping timeout)
- # [20:35] * Quits: shans (qw3birc@128.30.52.28) (Ping timeout)
- # [20:49] * Quits: szilles (chatzilla@63.145.238.4) (Ping timeout)
- # [20:49] * Quits: tantek (tantek@63.145.238.4) (Quit: tantek)
- # [20:57] * Joins: tantek (tantek@63.145.238.4)
- # [20:57] * Joins: myakura (myakura@63.145.238.4)
- # [21:02] * Joins: stearns (anonymous@63.145.238.4)
- # [21:02] * Quits: myakura (myakura@63.145.238.4) (Client exited)
- # [21:04] * Joins: TabAtkins_ (tabatkins@208.54.5.201)
- # [21:12] * Joins: dsinger (dsinger@63.145.238.4)
- # [21:15] * Quits: TabAtkins_ (tabatkins@208.54.5.201) (Ping timeout)
- # [21:17] * Joins: dad (45a2c259@64.62.228.82)
- # [21:18] * Joins: Mike5 (Mike5@mcclure.w3.org)
- # [21:18] * Quits: dsinger (dsinger@63.145.238.4) (Quit: dsinger)
- # [21:20] * Joins: kojiishi (kojiishi@63.145.238.4)
- # [21:22] * Joins: gilles (gilles@63.145.238.4)
- # [21:24] * Joins: florian (florianr@63.145.238.4)
- # [21:25] * Joins: fukuno (fukuno@63.145.238.4)
- # [21:25] * Joins: myakura (myakura@63.145.238.4)
- # [21:28] * Joins: jdaggett_ (jdaggett@209.119.68.98)
- # [21:29] * Joins: cyril (chatzilla@63.145.238.4)
- # [21:29] * Quits: gilles (gilles@63.145.238.4) (Quit: gilles)
- # [21:31] * Joins: TabAtkins_ (tabatkins@63.145.238.4)
- # [21:33] * Quits: Mike5 (Mike5@mcclure.w3.org) (Quit: Mike5)
- # [21:33] * Joins: gilles (gilles@63.145.238.4)
- # [21:34] * Joins: miketaylr (miketaylr@76.229.242.92)
- # [21:34] * Parts: dad (45a2c259@64.62.228.82)
- # [21:34] * Quits: myakura (myakura@63.145.238.4) (Client exited)
- # [21:35] * Joins: arronei (arronei@63.145.238.4)
- # [21:35] * Joins: dbaron (dbaron@63.145.238.4)
- # [21:35] * Joins: Mike5 (Mike5@mcclure.w3.org)
- # [21:36] * Quits: gilles (gilles@63.145.238.4) (Quit: gilles)
- # [21:37] * Joins: anne (annevk@63.145.238.4)
- # [21:38] * Joins: karl (karlcow@128.30.54.58)
- # [21:40] * Joins: plinss (plinss@63.145.238.4)
- # [21:40] * Joins: dsinger (dsinger@63.145.238.4)
- # [21:40] * Joins: BradK (bradk@63.145.238.4)
- # [21:41] * Joins: Kai (chatzilla@63.145.238.4)
- # [21:45] * Joins: shepazu (shepazu@128.30.52.169)
- # [21:46] * Quits: dbaron (dbaron@63.145.238.4) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [21:47] * Joins: paul_irish (paul_irish@32.158.154.179)
- # [21:47] * Joins: dbaron (dbaron@63.145.238.4)
- # [21:48] * Quits: kojiishi (kojiishi@63.145.238.4) (Ping timeout)
- # [21:49] * Joins: kojiishi (kojiishi@63.145.238.4)
- # [21:50] * Joins: szilles (chatzilla@63.145.238.4)
- # [21:51] * Joins: myakura (myakura@63.145.238.4)
- # [21:51] * Joins: evanli (evan@63.145.238.4)
- # [21:54] * Quits: paul_irish (paul_irish@32.158.154.179) (Client exited)
- # [21:54] * Quits: stearns (anonymous@63.145.238.4) (Quit: stearns)
- # [21:57] * Joins: stearns (anonymous@63.145.238.4)
- # [21:57] * Quits: BradK (bradk@63.145.238.4) (Quit: Buh bye)
- # [21:59] * Joins: cyril_ (chatzilla@63.145.238.4)
- # [22:00] * Quits: cyril (chatzilla@63.145.238.4) (Ping timeout)
- # [22:00] * cyril_ is now known as cyril
- # [22:01] * Joins: BradK (bradk@63.145.238.4)
- # [22:03] * Quits: cyril (chatzilla@63.145.238.4) (Ping timeout)
- # [22:06] * Quits: tantek (tantek@63.145.238.4) (Quit: tantek)
- # [22:07] * Joins: mihara (mihara@63.145.238.4)
- # [22:08] * Quits: shepazu (shepazu@128.30.52.169) (Ping timeout)
- # [22:08] * Quits: jdaggett_ (jdaggett@209.119.68.98) (Quit: jdaggett_)
- # [22:10] * Quits: mihara (mihara@63.145.238.4) (Quit: Leaving)
- # [22:10] * Joins: mihara (mihara@63.145.238.4)
- # [22:11] * Quits: BradK (bradk@63.145.238.4) (Quit: Buh bye)
- # [22:19] * Joins: r12a (rishida@128.30.52.169)
- # [22:20] * Joins: shepazu (shepazu@128.30.52.169)
- # [22:23] * Joins: Rossen (Rossen@63.145.238.4)
- # [22:26] * Quits: Kai (chatzilla@63.145.238.4) (Ping timeout)
- # [22:26] * Joins: tantek (tantek@63.145.238.4)
- # [22:27] * Quits: mihara (mihara@63.145.238.4) (Client exited)
- # [22:32] * Quits: evanli (evan@63.145.238.4) (Quit: evanli)
- # [22:32] * Quits: dbaron (dbaron@63.145.238.4) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [22:34] * Quits: plinss (plinss@63.145.238.4) (Quit: plinss)
- # [22:35] * Joins: mihara_ (mihara@63.145.238.4)
- # [22:35] * Quits: kojiishi (kojiishi@63.145.238.4) (Ping timeout)
- # [22:35] * Joins: evanli (evan@63.145.238.4)
- # [22:35] * Quits: TabAtkins_ (tabatkins@63.145.238.4) (Ping timeout)
- # [22:36] * Quits: r12a (rishida@128.30.52.169) (Quit: r12a)
- # [22:37] * Quits: Rossen (Rossen@63.145.238.4) (Ping timeout)
- # [22:37] * Quits: szilles (chatzilla@63.145.238.4) (Ping timeout)
- # [22:37] * Quits: florian (florianr@63.145.238.4) (Ping timeout)
- # [22:38] * Quits: shepazu (shepazu@128.30.52.169) (Quit: shepazu)
- # [22:38] * Joins: kojiishi (kojiishi@63.145.238.4)
- # [22:39] * Joins: szilles (chatzilla@63.145.238.4)
- # [22:40] * Joins: lgombos (Laszlo@63.145.238.4)
- # [22:40] * Quits: Mike5 (Mike5@mcclure.w3.org) (Quit: Mike5)
- # [22:40] * Joins: dbaron (dbaron@63.145.238.4)
- # [22:40] * Quits: dsinger (dsinger@63.145.238.4) (Quit: dsinger)
- # [22:41] * Quits: karl (karlcow@128.30.54.58) (Quit: This computer has gone to sleep)
- # [22:42] * Quits: arronei (arronei@63.145.238.4) (Ping timeout)
- # [22:42] * Joins: gilles (gilles@63.145.238.4)
- # [22:42] * Joins: Rossen (Rossen@63.145.238.4)
- # [22:42] * Quits: lgombos (Laszlo@63.145.238.4) (Connection reset by peer)
- # [22:43] * Joins: plinss (plinss@63.145.238.4)
- # [22:43] * Joins: lgombos (Laszlo@63.145.238.4)
- # [22:43] * Quits: anne (annevk@63.145.238.4) (Quit: anne)
- # [22:44] * Quits: tantek (tantek@63.145.238.4) (Quit: tantek)
- # [22:44] * Joins: arronei (arronei@63.145.238.4)
- # [22:44] * Joins: florian (florianr@63.145.238.4)
- # [22:44] * Joins: BradK (bradk@63.145.238.4)
- # [22:46] * Joins: plinss__ (plinss@63.145.238.4)
- # [22:46] * Quits: plinss (plinss@63.145.238.4) (Connection reset by peer)
- # [22:46] * plinss__ is now known as plinss
- # [22:47] * Joins: karl (karlcow@128.30.54.58)
- # [22:47] * Quits: plinss (plinss@63.145.238.4) (Quit: plinss)
- # [22:47] * Joins: cyril (chatzilla@63.145.238.4)
- # [22:48] * Joins: plinss (plinss@63.145.238.4)
- # [22:48] * Joins: dsinger (dsinger@63.145.238.4)
- # [22:50] * Joins: Mike5 (Mike5@mcclure.w3.org)
- # [22:51] * Joins: tpod (tpod@63.145.238.4)
- # [22:53] * Quits: drublic (drublic@77.2.147.143) (Client exited)
- # [22:55] * Quits: Ms2ger (Ms2ger@91.181.107.198) (Quit: nn)
- # [22:57] * Quits: gilles (gilles@63.145.238.4) (Client exited)
- # [22:57] * Quits: kojiishi (kojiishi@63.145.238.4) (Quit: Leaving...)
- # [22:59] * Quits: tpod (tpod@63.145.238.4) (Client exited)
- # [23:00] * Joins: vhardy (vhardy@63.145.238.4)
- # [23:00] * Quits: szilles (chatzilla@63.145.238.4) (Ping timeout)
- # [23:01] * Joins: szilles (chatzilla@63.145.238.4)
- # [23:03] * Joins: shepazu (shepazu@128.30.52.169)
- # [23:06] * Quits: BradK (bradk@63.145.238.4) (Quit: Buh bye)
- # [23:26] * Quits: miketaylr (miketaylr@76.229.242.92) (Quit: miketaylr)
- # [23:27] * Quits: Mike5 (Mike5@mcclure.w3.org) (Ping timeout)
- # [23:27] * Quits: evanli (evan@63.145.238.4) (Quit: evanli)
- # [23:27] * Parts: dsinger (dsinger@63.145.238.4)
- # [23:27] * Joins: tpod (tpod@63.145.238.4)
- # [23:34] * Quits: vhardy (vhardy@63.145.238.4) (Quit: vhardy)
- # [23:35] * Quits: plinss (plinss@63.145.238.4) (Quit: plinss)
- # [23:35] * Quits: lgombos (Laszlo@63.145.238.4) (Ping timeout)
- # [23:36] * Quits: dbaron (dbaron@63.145.238.4) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [23:37] * Quits: karl (karlcow@128.30.54.58) (Quit: This computer has gone to sleep)
- # [23:38] * Joins: TabAtkins_ (tabatkins@63.145.238.4)
- # [23:38] * Quits: szilles (chatzilla@63.145.238.4) (Ping timeout)
- # [23:39] * Joins: howard (howard_wan@63.145.238.4)
- # [23:40] * Quits: Rossen (Rossen@63.145.238.4) (Ping timeout)
- # [23:40] * Joins: alexmog (alexmog@63.145.238.4)
- # [23:40] * Quits: florian (florianr@63.145.238.4) (Ping timeout)
- # [23:41] * Joins: plinss (plinss@63.145.238.4)
- # [23:43] * Quits: TabAtkins_ (tabatkins@63.145.238.4) (Ping timeout)
- # [23:43] * Quits: fukuno (fukuno@63.145.238.4) (Ping timeout)
- # [23:43] * Quits: arronei (arronei@63.145.238.4) (Ping timeout)
- # [23:44] * Joins: arronei (arronei@63.145.238.4)
- # [23:44] * Joins: TabAtkins_ (tabatkins@63.145.238.4)
- # [23:44] * Joins: Rossen (Rossen@63.145.238.4)
- # [23:44] * Quits: myakura (myakura@63.145.238.4) (Client exited)
- # [23:45] * Joins: dsinger (dsinger@63.145.238.4)
- # [23:47] * Joins: dbaron (dbaron@63.145.238.4)
- # [23:47] * Joins: evanli (evan@63.145.238.4)
- # [23:48] * Joins: kojiishi (kojiishi@63.145.238.4)
- # [23:50] * Joins: mmielke (mmielke@63.145.238.4)
- # [23:50] * Joins: fukuno (fukuno@63.145.238.4)
- # [23:51] * Joins: myakura (myakura@63.145.238.4)
- # [23:52] * Joins: r12a (rishida@128.30.52.169)
- # [23:54] * Joins: gilles (gilles@63.145.238.4)
- # [23:54] * Joins: szilles (chatzilla@63.145.238.4)
- # [23:55] * Quits: tpod (tpod@63.145.238.4) (Ping timeout)
- # [23:56] * Joins: karl (karlcow@128.30.54.58)
- # [23:56] * Quits: r12a (rishida@128.30.52.169) (Quit: r12a)
- # [23:57] * Joins: r12a (rishida@128.30.52.169)
- # [23:57] * Quits: r12a (rishida@128.30.52.169) (Quit: r12a)
- # Session Close: Thu Nov 03 00:00:00 2011
The end :)