-
Jamis Buck authored
this makes it possible for an application to embed markup in a document that would otherwise be undesirable or expensive to process. For example, an incoming email may include a complicated bit of DOM in a quote, and while you don't want to have to process and rewrite it, you also don't want to discard it; the content attribute of ContentAttachment allows you to make that work.
Jamis Buck authoredthis makes it possible for an application to embed markup in a document that would otherwise be undesirable or expensive to process. For example, an incoming email may include a complicated bit of DOM in a quote, and while you don't want to have to process and rewrite it, you also don't want to discard it; the content attribute of ContentAttachment allows you to make that work.
Loading