<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-6036283141717441911</atom:id><lastBuildDate>Tue, 23 Dec 2025 19:51:39 +0000</lastBuildDate><category>W3C</category><category>XHTML</category><category>HTML</category><category>Portability</category><category>RDFa</category><title>Xyzzy.  Nothing Happens.</title><description>Ruminations on web development, standards, testing, life, and trying to do the right thing in a world where the right thing is rarely enough.</description><link>http://blog.halindrome.com/</link><managingEditor>noreply@blogger.com (halindrome)</managingEditor><generator>Blogger</generator><openSearch:totalResults>21</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6036283141717441911.post-2006289393182793781</guid><pubDate>Thu, 18 Jul 2013 04:07:00 +0000</pubDate><atom:updated>2013-07-17T23:07:19.877-05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">RDFa</category><category domain="http://www.blogger.com/atom/ns#">W3C</category><title>RDFa is (still) the best way to improve your SEO</title><description>The web is getting better and better. &amp;nbsp;Search is getting smarter. &amp;nbsp;Google&#39;s &#39;&lt;a href=&quot;https://support.google.com/webmasters/answer/99170?hl=en&amp;amp;ref_topic=1088472&quot; target=&quot;_blank&quot;&gt;rich snippets&lt;/a&gt;&#39; and Facebook&#39;s &lt;a href=&quot;http://ogp.me/&quot; target=&quot;_blank&quot;&gt;Open Graph Protocol &lt;/a&gt;are great examples of how the industry is helping web developers make their content more machine-readable. &amp;nbsp;Industry-standard &#39;vocabularies&#39; like FOAF, Dublin Core Terms, Good Relations, and Schema.org are helping developers ensure that their content just makes sense. And all of those technologies are based largely upon, and designed to support other technologies that use, RDF.&lt;br /&gt;
&lt;br /&gt;
What is RDF? &amp;nbsp;RDF stands for &quot;Resource Description Framework&quot;, and an excellent overview of it is in the &lt;a href=&quot;http://www.w3.org/TR/rdf-primer/&quot; target=&quot;_blank&quot;&gt;RDF Primer&lt;/a&gt; the W3C has published. &amp;nbsp;If you don&#39;t want to dig that deeply, just know that RDF is a method for describing in a very standard way the relationship between x and y. &amp;nbsp;Moreover, it can also describe the relationship between y and z. &amp;nbsp;And so on and so on, until you get all the way down to some well-known, standardized &#39;term&#39; that has absolute meaning to something like the Google search engine. &lt;br /&gt;
&lt;br /&gt;
How is this useful? &amp;nbsp;Well, it means in part that I can say something like &quot;Shane McCarron is the author of this article&quot;. &amp;nbsp;And, because the concept of an author is a well-known, standardized &#39;term&#39; that has an absolute meaning, and because this article has a permanent URI, anything that can understand RDF will immediately *know* this. &amp;nbsp;Further, if I also say &quot;Shane McCarron&quot; is identified by some other URI (e.g., http://blog.halindrome.com) RDF-aware processors will automatically associate the author with that URI.&lt;br /&gt;
&lt;br /&gt;
That&#39;s all great, I hear you saying. &amp;nbsp;But how do I, as a web developer, *tell* Google things about my web pages? &amp;nbsp;Enter RDFa. &amp;nbsp;RDFa stands for &quot;RDF in attributes&quot; (some people might argue about that, but I was in the room and that&#39;s what I remember). &amp;nbsp;It is a way to embed RDF information right into your web page in a pretty straightforward way. &amp;nbsp;And, if you do it right, it means that search engines like Google and Facebook will know *more* about your web site and its information than they will know about your less-savvy competitors who don&#39;t bother to put this data in.&lt;br /&gt;
&lt;br /&gt;
There are a lot of great resources out on the web that can help you get your annotations right. &amp;nbsp;I have included a list of some at the end of this article. &amp;nbsp;However, just to get you started, here is a simple example.&lt;br /&gt;
&lt;br /&gt;
Let&#39;s say you have a picture you want to include on your web site. &amp;nbsp;You want people to be able to use that picture, but you want them to know what it is a picture of and who took it. &amp;nbsp;You could say something like:&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace; font-size: x-small;&quot;&gt;&amp;lt;span&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace; font-size: x-small;&quot;&gt;about=&quot;#myPicture&quot;&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace; font-size: x-small;&quot;&gt;&amp;lt;img id=&quot;myPicture&quot;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace; font-size: x-small;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;alt=&quot;Cabin on the lake&quot;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace; font-size: x-small;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;src=&quot;http://www.example.com/images/picture.png&quot;&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace; font-size: x-small;&quot;&gt;&amp;lt;span property=&quot;dc:title&quot;&amp;gt;Cabin on the lake&amp;lt;/span&amp;gt; by&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace; font-size: x-small;&quot;&gt;&amp;lt;span property=&quot;dc:creator&quot;&amp;gt;Shane McCarron&amp;lt;/span&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace; font-size: x-small;&quot;&gt;&amp;lt;/span&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;In that example we use terms from the &quot;Dublin Core&quot; vocabulary. &amp;nbsp;These are well-known terms. &amp;nbsp;Any knowledge engine will know exactly what you are talking about. &amp;nbsp;If you wanted to be more explicit about who the creator was, you might extend that definition like:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace; font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace; font-size: x-small;&quot;&gt;&amp;lt;span&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace; font-size: x-small;&quot;&gt;about=&quot;#myPicture&quot;&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace; font-size: x-small;&quot;&gt;&amp;lt;img id=&quot;myPicture&quot;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace; font-size: x-small;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;alt=&quot;Cabin on the lake&quot;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace; font-size: x-small;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;src=&quot;http://www.example.com/images/picture.png&quot;&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace; font-size: x-small;&quot;&gt;&amp;lt;span property=&quot;dc:title&quot;&amp;gt;Cabin on the lake&amp;lt;/span&amp;gt; by&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace; font-size: x-small;&quot;&gt;&amp;lt;span rel=&quot;dc:creator&quot;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace; font-size: x-small;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; typeof=&quot;foaf:Person&quot;&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace; font-size: x-small;&quot;&gt;&amp;nbsp; &amp;nbsp;&amp;lt;span rel=&quot;foaf:homepage&quot;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace; font-size: x-small;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;href=&quot;http://blog.halindrome.com&quot;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace; font-size: x-small;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace; font-size: x-small;&quot;&gt;property=&quot;foaf:name&quot;&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace; font-size: x-small;&quot;&gt;Shane McCarron&amp;lt;/span&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace; font-size: x-small;&quot;&gt;&amp;lt;/span&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace; font-size: x-small;&quot;&gt;&amp;lt;/span&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace; font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Now we have also mixed in some terms from the &quot;Friend of a Friend&quot; vocabulary to say that the dc:creator we talked about before is a &quot;Person&quot; who has a &quot;homepage&quot; and a &quot;name&quot;. &amp;nbsp;These are also well-known terms and will help the knowledge engines make better inferences about who &quot;Shane McCarron&quot; is. &amp;nbsp;If there are other things out there for which a &#39;foaf:Person&#39; with those attributes is listed as the &#39;dc:creator&#39;, they were likely created by the same &quot;Shane McCarron&quot;. &amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;There are LOTS of ways to use RDFa in your web pages and articles. &amp;nbsp;I plan to write more on this in the coming weeks. &amp;nbsp;For now, here are some resources that can help you get started.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;General information on RDFa at&amp;nbsp;&lt;a href=&quot;http://rdfa.info/&quot;&gt;http://rdfa.info/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The &lt;a href=&quot;http://www.w3.org/TR/rdfa-primer&quot; target=&quot;_blank&quot;&gt;RDFa Primer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;An interactive checker at&amp;nbsp;&lt;a href=&quot;http://rdfa.info/play/&quot;&gt;http://rdfa.info/play/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Google&#39;s checker at&amp;nbsp;&lt;a href=&quot;http://www.google.com/webmasters/tools/richsnippets&quot;&gt;http://www.google.com/webmasters/tools/richsnippets&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Help for creating licenses at&amp;nbsp;&lt;a href=&quot;http://creativecommons.org/choose/&quot;&gt;http://creativecommons.org/choose/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Information on vocabularies at&amp;nbsp;&lt;a href=&quot;http://www.schema.org/&quot;&gt;http://www.schema.org/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
Next up: How the W3C is using RDFa to help ensure its own documents are well annotated.&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;

