reuse of content in HTML5

Hi,

A <svg> element can contain a <defs> element defining an image 
which can be invoked subsequently with a <use> element.  Is 
there an analogue for non-svg content?  Something such as this.

<defs><g id="ReuseableContent">Content which can be reused.</g></defs>
  ...
<use href="#ReuseableContent"> ... <use href="#ReuseableContent"> ...

Thanks,             ... Peter E.

-- 
123456789 123456789 123456789 123456789 123456789 123456789 123456789 12
Tel +1 360 639 0202  http://carnot.yi.org/  Bcc: peter at easthope. ca

Received on Wednesday, 9 July 2014 21:06:04 UTC