Re: Set a CSS signature for the document

2011-05-26 Thread Stuart Rackham
On 27/05/11 14:17, Stargazer wrote: Ok, I understand what it's all about now, and if Eric Meyer thinks it's a good idea then I guess it must be :-) Great. I did a quick Google and the term 'CSS signature' seems to be in common use so I'm thinking that calling the attribute css-signature (it

Re: Set a CSS signature for the document

2011-05-26 Thread Stargazer
> Ok, I understand what it's all about now, and if Eric Meyer thinks it's a good > idea then I guess it must be :-) Great. > I did a quick Google and the term 'CSS signature' seems to be in common use so > I'm thinking that calling the attribute css-signature (its function) would be > preferable

Re: [PATCH RESEND] Set a CSS signature for the document

2011-05-26 Thread Stuart Rackham
On 27/05/11 11:15, Stargazer wrote: This patch, which adds the id attribute to the body tag is not for the benefit of the author, but for the consumer/user. As the author, I do use the /-a stylesheet=/ to slightly tweak the xhtml11 or html5 theme before distributing my documentation. I find th

Re: [PATCH RESEND] Set a CSS signature for the document

2011-05-26 Thread Stargazer
txt --- ../asciidoc.txt 2011-05-23 17:53:17.0 -0500 +++ asciidoc.txt2011-05-23 17:59:43.0 -0500 @@ -5686,6 +5686,10 @@ |data-uri |xhtml11, html5 | Embed images using the <>. +|body-id |html5, xhtml11 | +Set a CSS signature for the document (sets the 'body'

Re: [PATCH] Set a CSS signature for the document

2011-05-26 Thread Stuart Rackham
-0500 @@ -5686,6 +5686,10 @@ |data-uri |xhtml11, html5 | Embed images using the<>. +|body-id |html5, xhtml11 | +Set a CSS signature for the document (sets the 'body' element CSS +'id' property). + |disable-javascript |xhtml11, html5 | If the `disable-javascript

[PATCH] Set a CSS signature for the document

2011-05-23 Thread Stargazer
<>. +|body-id |html5, xhtml11 | +Set a CSS signature for the document (sets the 'body' element CSS +'id' property). + |disable-javascript |xhtml11, html5 | If the `disable-javascript` attribute is defined the `asciidoc.js` JavaScript is not embedded or linked to the output doc