&lt;br /&gt;
&lt;div about=&quot;&quot; style=&quot;display: none;&quot;&gt;
&lt;span property=&quot;dc:title&quot;&gt;RDFa is (still) the best way to improve your SEO&lt;/span&gt; by
&lt;span rel=&quot;dc:creator&quot; typeof=&quot;foaf:Person&quot;&gt;
   &lt;span href=&quot;http://blog.halindrome.com&quot; property=&quot;foaf:name&quot; rel=&quot;foaf:homepage&quot;&gt;Shane McCarron&lt;/span&gt;
&lt;/span&gt;
&lt;/div&gt;
</description><link>http://blog.halindrome.com/2013/07/rdfa-is-still-best-way-to-improve-your.html</link><author>noreply@blogger.com (halindrome)</author><thr:total>125</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6036283141717441911.post-2262769647621033995</guid><pubDate>Thu, 12 Jul 2012 16:03:00 +0000</pubDate><atom:updated>2012-07-12T11:30:11.417-05:00</atom:updated><title>The Role Attribute Module - years in the making</title><description>&lt;span style=&quot;background-color: white;&quot;&gt;Way back in the olden days when we were developing XHTML Modularization and then XHTML2, the group recognized that there were lots of pieces of XHTML2 that were generally useful and that it should be possible to publish them separately. &amp;nbsp;The concept was that since these were modules they would be assembled by host language authors as needed, and then at some point pulled together into XHTML2. &amp;nbsp;Obviously XHTML2 never came to be, but a lot of the pieces did get worked on and pulled into other work (e.g., RDFa, Role, all sorts of stuff in HTML5 although no one will ever admit that).&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
Today I wanted to talk about the Role Attribute. &amp;nbsp;This piece of XHTML2 is a deceptively simple attribute. &amp;nbsp;It&#39;s purpose is to help content authors label an element with it&#39;s role or roles within a document. Why do elements have roles? &amp;nbsp;Well &amp;nbsp;- that&#39;s complicated. &amp;nbsp;First, some (more) history...&lt;br /&gt;
&lt;br /&gt;
Sometimes W3C working groups have face to face meetings. &amp;nbsp;At one such meeting of the XHTML working group (at the AOL headquarters in Virginia I think) a group member was wearing their liaison hat between the XHTML working group and the group responsible for accessibility. &amp;nbsp;They REALLY wanted to be able to have sections of the document labeled so that assistive technologies (ATs) could more easily help people with various disabilities use the web more efficiently. &amp;nbsp;In particular, things like navigation areas, headers, footers, content, sidebars... &amp;nbsp;and of course controls. &amp;nbsp;The accessibility liaison thought it was important that we define a base collection of roles, but also that it be possible to dynamically extend that collection of roles easily. The group thought this was a fine idea, and added the role attribute to XHTML2. &amp;nbsp;The base collection has been modified over time - you can see its current form in the &lt;a href=&quot;http://www.w3.org/1999/xhtml/vocab#XHTMLRoleVocabulary&quot; target=&quot;_blank&quot;&gt;Vocabulary Document&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;Fast forward to today. &amp;nbsp;The W3C has today published the Role Attribute as a &lt;a href=&quot;http://www.w3.org/TR/2012/CR-role-attribute-20120712/&quot; target=&quot;_blank&quot;&gt;Candidate Recommendation&lt;/a&gt;. &amp;nbsp;A lot has happened in the W3C community since we started work on this simple attribute, but the basic form of the Role Attribute and its capabilities has not changed much at all. &amp;nbsp;There is an attribute named &#39;role&#39;. &amp;nbsp;It takes a list of zero or more values. &amp;nbsp;These values are either pre-defined TERMs (the things in that vocabulary document), a URI, or a CURIE (a CURIE is a compact URI - a concept defined by &lt;a href=&quot;http://www.w3.org/TR/rdfa-core#s_curies&quot; target=&quot;_blank&quot;&gt;RDFa Core&lt;/a&gt;&lt;span id=&quot;goog_1004672035&quot;&gt;&lt;/span&gt;&lt;span id=&quot;goog_1004672036&quot;&gt;&lt;/span&gt;&lt;a href=&quot;http://www.blogger.com/&quot;&gt;&lt;/a&gt;). &amp;nbsp;Assistive Technologies can use the values of role, in conjunction with other information from the &lt;a href=&quot;http://www.w3.org/TR/wai-aria/&quot; target=&quot;_blank&quot;&gt;ARIA Attributes&lt;/a&gt;, to more-or-less automatically make pages more accessible. RDFa processors can use the information in role attributes to automatically learn more about the semantics of a page.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;This specification is stable now. &amp;nbsp;The attribute works in all modern user agents now. &amp;nbsp;It&#39;s values are interpreted by many assistive technologies already. &amp;nbsp;It is already supported by some RDFa processors, with more on the way. &amp;nbsp;Even though the W3C says people shouldn&#39;t rely upon stuff in Candidate Recommendations because they might not be fully cooked yet, I say go for it. &amp;nbsp;Role works and it can&#39;t hurt. &amp;nbsp;RDFa works well, and is processed by popular search engines like Google and Bing. &amp;nbsp;Telling the browser (and any Assistive Technologies that might be looking at the browser) what the role of the various parts of your web page isn&#39;t just polite, it might help someone use your site more effectively!&lt;/span&gt;</description><link>http://blog.halindrome.com/2012/07/role-attribute-module-years-in-making.html</link><author>noreply@blogger.com (halindrome)</author><thr:total>183</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6036283141717441911.post-5751943797812099750</guid><pubDate>Tue, 31 Jan 2012 22:14:00 +0000</pubDate><atom:updated>2012-01-31T16:14:41.717-06:00</atom:updated><title>W3C Publishes Last Call versions of RDFa Core 1.1 and XHTML+RDFa 1.1</title><description>Today the W3C published new versions of RDFa Core and XHTML+RDFa. These versions are the result of 10 months of work by the W3C RDF Web Applications Working Group, and are expected to be in their nearly-final form.  You can see the full announcement at &lt;a href=&quot;http://www.w3.org/blog/SW/2012/01/31/new-rdfa-drafts-published/&quot;&gt;http://www.w3.org/blog/SW/2012/01/31/new-rdfa-drafts-published/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
You have three weeks to look these over and raise comments. &amp;nbsp;Otherwise, forever hold your peace. &amp;nbsp;We look forward to your input!</description><link>http://blog.halindrome.com/2012/01/w3c-publishes-last-call-versions-of.html</link><author>noreply@blogger.com (halindrome)</author><thr:total>80</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6036283141717441911.post-7154772031607995172</guid><pubDate>Wed, 04 Jan 2012 17:45:00 +0000</pubDate><atom:updated>2012-01-04T11:52:28.905-06:00</atom:updated><title>W3C Publishes First Draft of Media Accessibility Requirements</title><description>The W3C&#39;s Protocols and Formats working group has been working hard to accumulate the requirements for media accessibility. &amp;nbsp;A few months ago I took over as editor of the document. &amp;nbsp;That document has now been released as a &#39;First Public Working Draft&#39; to get feedback from the community. &amp;nbsp;From the abstract:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;div style=&quot;background-color: white; font-family: sans-serif;&quot;&gt;
This document aggregates the accessibility requirements of users with disabilities that the&amp;nbsp;&lt;acronym title=&quot;World Wide Web Consortium&quot;&gt;W3C&lt;/acronym&gt;&amp;nbsp;HTML5 Accessibility Task Force has collected with respect to audio and video on the Web.&lt;/div&gt;

