“flatdown” 是什么意思? 意思是?
OPML(大纲处理器标记语言规范)使用术语flatdown。 这是什么意思?
expansionState 是展开的行号的逗号分隔列表。 列表中的行号告诉您要展开哪些标题。 顺序很重要。 对于列表中的每个元素 X,从第一个峰顶开始,平直导航 X 次并展开。 对列表中的每个元素重复此操作。
The OPML (outline processor markup language spec) uses the term flatdown. What does it mean?
expansionState is a comma-separated list of line numbers that are expanded. The line numbers in the list tell you which headlines to expand. The order is important. For each element in the list, X, starting at the first summit, navigate flatdown X times and expand. Repeat for each element in the list.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据 http://www.scripting.com/2007/07.html:
“它出现在expansionState元素的定义中,这是一个专门为实现大纲的人设计的元素,这些人肯定知道flatdown是什么意思(非正式地,它意味着从你所在的位置向下移动到下一个节点,无论结构如何),但即使是大纲的实现者也可以忽略expansionState,而发生的只是用户必须根据自己的喜好重新扩展大纲,这对用户来说很方便。基本上对于任何人实施 OPML 来说都不是至关重要的。”
According to http://www.scripting.com/2007/07.html:
"It appears in the definition of the expansionState element, which is an element specifically for people who are implementing outliners, and those people surely know what flatdown means (informally, it means moving to the next node down from where you are, regardless of structure). But even an implementer of an outliner could ignore expansionState and all that would happen is that the user would have to re-expand the outline as he or she likes it. It's a convenience for the user, basically. Certainly not crucial to anyone's implementation of OPML."