Skip to content
  • Jamis Buck's avatar
    4499a3cd
    update ContentAttachment so that it works with "content" attributes · 4499a3cd
    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.
    4499a3cd
    update ContentAttachment so that it works with "content" attributes
    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.
Loading