&lt;div style=&quot;background-color: white; font-family: sans-serif;&quot;&gt;
It first provides an introduction to the needs of users with disabilties in relation to audio and video.&lt;/div&gt;

&lt;div style=&quot;background-color: white; font-family: sans-serif;&quot;&gt;
Then it explains what alternative content technologies have been developed to help such users gain access to the content of audio and video.&lt;/div&gt;

&lt;div style=&quot;background-color: white; font-family: sans-serif;&quot;&gt;
A third section explains how these content technologies fit in the larger picture of accessibility, both technically within a Web user agent and from a production process point of view.&lt;/div&gt;

&lt;div style=&quot;background-color: white; font-family: sans-serif;&quot;&gt;
This document is most explicitly not a collection of baseline user agent or authoring tool requirements. It is important to recognize that not all user agents (nor all authoring tools) will support all the features discussed in this document. Rather, this document attempts to supply a comprehensive collection of user requirements needed to support media accessibility in the context of HTML5. As such, it should be expected that this document will continue to develop for some time.&lt;/div&gt;
&lt;/blockquote&gt;
&lt;br /&gt;
Please &lt;a href=&quot;http://www.w3.org/TR/media-accessibility-reqs/&quot;&gt;take a look&lt;/a&gt;.</description><link>http://blog.halindrome.com/2012/01/w3c-publishes-first-draft-of-media.html</link><author>noreply@blogger.com (halindrome)</author><thr:total>45</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6036283141717441911.post-5330636327717102252</guid><pubDate>Thu, 22 Dec 2011 13:48:00 +0000</pubDate><atom:updated>2011-12-22T08:00:38.725-06:00</atom:updated><title>RDFa 1.1-related specs nearing last call</title><description>After ages of development work and negotiation, the &lt;a href=&quot;http://www.w3.org/2010/02/rdfa/&quot;&gt;W3C&#39;s RDF Web Applications Working Group&lt;/a&gt; is finally almost done with RDFa 1.1.  This seemingly simple, incremental change to RDFa 1.0 has taken about a year longer than I expected it to, but the work is solid and has a lot of community support.  We pushed new working drafts recently of &lt;a href=&quot;http://w3.org/TR/rdfa-core&quot;&gt;RDFa Core 1.1&lt;/a&gt;, &lt;a href=&quot;http://w3.org/TR/xhtml-rdfa&quot;&gt;XHTML+RDFa 1.1&lt;/a&gt;, &lt;a href=&quot;http://w3.org/TR/rdfa-lite&quot;&gt;RDFa Lite 1.1&lt;/a&gt;, and the &lt;a href=&quot;http://www.w3.org/TR/rdfa-primer/&quot;&gt;RDFa Primer&lt;/a&gt;.  We are looking for feedback on these over the coming weeks, with a plan to progress to Last Call in mid-January.  &lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;P.S. Yes, I forgot that I had this blog I should be updating.  My bad!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;P.P.S.  Hooray for the Oxford Comma!&lt;/div&gt;</description><link>http://blog.halindrome.com/2011/12/rdfa-11-related-specs-nearing-last-call.html</link><author>noreply@blogger.com (halindrome)</author><thr:total>50</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6036283141717441911.post-5002391954734082300</guid><pubDate>Fri, 17 Dec 2010 21:03:00 +0000</pubDate><atom:updated>2010-12-17T15:08:59.809-06:00</atom:updated><title>Final XHTML2 Working Group documents published</title><description>After a couple of weeks of furious editing and publishing, the XHTML2 work is FINALLY done! You can see most of the gory details at &lt;a href=&quot;http://www.w3.org/News/2010#entry-8982&quot;&gt;the W3C&lt;/a&gt;.  What that article does NOT say, however, is that the working group also completed its work on the RelaxNG implementations of XHTML and XHTML Modularization.  You can find that work as a &lt;a href=&quot;http://www.w3.org/MarkUp/2010/xhtml-m12n-relaxng-20101216/&quot;&gt;free-standing document&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Unfortunately, one thing that did NOT get updated is the XHTML Media Types note.  There are various corrections to this that were pending, but in the end it was too difficult to get it published before the end of the year.  In the near future, I plan to publish those changes independently (and maintain the document as guidance to people who want to write XHTML and have it just work in current user agents).  You can see the &lt;a href=&quot;http://www.w3.org/MarkUp/2010/NOTE-xhtml-media-types-20101216/&quot;&gt;latest draft of this document&lt;/a&gt; if you are interested.</description><link>http://blog.halindrome.com/2010/12/final-xhtml2-working-group-documents.html</link><author>noreply@blogger.com (halindrome)</author><thr:total>441</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6036283141717441911.post-4607953480973587232</guid><pubDate>Sun, 28 Nov 2010 18:15:00 +0000</pubDate><atom:updated>2010-11-28T12:51:00.263-06:00</atom:updated><title>W3C XHTML2 Activity finally winding down</title><description>It&#39;s been a long road.  I first started working with the W3C and it&#39;s XHTML2 (then HTML) Working Group on 27 August 1998.  At the time, I didn&#39;t know that it would become the work of 12+ years.  Sure, I had been involved in standards for a long time.  I started with the IEEE POSIX activity before it was even called POSIX (anyone remember IEEEIX?) - sometime in 1985.  That hobby spiraled into a career, and has served me very, very well.&lt;br /&gt;&lt;br /&gt;So, it is with some regret that I look to the end of my work on XHTML at the W3C.  We did a lot of good work.  Some of that work has been overcome by events, of course.  This industry never sits still.  But, for the record, here are some of the important things this activity developed and delivered:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://w3.org/TR?html401&quot;&gt;HTML 4.01&lt;/a&gt; - last updated in 1999, but still the basis of most of the web.&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://w3.org/TR/xhtml1&quot;&gt;XHTML 1.0&lt;/a&gt; - the first baby step toward a well-formed, valid web.  At its inception, we were all convinced that XML would rule the world, and HTML needed to be based upon XML if it was to survive.  We were a little bit wrong.&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://w3.org/TR/xhtml-media-types&quot;&gt;XHTML Media Types&lt;/a&gt; - a Note that explained how to deliver the new XHTML documents to legacy user agents.  Still relevant and widely used today.  We have a small update for it that might still get published - you can see it &lt;a href=&quot;http://www.w3.org/MarkUp/2010/ED-xhtml-media-types-20100218&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://w3.org/TR/xhtml-modularization&quot;&gt;XHTML Modularization&lt;/a&gt; - a set of building blocks and rules that language designers could use.  M12N is the basis for many activities within and outside of the W3C.  It continues to be used all over the place.  It started out being used only for XML DTDs, but was expanded to XML Schema (finally published recently, but complete for many years).  In the next weeks we will release a final installment of this, &lt;a href=&quot;http://www.w3.org/MarkUp/2010/ED-xhtml-m12n-relaxng-20101126&quot;&gt;XHTML Modularization for RelaxNG&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://w3.org/TR/xml-events&quot;&gt;XML Events&lt;/a&gt; - a declarative way to define events and bind them to elements and observers.  It&#39;s first version was published by the XHTML activity.  It has now been taken over by the XForms activity.  I hope that they will get &lt;a href=&quot;http://www.w3.org/MarkUp/2008/ED-xml-events-20081223&quot;&gt;XML Events 2&lt;/a&gt; out the door at some point.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://w3.org/TR/xhtml11&quot;&gt;XHTML 1.1&lt;/a&gt; - a tight, XML-centric version of XHTML based upon XHTML Modularization.  We published an update to this last week, but it is a stable grammar that can be used anywhere.  It is also the basis for many extended XHTML Grammars.  The update last week makes it possible to validate using XML Schema, and also to use the &#39;lang&#39; attribute to improve use of XHTML 1.1 documents by assistive technologies.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://w3.org/TR/xhtml-basic&quot;&gt;XHTML Basic&lt;/a&gt; - a version of XHTML targeted at the mobile community.&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://w3.org/TR/xhtml-print&quot;&gt;XHTML Print&lt;/a&gt; - a version of XHTML targeted at rendering consistently on printers.&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://w3.org/TR/xforms&quot;&gt;XForms &lt;/a&gt;- an independent activity, but one that started within the XHTML activity.&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://w3.org/TR/rdfa-syntax&quot;&gt;XHTML+RDFa&lt;/a&gt; - another independent activity.  Originally a joint task force of the XHTML2 and Semantic Web working groups.  The &lt;a href=&quot;http://w3.org/TR/rdfa-core&quot;&gt;latest version&lt;/a&gt; builds up this early work, but continues to take advantage of XHTML Modularization for its definitions.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://w3.org/TR/curie&quot;&gt;CURIEs &lt;/a&gt;- a compact expression syntax for URIs.  Used by RDFa, but also potentially by other specifications that need to readily reference resources without using long URIs in attributes.&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://w3.org/TR/role-attribute&quot;&gt;The Role Attribute module&lt;/a&gt; - an independent module to add a role attribute.  Useful for accessibility, but also for general semantic notation.  This work has been taken on by the Protocols and Formats Working Group.&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://w3.org/TR/xhtml-access&quot;&gt;The Access module&lt;/a&gt; - an independent module to add an access element.  This element would allow binding of &#39;keys&#39; and events to elements.  The original module has no owner, but the general work has been picked up by the Protocols and Formats Working Group.&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://w3.org/TR/xhtml2&quot;&gt;XHTML 2&lt;/a&gt; - a sweeping revision of XHTML.  This work was never completed, but will be published in its current state as a Note.&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.w3.org/MarkUp/2009/ED-xhtml-modularization2-20090123&quot;&gt;XHTML Modularization 2.0&lt;/a&gt; - an update to the modularization framework to accompany XHTML 2.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://w3.org/TR/xframes&quot;&gt;XFrames &lt;/a&gt;- an improvement on traditional HTML framesets.&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.w3.org/MarkUp/2008/ED-xhtml12-20081223&quot;&gt;XHTML 1.2&lt;/a&gt; - a version of XHTML that added the role attribute, the access element, RDFa, and ARIA.  This was never a formal deliverable, but was a logical extension of the work.&lt;/li&gt;&lt;/ul&gt;Wow.  I have never typed that all out before!  Along the way we developed an entire publication infrastructure, including our own internal markup language (xhtmlspec) for annotating sources.  I am proud to have served with my colleagues on this activity.  I think we did solid work.  While some of this work will never come to fruition, most of it was and will continue to be used throughout the internet every day.&lt;br /&gt;&lt;br /&gt;I will of course continue to work with this community going forward.  I remain active in the RDFa and Protocols and Formats activity.  I hope to assist ISO in its publication of the RelaxNG Modularization framework.  And I am keeping an eye out for the next interesting 12 year project.  And no, it&#39;s not HTML5!</description><link>http://blog.halindrome.com/2010/11/w3c-xhtml2-activity-finally-winding.html</link><author>noreply@blogger.com (halindrome)</author><thr:total>234</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6036283141717441911.post-2830073788842350075</guid><pubDate>Thu, 29 Jul 2010 18:38:00 +0000</pubDate><atom:updated>2010-07-29T13:41:57.424-05:00</atom:updated><title>XHTML Modularization 1.1 updated</title><description>The XHTML 2 Working Group at the W3C has published an update to &lt;a href=&quot;http://www.w3.org/TR/xhtml-modularization/&quot;&gt;XHTML Modularization&lt;/a&gt;.  This update is exciting for two reasons:  First, because it means the XHTML 2 Working Group is finally almost done with its wrap up work and can shut down.  Second, because the document is the first W3C Recommendation to be published in &lt;a href=&quot;http://www.w3.org/TR/rdfa-syntax/&quot;&gt;XHTML+RDFa&lt;/a&gt; - a dialect of XHTML that embeds semantic markup.  There will be lots of W3C recommendations coming out in this format going forward, but... for today, I get to say &quot;First!&quot;&lt;br /&gt;&lt;br /&gt;Next up:  &lt;a href=&quot;http://www.w3.org/TR/xhtml-basic/&quot;&gt;XHTML Basic 1.1&lt;/a&gt;, &lt;a href=&quot;http://www.w3.org/TR/xhtml-print/&quot;&gt;XHTML Print&lt;/a&gt;, and &lt;a href=&quot;http://www.w3.org/TR/xhtml11/&quot;&gt;XHTML 1.1&lt;/a&gt; are all being updated to address some minor issues and to add XML Schema implementations. &lt;br /&gt;&lt;br /&gt;After that, the working group will publish notes about XHTML 2 and XHTML Modularization using RelaxNG.  Then we can finally, finally, finally close the doors.</description><link>http://blog.halindrome.com/2010/07/xhtml-modularization-11-updated.html</link><author>noreply@blogger.com (halindrome)</author><thr:total>75</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6036283141717441911.post-4895838400556365520</guid><pubDate>Fri, 23 Apr 2010 22:03:00 +0000</pubDate><atom:updated>2010-04-23T17:04:39.930-05:00</atom:updated><title>Working for yourself AND having a family</title><description>There is a thought provoking conversation starting at &lt;a href=&quot;http://forum.worklifecreativity.net/index.php/topic,472.msg2302.html#msg2302&quot;&gt;Working for yourself AND having a family.&lt;/a&gt;  Even if you don&#39;t work for yourself, I bet you have ideas about how to balance life and work.</description><link>http://blog.halindrome.com/2010/04/working-for-yourself-and-having-family.html</link><author>noreply@blogger.com (halindrome)</author><thr:total>46</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6036283141717441911.post-8787822810173897426</guid><pubDate>Thu, 22 Apr 2010 15:13:00 +0000</pubDate><atom:updated>2010-04-22T10:14:47.580-05:00</atom:updated><title></title><description>The W3C RDFa Working Group has published first drafts of the new RDFa Core and XHTML+RDFa specifications (I am the editor on these).  You can see the news at the &lt;a href=&quot;http://www.w3.org/News/2010#entry-8777&quot;&gt;archive&lt;/a&gt;.</description><link>http://blog.halindrome.com/2010/04/w3c-rdfa-working-group-has-published.html</link><author>noreply@blogger.com (halindrome)</author><thr:total>152</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6036283141717441911.post-8114434967238025232</guid><pubDate>Fri, 16 Apr 2010 17:26:00 +0000</pubDate><atom:updated>2010-04-16T12:28:27.024-05:00</atom:updated><title>XHTML Modularization 1.1 Second Edition published</title><description>After ages and ages, the XHTML2 Working Group of the W3C has published an updated to their core document - XHTML Modularization.  This update is currently a Proposed Edited Recommendation.  Assuming all goes well, it will become a formal recommendation in about a month.  You can see more about it, review the changes, and comment on it via &lt;a href=&quot;http://www.w3.org/TR/xhtml-modularization&quot;&gt;http://www.w3.org/TR/xhtml-modularization&lt;/a&gt;.</description><link>http://blog.halindrome.com/2010/04/xhtml-modularization-11-second-edition.html</link><author>noreply@blogger.com (halindrome)</author><thr:total>54</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6036283141717441911.post-2371840754025556690</guid><pubDate>Wed, 07 Apr 2010 23:19:00 +0000</pubDate><atom:updated>2010-04-07T18:19:55.890-05:00</atom:updated><title>Linked Data Patterns</title><description>This publication: &lt;a href=&quot;http://patterns.dataincubator.org/book/&quot;&gt;Linked Data Patterns&lt;/a&gt; has some interesting ideas and hints about how to present structured data.  It dovetails nicely with my current work on &lt;a href=&quot;http://www.w3.org/2010/02/rdfa/drafts&quot;&gt;RDFa&lt;/a&gt; and general interest in ensuring that computers can readily derive meaning from content.</description><link>http://blog.halindrome.com/2010/04/linked-data-patterns.html</link><author>noreply@blogger.com (halindrome)</author><thr:total>51</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6036283141717441911.post-3036138981296690213</guid><pubDate>Tue, 06 Apr 2010 01:02:00 +0000</pubDate><atom:updated>2010-04-05T20:02:34.250-05:00</atom:updated><title>Last Week in HTML5: don&#39;t let him take HTML back</title><description>Normally, I don&#39;t pay attention to Mr. Last Week.  Oh, who am I kidding.  I think he is hysterical.  But this.  This is a serious winner.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://lastweekinhtml5.blogspot.com/2010/04/dont-let-him-take-html-back.html&quot;&gt;Last Week in HTML5: don&#39;t let him take HTML back&lt;/a&gt;</description><link>http://blog.halindrome.com/2010/04/last-week-in-html5-dont-let-him-take.html</link><author>noreply@blogger.com (halindrome)</author><thr:total>71</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6036283141717441911.post-4538109873974523405</guid><pubDate>Mon, 13 Jul 2009 15:12:00 +0000</pubDate><atom:updated>2009-07-13T11:08:57.635-05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">W3C</category><category domain="http://www.blogger.com/atom/ns#">XHTML</category><title>I&#39;ve still got the greatest enthusiasm and confidence in the mission</title><description>(part 2 in my continuing exploration of what went wrong with &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_0&quot;&gt;XHTML&lt;/span&gt; at the W3C)&lt;br /&gt;&lt;br /&gt;Okay... it&#39;s a week later, and I have a little distance from the original &lt;a href=&quot;http://www.w3.org/News/2009#item119&quot;&gt;event&lt;/a&gt;. The &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_1&quot;&gt;XHTML&lt;/span&gt; 2 Working Group had its regular meeting on Wednesday, just as we have for the last many, many years. At that meeting, we continued to make progress on resolving issues so that we can update some of the existing &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_2&quot;&gt;Recommendations&lt;/span&gt; and move other documents to Note status (see our &lt;a href=&quot;http://www.w3.org/MarkUp/Drafts&quot;&gt;Drafts page&lt;/a&gt; for what is being worked on).&lt;br /&gt;&lt;br /&gt;While we were doing that, we of course were whining a little about the &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_3&quot;&gt;announcement&lt;/span&gt;. Mostly because the working group was not really consulted nor informed. Everyone in the group had learned about it from the press, not from the W3C. Yet another example of the masterful &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_4&quot;&gt;mismanagement&lt;/span&gt;. Don&#39;t get me wrong - we all had heard inklings, but there had been no decision made that we knew about. The &lt;a href=&quot;http://www.w3.org/2009/06/xhtml-faq.html&quot;&gt;FAQ &lt;/a&gt;that was published was produced without consulting the working group either. So basically we learned about our future work by reading that document too. &lt;span class=&quot;blsp-spelling-corrected&quot; id=&quot;SPELLING_ERROR_5&quot;&gt;Unbelievable&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;Despite these (typical) events, &lt;span style=&quot;font-style: italic;&quot;&gt;I&#39;ve still got the greatest enthusiasm and confidence in the mission&lt;/span&gt; (Dave). No, seriously. I do. The W3C is the worst form of standards production except all the others that have been tried (apologies to Winston Churchill). The &lt;span style=&quot;font-style: italic;&quot;&gt;model&lt;/span&gt; on which the W3C is built is one that makes sense if applied correctly. Get motivated, funded &lt;span class=&quot;blsp-spelling-corrected&quot; id=&quot;SPELLING_ERROR_6&quot;&gt;professionals&lt;/span&gt; who are experts in their field together and ask them to achieve consensus on the &lt;span class=&quot;blsp-spelling-corrected&quot; id=&quot;SPELLING_ERROR_7&quot;&gt;codification&lt;/span&gt; of some technology. Then show their work to a broader collection of experts and ensure it makes sense and integrates with the overall &lt;span class=&quot;blsp-spelling-corrected&quot; id=&quot;SPELLING_ERROR_8&quot;&gt;architecture&lt;/span&gt;. Assuming it does, call it a &quot;standard&quot; and get people to support and use it.&lt;br /&gt;&lt;br /&gt;This model is simple and clean. It probably even works when there are relatively few of these groups of experts working on a cohesive set of &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_9&quot;&gt;deliverables&lt;/span&gt; (&lt;a href=&quot;http://opengroup.org/&quot;&gt;The Open Group&lt;/a&gt; is a great example of where this has succeeded by keeping the focus tight).  Where it seems to fall down is when the keepers of the &lt;span class=&quot;blsp-spelling-corrected&quot; id=&quot;SPELLING_ERROR_10&quot;&gt;architecture&lt;/span&gt; lose control. At its outset, the keeper of the W3C vision was &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_11&quot;&gt;TimBL&lt;/span&gt;.  Sure, he had minions to do his bidding, but in general they were mouthpieces for Tim.  As the work of the W3C got more and more complex, the &lt;span class=&quot;blsp-spelling-corrected&quot; id=&quot;SPELLING_ERROR_12&quot;&gt;responsibility&lt;/span&gt; for the vision was passed on to various groups who were charged with maintaining their bit.&lt;br /&gt;&lt;br /&gt;I desperately want to believe there was a long term strategy for the web motivating all the work the W3C&#39;s Advisory Committee, Technical &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_13&quot;&gt;Architecture&lt;/span&gt; Group, Advisory Board, HTML &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_14&quot;&gt;Coordination&lt;/span&gt; Group, etc. were chartering all these years.  But I think that by pushing the &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_15&quot;&gt;responsibility&lt;/span&gt; further and further down the stack and at the same time getting distracted by other external activities like the &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_16&quot;&gt;WHATWG&lt;/span&gt; and the new World Wide Web Foundation, that strategy got &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_17&quot;&gt;miscommunicated&lt;/span&gt; or diluted or just lost.  In any event, we now have a serious problem.&lt;br /&gt;&lt;br /&gt;What&#39;s the problem?  The &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_18&quot;&gt;organization&lt;/span&gt; with the primary &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_19&quot;&gt;responsibility&lt;/span&gt; for taking the web forward has two competing sets of activities.  There&#39;s the browser-centric work - this includes HTML5, &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_20&quot;&gt;CSS&lt;/span&gt;, and the Rich Web Client Activity (HTML DOM stuff, Widgets, &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_21&quot;&gt;XMLHTTPRequest&lt;/span&gt; etc.). Then there&#39;s the web-centric work - this includes XML, &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_22&quot;&gt;XPath&lt;/span&gt;, &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_23&quot;&gt;Xinclude&lt;/span&gt;, XML Schema, &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_24&quot;&gt;RDF&lt;/span&gt;, OWL, etc.  And while these sets of activities &lt;span style=&quot;font-style: italic;&quot;&gt;could&lt;/span&gt; be designed to dovetail together, the browser-centric work seems to be ignoring the rest of the work.&lt;br /&gt;&lt;br /&gt;I have seen some people argue that the W3C&#39;s focus on the semantic web and the XML tool chain has neglected even the most basic maintenance of its (wildly successful) previous deliverable - HTML.  I think I can safely say that this is true.  Moreover, I am one of the people who helped make it true.  The (former) HTML Working Group had &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_25&quot;&gt;responsibility&lt;/span&gt; for maintaining HTML 4, and we elected not to update it.  It was too much work, and we were focusing upon &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_26&quot;&gt;XHTML&lt;/span&gt;, &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_27&quot;&gt;XHTML&lt;/span&gt; M12N, &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_28&quot;&gt;XForms&lt;/span&gt;, XML Events, etc.  We had some members who volunteered to help process incoming comments on HTML 4 and produce errata, but in the end it never seemed to happen.  So yeah, I and the rest of the (former) HTML Working Group are culpable.&lt;br /&gt;&lt;br /&gt;Thank goodness the Google and the browser vendors came to our rescue!   (yes, that was sarcasm).  Now we have swung completely the other direction.  Rather than focusing upon the future, we are clarifying the past.  Oh, and while we are at it, introducing new untested concepts into the &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_29&quot;&gt;specification&lt;/span&gt;, sometimes despite there being standard &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_30&quot;&gt;alternatives&lt;/span&gt; already deployed.  Does this bother anyone else?  Surely, just as it is a mistake to lose sight of the past, it is a mistake to forget about the (envisioned, &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_31&quot;&gt;architected&lt;/span&gt;, long planned for) future?&lt;br /&gt;&lt;br /&gt;HTML5 is here to stay.  I get that.  But that doesn&#39;t mean we have to continue to repeat our mistakes.  Ignoring the HTML4 &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_32&quot;&gt;specification&lt;/span&gt; was a mistake.  Ignoring the &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_33&quot;&gt;XHTML&lt;/span&gt; &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_34&quot;&gt;specification&lt;/span&gt;(s) is also a mistake.  Pretending that the &quot;&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_35&quot;&gt;XHTML&lt;/span&gt;5&quot; part of HTML5 somehow continues the evolution of &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_36&quot;&gt;XHTML&lt;/span&gt; as part of the XML &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_37&quot;&gt;toolchain&lt;/span&gt; is a &lt;span style=&quot;font-weight: bold;&quot;&gt;gigantic&lt;/span&gt; mistake.  HTML5 has no &lt;span class=&quot;blsp-spelling-corrected&quot; id=&quot;SPELLING_ERROR_38&quot;&gt;extensibility&lt;/span&gt; model.  It has no way to incorporate other public or private grammars into the content model.  It &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_39&quot;&gt;has&lt;/span&gt; no model to define and connect &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_40&quot;&gt;RDF&lt;/span&gt; grammars that would expand the semantics of the language.  It has no behavioral rules that describe how user agents must behave that will permit this &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_41&quot;&gt;extensibility&lt;/span&gt; going forward.&lt;br /&gt;&lt;br /&gt;Right now, today, we need to find the strength to say &quot;no!  This is not good enough!&quot;.  We need to ensure that the &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_42&quot;&gt;extensibility&lt;/span&gt; that is the cornerstone of the W3C&#39;s efforts to define the future of the web is not removed.  Because we all know what happens when you remove a cornerstone, right?</description><link>http://blog.halindrome.com/2009/07/ive-still-got-greatest-enthusiasm-and_08.html</link><author>noreply@blogger.com (halindrome)</author><thr:total>203</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6036283141717441911.post-8425056682812150757</guid><pubDate>Thu, 09 Jul 2009 14:59:00 +0000</pubDate><atom:updated>2009-07-09T10:01:21.907-05:00</atom:updated><title>I&#39;m not *quite* dead!</title><description>Steven Pemberton (co-Chair of the XHTML2 Working Group at the W3C) &lt;a href=&quot;http://www.pemberton.nl/vandf/2009/07/xhtml2-not-dead.html&quot;&gt;posted a summary&lt;/a&gt; of where the activity is and where it is going.  It&#39;s a worthwhile read!</description><link>http://blog.halindrome.com/2009/07/im-not-quite-dead.html</link><author>noreply@blogger.com (halindrome)</author><thr:total>56</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6036283141717441911.post-4302951355850212549</guid><pubDate>Sat, 04 Jul 2009 05:34:00 +0000</pubDate><atom:updated>2009-07-08T12:13:45.568-05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">W3C</category><category domain="http://www.blogger.com/atom/ns#">XHTML</category><title>W3C, you ignorant slut!</title><description>[With apologies to Jane &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_0&quot;&gt;Curtin&lt;/span&gt;]&lt;br /&gt;&lt;br /&gt;You know.... some people just don&#39;t get it. Most likely, most of the time, I am one of those people. This week, I get a pass. Because the management at the W3C have taken the cake, as it were. They have grabbed up all the &quot;just don&#39;t get it&quot; supply there is. The rest of us, for this week, can do whatever we want and still be as right as rain.&lt;br /&gt;&lt;br /&gt;What did they do to achieve this? Well... They lost sight of their goals. They basically forgot that there was a plan that was going to take the web from HTML 3.2 to extensible grammars and follow-your-nose semantic magic. They forgot that there was a path to a web that was not just connected, but also accessible and meaningful. In a word, they gave in to the seductive siren call of HTML5.&lt;br /&gt;&lt;br /&gt;(Disclaimer. I have been involved in the HTML and &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_1&quot;&gt;XHTML&lt;/span&gt; activities at the W3C since 1996. I am the lead editor for most of the &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_2&quot;&gt;XHTML&lt;/span&gt; &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_3&quot;&gt;specifications&lt;/span&gt;, and I have great passion for the X in &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_4&quot;&gt;XHTML&lt;/span&gt; - &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_5&quot;&gt;extensibility&lt;/span&gt;.)&lt;br /&gt;&lt;br /&gt;What&#39;s wrong with HTML5? Nothing. Everything. Parts. Depends on what problem you are trying to solve. IMHO, at its core, HTML5 is just a really, really bad idea. The primary design principle for this &lt;span style=&quot;font-style: italic;&quot;&gt;language&lt;/span&gt; is &quot;codify everything in use on the net, everywhere, no matter how broken, as long as &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_6&quot;&gt;Hixie&lt;/span&gt; has seen it at least once and thinks it is useful&quot;. How can that possibly be helpful (to anyone other than &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_7&quot;&gt;Hixie&lt;/span&gt; or Google)? I mean, sure... if you were writing a guide for the next browser &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_8&quot;&gt;manufacturer&lt;/span&gt; to come in and create a new browser that would be able to handle every broken web page on the planet, this would be a useful tool. But that&#39;s not a standard. That&#39;s an &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_9&quot;&gt;implementors&lt;/span&gt; guide. There are between 5 and 15 actual user agent &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_10&quot;&gt;implementors&lt;/span&gt; in the world. There are &lt;span style=&quot;font-style: italic;&quot;&gt;millions&lt;/span&gt; of web content authors. How is it that the 15 (I&#39;m feeling &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_11&quot;&gt;magnaminous&lt;/span&gt;) are more important than the millions? I don&#39;t know. Let&#39;s ask &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_12&quot;&gt;TimBL&lt;/span&gt; - father of the web and master of all things W3C.&lt;br /&gt;&lt;br /&gt;Oh. Wait. We can&#39;t. Tim recently got a promotion. Someone coughed up a bunch of money so he could form the World Wide Web Foundation (ironically, an &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_13&quot;&gt;organization&lt;/span&gt; that can&#39;t put up a web page &lt;a href=&quot;http://validator.w3.org/check?verbose=1&amp;amp;uri=http%3A%2F%2Fwww.webfoundation.org%2F&quot;&gt;that is valid!&lt;/a&gt;). He&#39;s off playing in a new sandbox.  But I&#39;m sure he hasn&#39;t forgotten us.  After all, at the W3C the &lt;span style=&quot;font-style: italic;&quot;&gt;Director&lt;/span&gt; has absolute authority. Nothing can start or finish in the W3C without his approval. Oh Tim! Where are you when we need you most?&lt;br /&gt;&lt;br /&gt;Or do we need you?  It was under your leadership that &lt;a href=&quot;http://dig.csail.mit.edu/breadcrumbs/node/166&quot;&gt;this whole mess got started&lt;/a&gt;. It was you who decided to irreparably damage the brand(s) of the W3C by ceding control of the web to the &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_14&quot;&gt;WHATWG&lt;/span&gt;. What were you thinking? I assume you were under pressure from the browser vendors. I assume those 4 out of your ~400 members were saying &quot;hey, we don&#39;t want to implement XML-based semantic web. It&#39;s &lt;span style=&quot;font-style: italic;&quot;&gt;&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_15&quot;&gt;haaaaaard&lt;/span&gt; &lt;/span&gt;(insert whine here)&quot;.&lt;br /&gt;&lt;br /&gt;Well, guess what?  It &lt;span style=&quot;font-style: italic;&quot;&gt;is&lt;/span&gt; hard.  So What(&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_16&quot;&gt;WG&lt;/span&gt;)?  The W3C has a clear mandate from its members.  From its advisory committee.  And that mandate is spelled out pretty well in the W3C&#39;s mission statement: &quot;To lead the World Wide Web to its full potential by developing protocols and guidelines that ensure long-term growth for the Web.&quot;  In what way is locking the web into a browser-developer controlled, non-extensible, non-XML language &quot;&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_17&quot;&gt;ensur&lt;/span&gt;(&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_18&quot;&gt;ing&lt;/span&gt;) long-term growth for the Web?&quot;&lt;br /&gt;&lt;br /&gt;In my opinion, it&#39;s not.  Instead, it is shackling the web content developers (like me) into the tag-soup &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_19&quot;&gt;architecture&lt;/span&gt; of the 90&#39;s.  There is nothing about HTML5 that represents long-term growth.  Nothing that represents industry consensus about how the structure of web content should mature so that it is accessible to the handicapped.  Nothing that makes it easier to markup content with its semantics in an extensible way.  Nothing that allows the use of long-agreed upon W3C &lt;span class=&quot;blsp-spelling-corrected&quot; id=&quot;SPELLING_ERROR_20&quot;&gt;Recommendations&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;Actually, that&#39;s the saddest part of this whole story.  The W3C is an &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_21&quot;&gt;organization&lt;/span&gt; that has spent many years developing &quot;&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_22&quot;&gt;Recommendations&lt;/span&gt;&quot; (read &quot;standards&quot; when I say that) that support its core &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_23&quot;&gt;architecture&lt;/span&gt;.  XML, XML &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_24&quot;&gt;Namespaces&lt;/span&gt;, &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_25&quot;&gt;XHTML&lt;/span&gt;, &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_26&quot;&gt;MathML&lt;/span&gt;, &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_27&quot;&gt;SVG&lt;/span&gt;, &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_28&quot;&gt;RDF&lt;/span&gt;, OWL, etc.  All of these are designed to work together to support the long term vision of the &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_29&quot;&gt;organization&lt;/span&gt; - one that promotes dynamic &lt;span class=&quot;blsp-spelling-corrected&quot; id=&quot;SPELLING_ERROR_30&quot;&gt;extensibility&lt;/span&gt; of the &quot;web&quot; by different groups at different times.  The HTML5 activity ignores this fundamental guiding principle of the W3C.  Instead, the HTML5 activity seems to believe that if it isn&#39;t written down in their &lt;span class=&quot;blsp-spelling-corrected&quot; id=&quot;SPELLING_ERROR_31&quot;&gt;specification&lt;/span&gt;, it doesn&#39;t exist.  And if it is was written down elsewhere, but not in a way that is &lt;span style=&quot;font-weight: bold;&quot;&gt;absolutely perfect&lt;/span&gt; according to the arbitrary and capricious rules of the HTML5 editor, then it needs to be re-written, solidified, and while they are at it &lt;span style=&quot;font-style: italic;&quot;&gt;changed&lt;/span&gt; in ways the original authors never intended (see their &lt;a href=&quot;http://www.w3.org/TR/html5/infrastructure.html#urls&quot;&gt;&lt;span class=&quot;blsp-spelling-corrected&quot; id=&quot;SPELLING_ERROR_32&quot;&gt;redefinition&lt;/span&gt; of what a URL is&lt;/a&gt; or their &lt;a href=&quot;http://www.w3.org/TR/html5/history.html#other-link-types&quot;&gt;relegation of the definition of rel attribute values to the &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_33&quot;&gt;WHATWG&lt;/span&gt;&lt;/a&gt;).  Or worse yet, replaced completely by something competing and &lt;span class=&quot;blsp-spelling-corrected&quot; id=&quot;SPELLING_ERROR_34&quot;&gt;incompatible&lt;/span&gt; (e.g., &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_35&quot;&gt;RDFa&lt;/span&gt; vs the&lt;span style=&quot;font-style: italic;&quot;&gt; &lt;/span&gt;much maligned&lt;span style=&quot;font-style: italic;&quot;&gt; &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_36&quot;&gt;microdata&lt;/span&gt;&lt;/span&gt;).&lt;br /&gt;&lt;br /&gt;So, I was wrong. We do need &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_37&quot;&gt;TimBL&lt;/span&gt;, or &lt;span style=&quot;font-style: italic;&quot;&gt;someone &lt;/span&gt;in the W3C management to stand up and say &quot;bullshit!  This is wrong.  The work that is going on in the HTML5 activity is &lt;span class=&quot;blsp-spelling-corrected&quot; id=&quot;SPELLING_ERROR_38&quot;&gt;inconsistent&lt;/span&gt; with the W3C goals for the web.&quot; The web community needs leadership with vision, not blinders.  It needs an eye toward the future, not a detailed, Hubble-&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_39&quot;&gt;esque&lt;/span&gt; view of the distant past.  Oh Sir Tim, where are you when we need you most?</description><link>http://blog.halindrome.com/2009/07/w3c-you-ignorant-slut.html</link><author>noreply@blogger.com (halindrome)</author><thr:total>98</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6036283141717441911.post-2199014616329617754</guid><pubDate>Fri, 30 Jan 2009 14:34:00 +0000</pubDate><atom:updated>2009-01-30T08:38:02.554-06:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">HTML</category><category domain="http://www.blogger.com/atom/ns#">Portability</category><category domain="http://www.blogger.com/atom/ns#">XHTML</category><title>XHTML 2 Media Types is updated!</title><description>Okay - this took way too long.  But finally the &lt;a href=&quot;http://w3.org/TR/xhtml-media-types&quot;&gt;XHTML Media Types&lt;/a&gt; document has been updated!  This document, first released in 2002, was meant to illustrate the various media types that XHTML could be served as, and how to decide when to use which.  Unfortunately, the document was not really maintained and quickly became irrelevant.  This new version is much more focused than the previous one.  It also gathers together in one place this guidance and the information about what to do and NOT do when writing XHTML that can be delivered to HTML user agents (like Internet Explorer) and also to XHTML user agents (like Firefox).  This is a MAJOR step forward.&lt;br /&gt;&lt;br /&gt;Still more to do, of course.  The world of standards never sleeps.  It does, however, rest its eyes from time to time.</description><link>http://blog.halindrome.com/2009/01/xhtml-2-media-types-is-updated.html</link><author>noreply@blogger.com (halindrome)</author><thr:total>56</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6036283141717441911.post-800485191965153733</guid><pubDate>Fri, 02 Jan 2009 16:37:00 +0000</pubDate><atom:updated>2009-01-02T17:18:57.823-06:00</atom:updated><title>Experimenting with DreamHost</title><description>I decided to go a little crazy and get a Dreamhost account.  I have been using dedicated server hosting companies for years now, but they are so expensive and their hosting agreements are so draconian that I am just sick of it. So, as of today...  I am trying out a shared hosting service.&lt;br /&gt;&lt;br /&gt;I know, I know...  Everyone uses shared hosting.  I have been helping out with some projects that use it, and other than performance issues every now and then, it has seemed fine.  Add to that the benefit of making someone else deal with the networking infrastructure, backups, and other nonsense and I suppose it was a no-brainer.  I guess I am just slow.&lt;br /&gt;&lt;br /&gt;So, for now, I am setting up &quot;halindrome.com&quot; in Dreamhost.  I will point a subdomain from that new server here for blogging, since I really like the &quot;Blogger&quot; service.  More about this as I learn more about the service and its hiccups.</description><link>http://blog.halindrome.com/2009/01/experimenting-with-dreamhost.html</link><author>noreply@blogger.com (halindrome)</author><thr:total>68</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6036283141717441911.post-2080887375346191078</guid><pubDate>Wed, 31 Dec 2008 03:49:00 +0000</pubDate><atom:updated>2008-12-30T21:52:22.527-06:00</atom:updated><title>What I&#39;m Reading</title><description>I don&#39;t normally write about my life... but I am reading a really silly, mind candy book series that I think everyone who wants to escape a little from the world would enjoy.&lt;br /&gt;&lt;br /&gt;Kim Harrison has developed the &quot;Hollows&quot; series - basically a detective series where the herors are supernatural.  The first book, &lt;a href=&quot;http://www.amazon.com/gp/product/0060572965?ie=UTF8&amp;amp;tag=xyzznothhapp-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=0060572965&quot;&gt;Dead Witch Walking (The Hollows, Book 1)&lt;/a&gt;&lt;img src=&quot;http://www.assoc-amazon.com/e/ir?t=xyzznothhapp-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=0060572965&quot; alt=&quot;&quot; style=&quot;border: medium none  ! important; margin: 0px ! important; display: none;&quot; border=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;, is a wonderful romp.  Fast paced, slightly racy, an easy read.  Try it!  You&#39;ll like it!</description><link>http://blog.halindrome.com/2008/12/what-im-reading.html</link><author>noreply@blogger.com (halindrome)</author><thr:total>117</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6036283141717441911.post-6832379694915106694</guid><pubDate>Thu, 04 Sep 2008 16:20:00 +0000</pubDate><atom:updated>2008-09-04T11:42:55.323-05:00</atom:updated><title>RDFa is a Proposed Recommendation!</title><description>After ages of hard work, the W3C has finally promoted the XHTML+RDFa language definition and the processing rules for RDFa to &lt;a href=&quot;http://www.w3.org/TR/2008/PR-rdfa-syntax-20080904/&quot;&gt;Proposed Recommendation&lt;/a&gt; status.  This document represents a substantial advance for people who want to annotate their web pages with semantic markup:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;It is completely compatible with existing popular user agents.&lt;/li&gt;&lt;li&gt;There are lots of implementations out there already that support extracting semantics marked up via RDFa.&lt;/li&gt;&lt;li&gt;It is already in use by the Yahoo! &lt;a href=&quot;http://developer.yahoo.com/searchmonkey/&quot;&gt;SearchMonkey &lt;/a&gt;engine.&lt;/li&gt;&lt;li&gt;Popular user agent plugins such as Operator and Fuzzbot already understand it.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;While the mechanism is not explicitly defined (yet) it is possible to use the same markup in HTML and XHTML pages and get the same semantics.&lt;/li&gt;&lt;li&gt;Unlike microformats, the idiom for annotating your content does not conflict with the normal semantics of (X)HTML (e.g., the class attribute, the title attribute, and abbr).&lt;/li&gt;&lt;/ul&gt;Why would you want to use RDFa?  For the same reason you want to use microformats.  Because you care about machines understanding what is on your page, not just humans.&lt;br /&gt;&lt;br /&gt;For lots more information on how to start using RDFa right now, see the &lt;a href=&quot;http://www.rdfa.info/&quot;&gt;rdfa.info&lt;/a&gt; web site.</description><link>http://blog.halindrome.com/2008/09/rdfa-is-proposed-recommendation.html</link><author>noreply@blogger.com (halindrome)</author><thr:total>56</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6036283141717441911.post-5373020717259511338</guid><pubDate>Thu, 04 Sep 2008 01:30:00 +0000</pubDate><atom:updated>2008-09-04T09:32:48.332-05:00</atom:updated><title>Why we do what we do...</title><description>An open letter to my standards making colleagues:&lt;br /&gt;&lt;br /&gt;There are 4 classes of problems people like us work on solving:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Yesterday problems.  Also known as &quot;fighting the last war&quot;.  I  don&#39;t think any of us want to work on semantic markup for  yesterday.  The W3C doesn&#39;t usually work on yesterday problems,  except when updating an old recommendation to incorporate errata  or something. &lt;/li&gt;&lt;li&gt;Today problems.  Problems that lots of people are still running into, and where a quick solution, even if it is &quot;hacky&quot;, would have immediate benefit if it had wide support. &lt;a href=&quot;http://www.w3.org/TR/2008/WD-wai-aria-20080806/&quot;&gt;WAI-ARIA&lt;/a&gt; could have been such a solution were it actually quick. &lt;a href=&quot;http://www.microformats.org/&quot;&gt; Microformats &lt;/a&gt;are another good example.  In general the W3C does not look at this type of problem because the processes are too long and frankly the market will deal with them before we ever could.  However, I see &lt;a href=&quot;http://www.w3.org/TR/xhtml-access/&quot;&gt;XHTML Access&lt;/a&gt; and &lt;a href=&quot;http://www.w3.org/TR/xhtml-role/&quot;&gt;XHTML Role&lt;/a&gt; as fitting into this category.  Should have been completed sooner, but whatever. &lt;/li&gt;&lt;li&gt;Tomorrow problems.  Problems that cutting edge people are running into now, and that lots of people are going to run into really soon.  This is where the W3C should focus its energy, and certainly where we have been looking in the recent past.  &lt;a href=&quot;http://www.w3.org/TR/rdfa-syntax/&quot;&gt;RDFa&lt;/a&gt; is a solution to a &quot;tomorrow problem&quot; in my mind.  If we can quickly show how to map it to microformats, then it is also a solution to a today problem and will help the people using the solution also survive into tomorrow. &lt;/li&gt;&lt;li&gt;Someday problems.  Problems that &lt;span style=&quot;font-style: italic;&quot;&gt;visionaries&lt;/span&gt; have decided are where the industry is heading, and for which we need to start developing solutions now because it is going to take forever.       This type of work has no place in the standards community. Instead, this is called &quot;research&quot; and there are appropriate places to do it.  The W3C is not a good venue for cutting edge research.&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt; HTML 4 is a today problem.  Finding a way to help people with that  problem interact with the semantic web seems like a major win.  Microformats is a today problem in that it does not scale.  Finding a  way to bring them into the fold of RDFa seems like another major win.   Doing both is a HUGE win.&lt;br /&gt;&lt;br /&gt;XHTML / XML grammars and easy annotation is a today problem and a  tomorrow problem.  We need a quick bridge, and we need a long term  solution.  I think we have both in the XHTML RDFa module.&lt;br /&gt;&lt;br /&gt;Improved accessibility is a today problem and a tomorrow problem.  We have the start of some long term solutions with the Access and Role modules.  These, coupled with dymanic semantics defined through RDF vocabularies are a great way to start making the web a more friendly place for people with disabilities.&lt;br /&gt;&lt;br /&gt;Combining these technologies with WAI-ARIA into a new version of XHTML solves a today problem and a tomorrow problem.  And, even better, it will work in existing user agents right now.  We don&#39;t need to wait for the browser vendors to implement anything.  That&#39;s surely the right place for us to be focusing our energies.&lt;br /&gt;&lt;br /&gt;That&#39;s my opinion.  That&#39;s what I am working toward.  It might be a  little head in the sand, but I sleep well at night and I am confident  that we can declare victory very very soon.  I invite you all to work with me on solving today and tomorrow problems.  It&#39;s fun.  It&#39;s rewarding.  I doubt the people working on someday problems  can say the same.</description><link>http://blog.halindrome.com/2008/09/why-we-do-what-we-do.html</link><author>noreply@blogger.com (halindrome)</author><thr:total>61</thr:total></item></channel></rss>