Just for the record: 

 it uses the display:none css on a div if I'm reading it right
>

This is true, but it is important to note, that while the content is not 
revealed and the display:none css is active, the respective HTML node is 
EMPTY like the <div> in 

<div class=" tc-reveal" hidden="true"></div>

when the content is revealed, the node is filled using Javascript as stated 
above and would look like this: 

<div class=" tc-reveal">
   <h1 class="">This is the revealed content</h1>
   <p>And this is some text</p>
</div>

So the strength of  reveal lies in hiding content, e.g. the solution of a 
test – you cannot peek into the solution by looking at the HTML code. 

An HTML summary details combination would always keep the hidden content 
ready in the HTML. No Javascript needed.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4648f35f-e690-4b44-8248-99a5cc135bf0%40googlegroups.com.

Reply via email to