<div class="gmail_quote">On Sun, Nov 2, 2008 at 3:53 AM, Pentasis <span dir="ltr">&lt;<a href="mailto:pentasis@lavabit.com">pentasis@lavabit.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
 &nbsp;* As a style sheet selector (when an author wishes to assign style<br>
information to a set of elements).<br>
 &nbsp;* For general purpose processing by user agents.&quot;<br>
<br>
The first role is clear, it is used for styles (not semantics)<br>
</blockquote>
<br>
Ian answered to this. You&#39;ll similarly or identically style elements<br>
with similar or identical meaning; in other words, you&#39;ll attach style<br>
to semantics, so your class names are likely to markup your document<br>
with additional semantics.<br>
</blockquote>
<br>
That is exactly why I think it is wrong. It gives me less flexibility. It means I must either style all footnotes (or whatever) the same, or introduce more classes/ids to style them differently and in that case I create a situation in which some classes are pure semantic and others are only there for style reasons and have a less than perfect semantic name (&quot;footnote-style-1&quot; for example).</blockquote>
<div><br></div><div>No, you&#39;re misunderstanding. &nbsp;*Why* are you styling some footnotes differently? &nbsp;</div><div><br></div><div>Is it because they&#39;re in a different section, and you want them to match with the section-wide style? &nbsp;In that case, there&#39;s no need for extra classes. &nbsp;As long as each section is wrapped in a container with an appropriate class or id, you can then use a contextual selector to target footnotes in each section and style them differently.</div>
<div><br></div><div>Is it because they are fundamentally a different kind of footnote? &nbsp;Then of course you need more classes. &nbsp;Just giving them a single &quot;footnote&quot; class is obviously not expressing your semantics appropriately. &nbsp;This doesn&#39;t require any style-oriented classes, just some additional classes that more specifically express the separate roles your footnotes are filling.</div>
<div><br></div><div>Is it because you&#39;ve decided you want your footnotes to have different styles for purely aesthetic reasons? &nbsp;Then yes, in this case you either need to tag every footnote with an #id and style them directly, or give out purely aesthetic classes. &nbsp;Either way will require a lot of work - up-front with the id strategy, and continuing with the class strategy (since you&#39;ll need to go back in and change every class as you change your mind on aesthetics).</div>
<div><br></div><div>Don&#39;t get me wrong - there is obviously a correlation between semantics and style in that the amount of semantics I put into a document is a reflection of how much style control I want. &nbsp;This is not because I invent semantics just for styling, but rather because I am lazy and don&#39;t have the time or patience to accurately describe all of the semantics of the document (actually, this is likely an impossible task, as the semantics of a document change when used in different ways). &nbsp;Thus, I describe what is useful to me, which generally means what will help me target my styles and scripts.</div>
<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
the second is<br>
a bit more muddy I think, but the important part there is: &quot;processing BY<br>
user agents&quot;. User agents have no interest in semantics, so I fail to see<br>
here also why classes may be used to define semantic roles.<br>
</blockquote>
<br>
Microformats.<br>
</blockquote>
<br>
Don&#39;t get me wrong, microformats are a good idea, but they lack the construct in standards to be used efficiently. They should not use title or class attributes. They specify a role and pure semantics and have absolutely nothing to do with styling on their own.</blockquote>
<div><br></div><div>You are correct. &nbsp;They *are* pure semantics and have nothing to do with style. &nbsp;Your conclusion that they should thus not use title or class attributes is begging the question, however - you&#39;re assuming that classes are purely stylistic from the start. &nbsp;Microformats were meant to be an example against that - a case where @class is used completely semantically in a way that UAs can understand, rather than the standard effect of a semantic language that only the author understands.</div>
<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The fact that a class should be named &quot;footnote&quot; for example is only so you<br>
will not get in trouble (unlike when you use a name like &quot;red&quot; or &quot;left&quot;).<br>
But this only tells me (the author) that this element should be styled like<br>
a footnote and for the user agent that it should render it like a footnote.<br>
It should not tell me (or anything else) that it IS a footnote. This would<br>
lead inevitably to inflexibility.<br>
</blockquote>
<br>
Why not enclose your footnotes in &lt;aside&gt; elements?<br>
</blockquote>
<br>
Because it isn&#39;t an aside.</blockquote><div><br></div><div>I wish I&#39;d responded to your earlier message here. &nbsp; &quot;The fact that a class should be named &quot;footnote&quot; for example is only so you</div>will not get in trouble (unlike when you use a name like &quot;red&quot; or &quot;left&quot;)&quot; is entirely incorrect. &nbsp;Who would you get in trouble from, the semantics police? &nbsp;The reason you use classes like &quot;footnote&quot; rather than &quot;red&quot; is because with the former you can change the appearance of your footnotes and the class still makes sense. &nbsp;With the latter, if you change your styling (to make it blue, say) you either have to go into the code and change the class to blue, or you have to change the &quot;red&quot; style itself and render it completely nonsensical. &nbsp;All CSS is providing you at this point is a shortcut for the &lt;font&gt; tag, which is completely wasting the potential of the language.</div>
<div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Moreover, a note is not necessarily presented as a &quot;footnote&quot; (i.e.<br>
moved to the end of the &quot;page&quot;), it can be shown in the margin (as in<br>
the WHATWG version of the HTML5 spec) or in popup panels when you<br>
click on a word or &quot;footnote reference&quot; (similarly to definitions in<br>
the old HTMLHelp on Windows).<br>
</blockquote>
<br>
Very true, that is exactly what I have been saying. The current spec does not take this into account. As it stands now, I must assign a class-name to the footnote and then style (and perhaps script) based on that class-reference. But it fails to give me a proper element to do this. Like I said, I think the Mark element would be great, but then either it should get a &quot;role&quot; atribute or the examples given in the spec should give it a more flexible meaning.</blockquote>
<div><br></div><div>Why does the spec need to provide you with a &quot;proper element&quot;? &nbsp;You can just assign a class! &nbsp;In CSS or scripting terms there is absolutely no difference. &nbsp;&nbsp;</div><div>&nbsp;</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Footnotes (and the likes) fall in the same catagory as definitions, so why not give it an element just like it? (or broaden the meaning of the dfn-element).</blockquote><div><br></div><div>Just a day or two ago Ian sent out a reminder of what the process is for getting something new added to the spec. &nbsp;&quot;Why not?&quot; is *not* part of the process. &nbsp;If it was, the spec would already have gone down in flames as a bloated piece of &quot;me too!&quot;-riddled crap. &nbsp;You need to provide *strong reasons* to get something into the spec, reasons that actually make the lives of a significant number of authors significantly easier. &nbsp;If something is a fairly niche area without much direct benefit and which can already be done well by styling and/or scripting alone, then generally it&#39;s not worth adding to the spec. &nbsp;You can just do it yourself in the rare times that you need it.</div>
<div><br></div><div>~TJ</div></div>