Options:
- # Session Start: Wed Mar 06 00:00:00 2013
- # Session Ident: #microformats
- # [00:00] <Loqi> [[existing-rel-values]] http://microformats.org/wiki/index.php?title=existing-rel-values&diff=50497&oldid=50495&rcid=68186 * Dglazkov * (+255)
- # [00:03] <@tantek> component - seems reasonable - assuming they make components actually work
- # [00:06] * Quits: bnvk (~bnvk@24.104.79.38) (Remote host closed the connection)
- # [00:29] * Quits: JohnBeales (~johnbeale@dsl-67-230-151-228.tor.primus.ca) (Quit: Computer has gone to sleep.)
- # [00:37] * Joins: bnvk (~bnvk@24.104.79.38)
- # [00:45] * Quits: bnvk (~bnvk@24.104.79.38) (Ping timeout: 245 seconds)
- # [00:46] <Loqi> https://twitter.com/SilviaMachado5 :: @Luiz_HCard se fosse tu ia adiantar uns capítulos do livro de adm isso sim! hauahuahuahauha
- # [00:48] * Joins: bnvk (~bnvk@24-104-79-38-ip-static.hfc.comcastbusiness.net)
- # [01:40] * Joins: JonathanNeal (~JonathanN@cpe-142-11-82-156.socal.rr.com)
- # [01:40] <JonathanNeal> hi
- # [02:20] <JonathanNeal> Are microformats only supposed to be used for contacts?
- # [02:20] <JonathanNeal> could there be a microformat for navigation, say?
- # [02:20] <@tantek> JonathanNeal see the intro here: http://microformats.org/wiki/
- # [02:21] <@tantek> there's the adr and geo formats for locations
- # [02:21] <tommorris> JonathanNeal: "navigation" is kinda broad.
- # [02:21] <tommorris> but it wouldn't be hard to do the equivalent of GPX in HTML.
- # [02:21] <tommorris> <ol>
- # [02:22] <tommorris> <li class="geo">...</li>
- # [02:22] <tommorris> ...
- # [02:22] <tommorris> </ol>
- # [02:22] <tommorris> HTML gives us quite useful semantics. ;)
- # [02:22] <@tantek> what do you mean by navigation?
- # [02:22] <@tantek> that's an action, not a noun
- # [02:23] * tommorris should probably mockup GPX in HTML (with geo and <time>) at some point given how much of an insufferable geodork he is.
- # [02:23] <@tantek> tommorris - what does GPX represent?
- # [02:23] <@tantek> JonathanNeal - for semantic class names that you asked about in that other place, see http://microformats.org/wiki/semantic-class-names
- # [02:23] <tommorris> GPX is just the standard XML format that you get from GPS devices representing a trace from, say, walking or driving
- # [02:24] <tommorris> it describes a series of places that one has been in order with timestamps.
- # [02:24] <@tantek> so it represents a path?
- # [02:24] <tommorris> basically
- # [02:24] <tommorris> hence an ordered list of geo points with <time>'s
- # [02:24] <@tantek> sounds like we should write it up
- # [02:24] <JonathanNeal> there are two major forms of navigation that I can think of; a representation of one's position or route between pages; or a structurally meaningful representation of pages and sections of a website.
- # [02:25] <tommorris> oh navigation in the metaphorical sense. ;)
- # [02:25] <JonathanNeal> site navigation
- # [02:25] <tommorris> <nav> element in HTML5.
- # [02:26] <tommorris> as for "one's position or route between pages" - that sounds suspiciously like statefulness, which is kind of anathema to HTTP. ;)
- # [02:26] <JonathanNeal> right, like what you might use with a <nav> to specify which link is current, or which links contain the current page, or what the state of certain links might be.
- # [02:26] <JonathanNeal> tommorris: it sounded like a breadcrumb to me.
- # [02:27] <tommorris> so, rel=self on the link to the current page
- # [02:27] <tommorris> if there's some kind of next/prev ordering, you can use rel="next" and rel="prev"
- # [02:27] <tommorris> what do you mean by the "state of certain links"?
- # [02:28] <JonathanNeal> rel="up" rel="up up" too, I suppose?
- # [02:28] * Quits: jfranusic (~jfranusic@501folsom.static.monkeybrains.net) (Remote host closed the connection)
- # [02:28] <@tantek> tommorris - is navigation close to directions? or different?
- # [02:28] <JonathanNeal> or would it be rel="down" when it's on the li containing the ul containing the li containing the current anchor.
- # [02:28] <@tantek> http://microformats.org/wiki/directions
- # [02:29] <tommorris> tantek: so, there's some overlap. in the openstreetmap world, there's a tool called OSRM (Open Source Routing Machine) which does driving directions. it exports as GPX. I'll look at the markup and XML they use
- # [02:29] <@tantek> JonathanNeal - almost no one uses up or down
- # [02:29] * Joins: jfranusic (~jfranusic@501folsom.static.monkeybrains.net)
- # [02:29] <@tantek> there's not really much use case for that
- # [02:30] <@tantek> though I've seen plenty of next/prev in the wild
- # [02:30] <@tantek> tommorris - perhaps you can add to http://microformats.org/wiki/directions-formats
- # [02:30] <tommorris> I don't know the structure of driving direction GPX (as I haven't yet passed my driving test, I've never attempted to use OSRM)
- # [02:31] <tommorris> but the point of it is you can download the directions onto a GPS device
- # [02:31] <Loqi> [[directions-formats]] http://microformats.org/wiki/index.php?title=directions-formats&diff=50498&oldid=37110&rcid=68187 * Tantek * (-32) entry-title fix, contributors from edit history not explicit list (that goes out of date, encourages bad behavior etc.)
- # [02:33] <@tantek> for the page/site navigation stuff, aka breadcrumbs, there's some work on that here: http://microformats.org/wiki/breadcrumbs
- # [02:33] <@tantek> we should expand that and brainstorm something
- # [02:33] <@tantek> people seem to publish breadcrumb markup often enough
- # [02:33] <Loqi> yea!
- # [02:35] <@tantek> lol
- # [02:37] <Loqi> [[directions-formats]] http://microformats.org/wiki/index.php?title=directions-formats&diff=50499&oldid=50498&rcid=68188 * TomMorris * (+472) adding GPX
- # [02:49] <Loqi> [[User:nifi581hee]] N http://microformats.org/wiki/index.php?title=User:nifi581hee&rcid=68189 * Nifi581hee * (+2199) Elevated nitrates and nitrites
- # [02:50] <Loqi> [[Special:Log/block]] block * Tantek * blocked [[User:Nifi581hee]] with an expiry time of infinite (account creation disabled): Spamming links to external sites
- # [02:50] <Loqi> [[Special:Log/delete]] delete * Tantek * deleted "[[User:nifi581hee]]": content was spam
- # [03:17] * Quits: JonathanNeal (~JonathanN@cpe-142-11-82-156.socal.rr.com) (Quit: JonathanNeal)
- # [03:18] * Quits: jfranusic (~jfranusic@501folsom.static.monkeybrains.net) (Remote host closed the connection)
- # [03:25] * Joins: JonathanNeal (~JonathanN@cpe-142-11-82-156.socal.rr.com)
- # [03:31] * Quits: bnvk (~bnvk@24-104-79-38-ip-static.hfc.comcastbusiness.net) (Remote host closed the connection)
- # [03:35] <Loqi> [[User:cheaphats1]] N http://microformats.org/wiki/index.php?title=User:cheaphats1&rcid=68192 * Cheaphats1 * (+1678) snapback hats wholesale
- # [03:35] * Quits: JonathanNeal (~JonathanN@cpe-142-11-82-156.socal.rr.com) (Quit: JonathanNeal)
- # [03:36] * Quits: @tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net) (Quit: tantek)
- # [03:39] <Loqi> [[Malcom X Islam Is The True Religion .]] N http://microformats.org/wiki/index.php?title=Malcom_X_Islam_Is_The_True_Religion_.&rcid=68193 * Magregg51 * (+3159) Over the years, the paparazzi has snapped shots of dozens of musicians, actors, and models toting some of the fashion house most coveted purses, wallets, and sunglasses. Is the store really selling authentic Jordans shoes?
- # [03:55] * Quits: gavinc_ (~gavin@50.0.77.3) (Quit: Konversation terminated!)
- # [04:43] * Joins: bnvk (~bnvk@67-5-163-45.ptld.qwest.net)
- # [04:47] * Quits: bnvk (~bnvk@67-5-163-45.ptld.qwest.net) (Ping timeout: 260 seconds)
- # [04:51] * Joins: tantek (~tantek@v-1045.fw1.sfo1.mozilla.net)
- # [04:51] * ChanServ sets mode: +o tantek
- # [05:24] * Joins: JonathanNeal (~JonathanN@cpe-142-11-82-156.socal.rr.com)
- # [05:27] <JonathanNeal> ahhh circular internet
- # [05:29] <JonathanNeal> when you've worked hard to understand something you are building for the web, but you never fully get it, so you research it, and finally, months later, you come across a website that claims to have an example of how to do it right … and it's the one you originally wrote.
- # [05:29] <JonathanNeal> http://microformats.org/wiki/breadcrumbs-formats :\
- # [05:45] <JonathanNeal> I'm being told that rel="self" is a bad attribute.
- # [05:46] <JonathanNeal> "Bad value self for attribute rel on element a: Not an absolute IRI. The string self is not a registered keyword or absolute URL."
- # [06:13] <JonathanNeal> Putting something together for navigation @ https://gist.github.com/jonathantneal/5096851
- # [06:13] <JonathanNeal> site navigation, rather.
- # [06:13] <Loqi> [[Special:Log/block]] block * ChristopheDucamp * blocked [[User:Cheaphats1]] with an expiry time of infinite (account creation disabled): spam
- # [06:14] <Loqi> [[Special:Log/delete]] delete * ChristopheDucamp * deleted "[[User:cheaphats1]]": content was spam
- # [06:14] <Loqi> [[Special:Log/delete]] delete * ChristopheDucamp * deleted "[[Malcom X Islam Is The True Religion .]]": content was spam
- # [06:47] <Loqi> https://twitter.com/Amarakosuru :: Hlth Cards:Aadhar refused 2 give Emplye Data fr HCards.Hnce Govt thinkng fr alternate like BioMetrc.No clear decin on higher Lmt
- # [07:03] * Joins: bnvk (~bnvk@67-5-163-45.ptld.qwest.net)
- # [07:23] * Quits: @tantek (~tantek@v-1045.fw1.sfo1.mozilla.net) (Quit: tantek)
- # [08:03] * Quits: lmjabreu (uid5885@gateway/web/irccloud.com/x-odbjoerytclouuji) (Ping timeout: 245 seconds)
- # [08:06] * Quits: @Phae (uid455@gateway/web/irccloud.com/x-iwroazzpmgmxqgeg) (Ping timeout: 245 seconds)
- # [08:14] * Quits: benward (uid523@gateway/web/irccloud.com/x-hebsxzsyidsngykm) (Ping timeout: 252 seconds)
- # [08:15] * Quits: gjones (~gjones@cpc22-brig15-2-0-cust92.3-3.cable.virginmedia.com) (Ping timeout: 240 seconds)
- # [08:17] * Joins: zztr (~travis@adsl-75-18-205-216.dsl.pltn13.sbcglobal.net)
- # [08:23] <Loqi> https://twitter.com/daina2541 :: trying to get Google+ to verify my authorship is maddening. How do I fix hCard problems? #google+ #coding
- # [08:25] * Joins: gjones (~gjones@cpc22-brig15-2-0-cust92.3-3.cable.virginmedia.com)
- # [08:28] * Joins: Phae (uid455@gateway/web/irccloud.com/x-tdxzyorzjbrxkqqf)
- # [08:28] * ChanServ sets mode: +o Phae
- # [08:47] * Quits: zztr (~travis@adsl-75-18-205-216.dsl.pltn13.sbcglobal.net) (Quit: Leaving.)
- # [09:04] * Joins: eschnou (~eschnou@85.234.217.115.static.edpnet.net)
- # [09:06] * Joins: chiui (~chiui@2001:5c0:1502:9200:e1b4:287c:f2cb:a2a2)
- # [09:25] * Joins: benward (uid523@gateway/web/irccloud.com/x-rdmlvswqhvxkparw)
- # [09:27] * Joins: csarven (~csarven@147.87.228.134)
- # [09:56] * Quits: gjones (~gjones@cpc22-brig15-2-0-cust92.3-3.cable.virginmedia.com) (Quit: gjones)
- # [10:01] * Joins: lmjabreu (uid5885@gateway/web/irccloud.com/x-rvcxzpzlwstcwjdl)
- # [10:02] * Joins: romainneutron (~romain@LPuteaux-156-14-100-19.w80-12.abo.wanadoo.fr)
- # [10:04] * Quits: csarven (~csarven@147.87.228.134) (Ping timeout: 255 seconds)
- # [10:10] <Loqi> https://twitter.com/webmarketing_dk :: Referencement Google: ADWORDS UTILISE OFFICIELLEMENT LES MICROFORMATS HREVIEW - Seller Rating... http://tinyurl.com/6xzbcv4 #referencement
- # [10:22] * Joins: csarven (~csarven@147-87-142-48.bfh.ch)
- # [10:26] <Loqi> [[User:nibk798bwz]] N http://microformats.org/wiki/index.php?title=User:nibk798bwz&rcid=68197 * Nibk798bwz * (+2715) officials said.
- # [10:28] <Loqi> [[User:dsbbocgq]] N http://microformats.org/wiki/index.php?title=User:dsbbocgq&rcid=68198 * Dsbbocgq * (+2101) cotton balls
- # [10:58] * Joins: nonge_ (~nonge@p5082903C.dip.t-dialin.net)
- # [11:02] * Quits: nonge (~nonge@p5082944D.dip.t-dialin.net) (Ping timeout: 255 seconds)
- # [11:08] * Quits: csarven (~csarven@147-87-142-48.bfh.ch) (Quit: Leaving.)
- # [11:09] <Loqi> [[Special:Log/block]] block * TomMorris * blocked [[User:Dsbbocgq]] with an expiry time of infinite (account creation disabled): Spamming links to external sites
- # [11:10] <Loqi> [[Special:Log/block]] block * TomMorris * blocked [[User:Nibk798bwz]] with an expiry time of infinite (account creation disabled): Spamming links to external sites
- # [11:10] <Loqi> [[Special:Log/delete]] delete * TomMorris * deleted "[[User:nibk798bwz]]": Vandalism
- # [11:10] <Loqi> [[Special:Log/delete]] delete * TomMorris * deleted "[[User:dsbbocgq]]": Vandalism
- # [11:35] * Quits: bnvk (~bnvk@67-5-163-45.ptld.qwest.net) (Remote host closed the connection)
- # [11:45] * Quits: JonathanNeal (~JonathanN@cpe-142-11-82-156.socal.rr.com) (Read error: Connection reset by peer)
- # [11:45] * Joins: JonathanNeal (~JonathanN@cpe-142-11-82-156.socal.rr.com)
- # [12:06] * Joins: bnvk (~bnvk@67-5-163-45.ptld.qwest.net)
- # [12:06] * Joins: adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # [12:06] * ChanServ sets mode: +o adactio
- # [12:15] * Quits: bnvk (~bnvk@67-5-163-45.ptld.qwest.net) (Ping timeout: 256 seconds)
- # [12:44] * Joins: gjones (~gjones@cpc22-brig15-2-0-cust92.3-3.cable.virginmedia.com)
- # [12:58] * ivc is now known as ivc\zz
- # [13:53] * Quits: gjones (~gjones@cpc22-brig15-2-0-cust92.3-3.cable.virginmedia.com) (Quit: gjones)
- # [14:07] * Joins: bnvk (~bnvk@67-5-163-45.ptld.qwest.net)
- # [14:12] * Quits: bnvk (~bnvk@67-5-163-45.ptld.qwest.net) (Ping timeout: 276 seconds)
- # [14:40] <Loqi> https://twitter.com/UTFPPM :: Halth Cards:Aadhar refused 2 give Emplye Data fr HCards.Hnce Govt thinkng fr alternate like BioMetrc.No clear decin on higher Lmt
- # [14:58] * Joins: gjones (~gjones@cpc22-brig15-2-0-cust92.3-3.cable.virginmedia.com)
- # [15:08] * Joins: bnvk (~bnvk@67-5-163-45.ptld.qwest.net)
- # [15:12] * Quits: bnvk (~bnvk@67-5-163-45.ptld.qwest.net) (Ping timeout: 245 seconds)
- # [15:37] * Quits: gjones (~gjones@cpc22-brig15-2-0-cust92.3-3.cable.virginmedia.com) (Quit: gjones)
- # [15:38] * Joins: TallTed (~Thud@63.119.36.36)
- # [15:50] * Quits: lgedeon (~lgedeon@ip72-192-10-197.ri.ri.cox.net) (Read error: Connection reset by peer)
- # [15:59] * Joins: gjones (~gjones@cpc22-brig15-2-0-cust92.3-3.cable.virginmedia.com)
- # [16:06] * Quits: TallTed (~Thud@63.119.36.36)
- # [16:23] * Quits: gjones (~gjones@cpc22-brig15-2-0-cust92.3-3.cable.virginmedia.com) (Quit: gjones)
- # [16:34] * Joins: csarven (~csarven@147.87.228.134)
- # [16:35] * Joins: gavinc (~gavin@50.0.77.3)
- # [16:35] * Joins: TallTed (~Thud@63.119.36.36)
- # [17:29] <Loqi> [[If you enjoy them there are many guided imagery]] N http://www.microformats.org/wiki/index.php?title=If_you_enjoy_them_there_are_many_guided_imagery&rcid=68203 * MarvinwrscqddpssCuffy * (+2414) New page: When I focus on "art - in" I become aware of the Infinite artist within and allow that idea to gently move deep into my subconscious, including your own. Another mini awareness activity
- # [17:36] * Joins: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net)
- # [17:36] * ChanServ sets mode: +o tantek
- # [17:42] * Joins: lgedeon (~lgedeon@ip72-192-10-197.ri.ri.cox.net)
- # [17:42] <@tantek> JonathanNeal - did you work on breadcrumbs formats in the past?
- # [17:44] <Loqi> [[Special:Log/block]] block * Tantek * blocked [[User:MarvinwrscqddpssCuffy]] with an expiry time of infinite (account creation disabled): Spamming links to external sites
- # [17:44] <Loqi> [[Special:Log/delete]] delete * Tantek * deleted "[[If you enjoy them there are many guided imagery]]": content was spam
- # [18:05] <JonathanNeal> tantek: yes let me see if i can find it
- # [18:07] <JonathanNeal> tantek: https://gist.github.com/jonathantneal/4037764
- # [18:09] <JonathanNeal> yeap, i definitely worked on that with you, just four months ago. there's a reference to microformats
- # [18:10] * Joins: bnvk (~bnvk@67-5-163-45.ptld.qwest.net)
- # [18:11] <Loqi> [[breadcrumbs-formats]] http://microformats.org/wiki/index.php?title=breadcrumbs-formats&diff=50506&oldid=49282&rcid=68206 * Tantek * (+48) add citation for ARIA breadcrumbs example
- # [18:14] * Quits: bnvk (~bnvk@67-5-163-45.ptld.qwest.net) (Ping timeout: 245 seconds)
- # [18:15] * Quits: JonathanNeal (~JonathanN@cpe-142-11-82-156.socal.rr.com) (Quit: JonathanNeal)
- # [18:17] * Quits: eschnou (~eschnou@85.234.217.115.static.edpnet.net) (Quit: Leaving)
- # [18:20] * Joins: gjones (~gjones@cpc22-brig15-2-0-cust92.3-3.cable.virginmedia.com)
- # [18:34] <Loqi> [[breadcrumbs-formats]] http://microformats.org/wiki/index.php?title=breadcrumbs-formats&diff=50507&oldid=50506&rcid=68207 * Tantek * (+6) /* Bing breadcrumbs */ update URL
- # [18:34] <Loqi> [[breadcrumbs]] http://microformats.org/wiki/index.php?title=breadcrumbs&diff=50508&oldid=44593&rcid=68208 * Tantek * (+6) update URL
- # [18:36] <@tantek> JonathanNeal - I think with the development of microformats2 - we can propose a very simple breadcrumbs microformat - much simpler than existing solutions.
- # [18:36] * Joins: bnvk (~bnvk@67-5-163-45.ptld.qwest.net)
- # [18:38] <Loqi> [[breadcrumbs-formats]] http://microformats.org/wiki/index.php?title=breadcrumbs-formats&diff=50509&oldid=50507&rcid=68209 * Tantek * (+0) /* Google rich snippet breadcrumbs */ fix link
- # [18:43] * Joins: polvo (~Snak@host81-137-231-79.in-addr.btopenworld.com)
- # [18:45] * Joins: zztr (~travis@adsl-75-18-205-216.dsl.pltn13.sbcglobal.net)
- # [18:47] * Quits: bnvk (~bnvk@67-5-163-45.ptld.qwest.net) (Remote host closed the connection)
- # [18:50] * Joins: JonathanNeal (~JonathanN@38.122.109.194)
- # [18:57] <Loqi> [[hcard]] http://microformats.org/wiki/index.php?title=hcard&diff=50510&oldid=47143&rcid=68210 * Tantek * (+259) /* Format */ clarify "tz" takes a timezone offset
- # [19:00] * Quits: gjones (~gjones@cpc22-brig15-2-0-cust92.3-3.cable.virginmedia.com) (Quit: gjones)
- # [19:08] * Parts: @adactio (~adactio@host213-123-197-180.in-addr.btopenworld.com)
- # [19:09] * Joins: sophiap (~sophiap@cpe-67-11-246-45.satx.res.rr.com)
- # [19:11] <Loqi> [[breadcrumbs-formats]] http://microformats.org/wiki/index.php?title=breadcrumbs-formats&diff=50511&oldid=50509&rcid=68211 * Tantek * (+126) add summary of properties from Bing, Google rich snippet, and schemaorg WebPage breadcrumb markup - fairly strongly overlapping
- # [19:11] <JonathanNeal> working on breadcrumbs, tantek?
- # [19:15] <@tantek> JonathanNeal - you've inspired me.
- # [19:16] <@tantek> and enough pieces of microformats2 are working well now that it's time
- # [19:16] <JonathanNeal> Maybe you can help me settle something then.
- # [19:16] <JonathanNeal> What does "index" mean?
- # [19:17] <JonathanNeal> To narrow the scope, I'm referring to link/relationship types.
- # [19:17] <JonathanNeal> If you'd like, I can provide two popular but conflicting definitions.
- # [19:17] <@tantek> please do
- # [19:17] <@tantek> didn't we deprecate "index"?
- # [19:17] <JonathanNeal> "list of terms", "top level resource"
- # [19:18] * @tantek prefers rel="home"
- # [19:18] <@tantek> ah
- # [19:18] <@tantek> that first one is more useful
- # [19:18] <@tantek> index of terms
- # [19:18] <@tantek> rel="home" covers the top level resource use case
- # [19:19] <JonathanNeal> and "glossary" refers to a document providing a glossary of terms that pertain to the current document.
- # [19:19] <JonathanNeal> I don't see "home" in the spec, is it in HTML5?
- # [19:20] <JonathanNeal> http://www.w3.org/TR/html4/types.html#type-links http://www.w3.org/html/wg/drafts/html/master/links.html#linkTypes
- # [19:20] <JonathanNeal> To further confuse me, the MDN wiki takes side with "top level resource" https://developer.mozilla.org/en-US/docs/HTML/Link_types
- # [19:20] <JonathanNeal> and makes no mention of "home".
- # [19:22] <JonathanNeal> It seems microformats is becoming a canonical resource http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#other-link-types
- # [19:22] <@tantek> has become, yes
- # [19:23] <@tantek> HTML5 normatively references the microformats wiki existing-rel-values page for rel values
- # [19:24] <JonathanNeal> So, are glossary and index synonymous then.
- # [19:25] <JonathanNeal> Maybe history answers this. Traditionally, a glossary is an alphabetical list of terms and their definitions, while an index is a list of topics in alphabetical order with page numbers
- # [19:26] <JonathanNeal> In general, keywords should not define themselves. Could http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions be updated?
- # [19:27] <@tantek> ah, I think "index" became ambiguous and thus should be used
- # [19:28] <@tantek> should NOT be used
- # [19:28] <@tantek> sure, what do you want to update?
- # [19:28] <@tantek> I'd say for the "list of topics in alphabetical order" you may want to make up a new rel value, e.g. rel="topic-index"
- # [19:28] <JonathanNeal> "glossary" and "index"
- # [19:29] <JonathanNeal> we have a clear definition of glossary, an alphabetical list of terms and their definitions, http://en.wikipedia.org/wiki/Gloss
- # [19:32] <@tantek> go for it and edit the wiki, if any further corrections need to be made someone else can make them :)
- # [19:32] <JonathanNeal> Index is ambiguous, since the popular "index.html" would not conform to "a list of topics with pointers" http://en.wikipedia.org/wiki/Index_(publishing)
- # [19:32] <@tantek> agreed
- # [19:32] <JonathanNeal> But maybe someone should also have that written down, in case the question comes back up, say, by me. :P
- # [19:33] <JonathanNeal> Okay, I'll take a stab.
- # [19:36] <JonathanNeal> I wish Chrome had a MediaWiki renderer.
- # [19:36] <JonathanNeal> So I could live preview this.
- # [19:39] <Loqi> [[existing-rel-values]] http://microformats.org/wiki/index.php?title=existing-rel-values&diff=50512&oldid=50497&rcid=68212 * Jonathantneal * (+18) /* formats */ glossary definition
- # [19:39] <@tantek> nicely done
- # [19:42] <Loqi> [[existing-rel-values]] http://microformats.org/wiki/index.php?title=existing-rel-values&diff=50513&oldid=50512&rcid=68213 * Jonathantneal * (+34) /* HTML5 link type extensions */ index definition
- # [19:43] <@tantek> see now that one is more of a semantic change, since before it was ambigous, and now it is specific to one meaning
- # [19:44] <@tantek> I'd like rel=index to mean that myself personally, but I'm not sure that reflects historical or actual usage
- # [19:44] <@tantek> which is that people tend to use it when linking to to the index.html of the current path / directory.
- # [19:45] <Loqi> [[breadcrumbs-brainstorming]] N http://microformats.org/wiki/index.php?title=breadcrumbs-brainstorming&rcid=68214 * Tantek * (+4063) draft based on the two common properties of existing breadcrumb formats, and microformats2 capabilities
- # [19:45] <Loqi> [[h-breadcrumb]] N http://microformats.org/wiki/index.php?title=h-breadcrumb&rcid=68215 * Tantek * (+52) r to current brainstorm
- # [19:46] <@tantek> JonathanNeal - take a look at http://microformats.org/wiki/h-breadcrumb and see what you think of that.
- # [19:48] <JonathanNeal> Why is it p-name and not u-name?
- # [19:48] <JonathanNeal> that's not to challenge, but simply because I think I lack some understanding of proper usage of u-.
- # [19:49] <JonathanNeal> I guess it's because the property name is available as a string.
- # [19:49] <JonathanNeal> the property value is available as a string, rather.
- # [19:49] <JonathanNeal> I really like what you've done here.
- # [19:50] <@tantek> u- means parse the property from URL related attributes first (e.g. href, src, etc.)
- # [19:51] <@tantek> p- means a normal property
- # [19:51] <@tantek> just the innertext
- # [19:51] <JonathanNeal> That makes sense, thanks. And, as it says, the u-url is implied
- # [19:51] <@tantek> thanks!
- # [19:51] <JonathanNeal> Otherwise it would be "p-name u-url"?
- # [19:51] <Loqi> [[timezone-examples]] N http://microformats.org/wiki/index.php?title=timezone-examples&rcid=68216 * Tantek * (+533) let's start this
- # [19:51] <Loqi> [[tz-examples]] N http://microformats.org/wiki/index.php?title=tz-examples&rcid=68217 * Tantek * (+31) r
- # [19:51] <@tantek> JonathanNeal - exactly!
- # [19:53] <JonathanNeal> "home" defines itself, and I would like to clarify it without removing any intended ambiguity. Current it is "indicates that the [referenced document] is the homepage of the site in which the current page appears."
- # [19:53] <@tantek> brb
- # [19:53] * Quits: @tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net) (Quit: tantek)
- # [19:54] * Joins: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net)
- # [19:54] * ChanServ sets mode: +o tantek
- # [19:54] * Joins: lukegedeon (~lgedeon@ip72-192-10-197.ri.ri.cox.net)
- # [19:55] <Loqi> [[breadcrumbs-formats]] http://microformats.org/wiki/index.php?title=breadcrumbs-formats&diff=50518&oldid=50511&rcid=68218 * Tantek * (+75) no longer a stub, add links to process steps at top
- # [19:55] * Quits: lgedeon (~lgedeon@ip72-192-10-197.ri.ri.cox.net) (Read error: Connection reset by peer)
- # [19:57] * Quits: zztr (~travis@adsl-75-18-205-216.dsl.pltn13.sbcglobal.net) (Ping timeout: 260 seconds)
- # [19:58] <Loqi> [[breadcrumbs-brainstorming]] http://microformats.org/wiki/index.php?title=breadcrumbs-brainstorming&diff=50519&oldid=50514&rcid=68219 * Tantek * (+224) include self in links in process section, todo, include JSON output of examples
- # [19:58] <@tantek> ok JonathanNeal, if you think h-breadcrumb looks good, try it in a few pages and see how it works with your markup
- # [19:58] <@tantek> then we can try microformats2 parsers on those pages and see how they do
- # [19:59] <JonathanNeal> I will. I'm working on navigation presently, but first, I'm almost done clarifying some of these definitions that use their own keywords.
- # [20:00] * Quits: polvo (~Snak@host81-137-231-79.in-addr.btopenworld.com) (Quit: The computer fell asleep)
- # [20:00] <JonathanNeal> "home" typically means "introduction" and "top level", in the current microformats definition it says "[home] can be combined with 'alternate' to indicate for example a feed for the site of the current page". "site" emphasises its "top level"-ness.
- # [20:01] <@tantek> right, "home alternate" means an alternative link for the home/site - e.g. a feed for the site, rather than a feed for the page.
- # [20:02] <JonathanNeal> https://www.google.com/search?q=home+page&tbs=dfn:1 emphasises its "introductory"-ness
- # [20:03] <JonathanNeal> So, would it be best to define "home" sympathetic to both, as in "Refers to the introductory, top level document for the current document." ?
- # [20:03] <JonathanNeal> This way it satisfies the popular definition of home page as well as its recommended current usage.
- # [20:05] <JonathanNeal> If it matters, there is no rel="introduction"
- # [20:08] <JonathanNeal> And there doesn't seem to have ever been something like that http://diveintohtml5.info/semantics.html#new-relations
- # [20:08] <JonathanNeal> And this coming from a book with a well fleshed out introduction.
- # [20:10] * Quits: sophiap (~sophiap@cpe-67-11-246-45.satx.res.rr.com) (Quit: sophiap)
- # [20:10] <@tantek> I think the introduction aspect is strictly secondary and including that in the definition would only possibly muddle things
- # [20:10] <@tantek> not all home pages are introductions
- # [20:11] <@tantek> some things (like some specs) have separate introduction pages
- # [20:11] * Joins: hober2 (~ted@unaffiliated/hober)
- # [20:11] <@tantek> and the "home" page of the spec tends to be more boilerplate header + ToC
- # [20:11] <@tantek> many examples of this on w3.org/TR
- # [20:12] * Quits: hober2 (~ted@unaffiliated/hober) (Client Quit)
- # [20:15] <JonathanNeal> So then, "Refers to the top level document for the current document."
- # [20:21] * Quits: romainneutron (~romain@LPuteaux-156-14-100-19.w80-12.abo.wanadoo.fr) (Ping timeout: 240 seconds)
- # [20:22] <JonathanNeal> ?
- # [20:29] * Quits: csarven (~csarven@147.87.228.134) (Quit: Leaving.)
- # [20:30] * Joins: Soopaman (~soopaman@72.53.95.228)
- # [20:31] * Quits: Soopaman (~soopaman@72.53.95.228) (Client Quit)
- # [20:31] * Joins: Soopaman (~soopaman@72.53.95.228)
- # [20:34] * Joins: bnvk (~bnvk@24-104-79-38-ip-static.hfc.comcastbusiness.net)
- # [20:34] <Loqi> [[existing-rel-values]] http://microformats.org/wiki/index.php?title=existing-rel-values&diff=50520&oldid=50513&rcid=68220 * Jonathantneal * (-79) /* HTML5 link type extensions */ home definition
- # [20:56] <@tantek> that seems reasonable
- # [21:00] * Quits: @tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net) (Quit: tantek)
- # [21:17] * Quits: chiui (~chiui@2001:5c0:1502:9200:e1b4:287c:f2cb:a2a2) (Ping timeout: 264 seconds)
- # [21:28] * Joins: eschnou (~eschnou@157.68-201-80.adsl-dyn.isp.belgacom.be)
- # [22:00] * Joins: zztr (~travis@adsl-75-18-210-219.dsl.pltn13.sbcglobal.net)
- # [22:15] * Joins: tantek (~tantek@v-1045.fw1.sfo1.mozilla.net)
- # [22:15] * ChanServ sets mode: +o tantek
- # [22:20] * Quits: eschnou (~eschnou@157.68-201-80.adsl-dyn.isp.belgacom.be) (Ping timeout: 248 seconds)
- # [22:32] <Loqi> [[User:Hildegard]] NM http://microformats.org/wiki/index.php?title=User:Hildegard&rcid=68221 * Hildegard * (+155) New page: Got nothing to write about myself I think.<br><br>my webpage; [http://www.prweb.com/releases/2012/12/prweb10260927.htm simply click the next internet page]
- # [22:35] <Loqi> [[Special:Log/block]] block * Tantek * blocked [[User:Hildegard]] with an expiry time of infinite (account creation disabled): Spamming links to external sites
- # [22:35] <Loqi> [[Special:Log/delete]] delete * Tantek * deleted "[[User:Hildegard]]": content was spam
- # [22:54] * Quits: TallTed (~Thud@63.119.36.36)
- # [23:06] <@tantek> JonathanNeal - do you think there's an expectation for breadcrumb links that if you do go "up" a level, that at that level, there's a link to the current page?
- # [23:07] <JonathanNeal> not necessarily, in the case of search results.
- # [23:09] <@tantek> when would search results ever have a breadcrumb trail?
- # [23:16] <JonathanNeal> conceeded, a breadcrumb usually reflects a kind of global navigation
- # [23:17] <JonathanNeal> even if you have multiple, custom navigation menus, like WordPress and Drupal both offer.
- # [23:17] <@tantek> yeah
- # [23:17] <@tantek> in the simple case of a site of flat(ish) pages, where all they do is link back to the home page, I think rel="home" is sufficient
- # [23:18] <@tantek> I feel like a link is not really a breadcrumb unless it really is a way to get back (both directions)
- # [23:18] <JonathanNeal> "it" doesn't take you both ways, but the document that it references should.
- # [23:18] * Quits: bnvk (~bnvk@24-104-79-38-ip-static.hfc.comcastbusiness.net) (Remote host closed the connection)
- # [23:18] <@tantek> yeah, that
- # [23:19] <@tantek> like if I have just one <a class="h-breadcrumb" href="foo"> on a page, then on page "foo" I'd expect it link to the current page in the content or in a list etc. - some way to go back down the path.
- # [23:27] <JonathanNeal> yeah, agreed
- # [23:28] * Joins: barnabywalters (~barnabywa@host-78-145-136-212.as13285.net)
- # [23:39] * Joins: bnvk (~bnvk@24-104-79-38-ip-static.hfc.comcastbusiness.net)
- # [23:40] * Parts: zztr (~travis@adsl-75-18-210-219.dsl.pltn13.sbcglobal.net)
- # [23:44] <JonathanNeal> I'm sad that github does not allow reference links in tables. I wanted to fork your link relations table and give it one voice.
- # [23:53] <@tantek> you mean *the* link relations table? ;)
- # [23:54] <@tantek> please feel free to continue making helpful English prose edits that you think make it easier to read
- # [23:57] * @tantek wonders how (not) easy it would be for anyone to come along and make helpful prose edits to anything in IANA or IETF.
- # [23:58] * gavinc snorts
- # [23:59] <gavinc> Trying to edit a factually wrong part of just a W3C document that just got published, and just in the status section. It is amazing how much "You can't do that" one gets
- # Session Close: Thu Mar 07 00:00:01 2013
The end :)