Atom discussion minutes
The minutes from the Atom/W3C discussion in New York have been posted online. Unfortunately the default formatting is pretty difficult to follow. I found it a lot easier to figure out who was saying what after applying the following CSS (using the test styles bookmarklet):
abbr {
display: block;
margin-top: 1em;
margin-bottom: 0.5em;
font-weight: bold;
}
abbr:after {
content: " - " attr(title);
}
That's a good idea. I struggled my way through it earlier when I saw Dave Winer linking to it. You need to post these things sooner, young man!
Simon Jessey - 18th May 2004 22:37 - #
sn - 18th May 2004 22:52 - #
Simon Willison - 18th May 2004 23:22 - #
Darryl - 19th May 2004 18:31 - #
Ian - 19th May 2004 20:56 - #
Sorry, I assumed URLs would auto-link:
Opera Web Developer Toolbar
Ian - 19th May 2004 20:58 - #