是否还有关于 IDML HTMLItem 规范和 HTMLItem 海报 属性 的文档?

Is there anymore documentation on the IDML HTMLItem specification and HTMLItem poster property?

我正在使用 IDML 文档进行编码,我正在寻找有关 IDML HTMLItem 的更多信息。我同时拥有 IDML 规范的第 7 版和第 8 版,但没有找到更多信息,然后在第 8 版的 "new elements" 中提到了一点,

The HtmlItem element has been added as a child element to the element, element (see "Graphics" on page 91), element, element and element. This element is the embedded HTML item.

有没有人找到这个特定对象或其属性的更多详细信息?具体来说有一个 属性 叫, "Poster" 看起来像缩略图数据。这是我的例子:

            <HtmlItem Self="udc" HtmlContent="This &lt;i&gt;is an&lt;/i&gt; &lt;b&gt;HTML snippet &lt;/b&gt;&lt;b&gt;&lt;i&gt;DUDE&lt;/i&gt;&lt;/b&gt;." FixedDimensions="true" RelativeSubPath="This &lt;i&gt;is an&lt;/i&gt; &lt;b&gt;HTML snippet &lt;/b&gt;&lt;b&gt;&lt;i&gt;DUDE&lt;/i&gt;&lt;/b&gt;." ParentInterfaceChangeCount="" TargetInterfaceChangeCount="" LastUpdatedInterfaceChangeCount="" OverriddenPageItemProps="" HorizontalLayoutConstraints="FlexibleDimension FixedDimension FlexibleDimension" VerticalLayoutConstraints="FlexibleDimension FixedDimension FlexibleDimension" LocalDisplaySetting="Default" AppliedObjectStyle="n" Visible="true" Name="$ID/" ItemTransform="1 0 0 1 -50 -50">
                <Properties>
                    <Poster><![CDATA[iVBORw0KGgoAAAANSUhEUgAAAMgAAAAmCAYAAACBFtRsAAAFtklEQVR42u1cPY7yP...==]]></Poster>
                    <PathBoundingBox Left="0" Top="0" Right="200" Bottom="38" />
                    <GraphicBounds Left="0" Top="0" Right="200" Bottom="38" />
                </Properties>
                <TextWrapPreference Inverse="false" ApplyToMasterPageOnly="false" TextWrapSide="BothSides" TextWrapMode="None">
                    <Properties>
                        <TextWrapOffset Top="0" Left="0" Bottom="0" Right="0" />
                    </Properties>
                </TextWrapPreference>
            </HtmlItem>

我删除了 Poster 标签的全部值,但我已将其粘贴到 http://pastebin.com/s5ZfFfyW 的垃圾箱中。 这是base64编码的图片数据吗?

InDesign 文档 - http://www.adobe.com/devnet/indesign/documentation.html#idml

目前没有其他文档。在测试中,海报 属性 似乎包含 Base-64 编码数据。