Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 4.85 KB

2022-09-06.md

File metadata and controls

8 lines (7 loc) · 4.85 KB

2022-09-06

Time (UTC) Icon Name Message
06:27 shinyu 親要素への属性の移動・コピーをすべて廃止する案を書きました:
vivliostyle/vfm#151 (comment)
自動section囲みと属性の扱いではこれが一番シンプルでよいかもしれません。pandocのsection-divsやこれまでのvfmとの互換性はなくなりますが、どうでしょう?
親要素への属性の移動・コピーをすべて廃止する案

もともと、自動生成の親要素にid属性を移動したりclass属性をコピーする理由は、そうしないとCSSで自動生成されたsectionのスタイルを指定することができないためだった。しかし、CSSで <https://developer.mozilla.org/docs/Web/CSS/:has
06:27 Kiara : Translation 100+ Languages 🇬🇧: I wrote a proposal to do away with all moving/copying attributes to parent elements:
vivliostyle/vfm#151 (comment)
This may be the simplest way to handle automatic section enclosing and attributes. It's no longer compatible with pandoc's section-divs and previous versions of vfm, but what do you think?
06:35 shinyu 自動section囲みにする見出しを制限するオプションの案を書きました:
vivliostyle/vfm#155
デフォルトではh1を除外してh2の見出しから自動section囲みにするのがよさそう。これまでとの互換性はなくなりますがどうでしょう?
From <vivliostyle/vfm#153 (comment)
06:35 Kiara : Translation 100+ Languages 🇬🇧: I've written an optional suggestion to limit the headings that are auto-sectioned:
vivliostyle/vfm#155
By default, it seems good to exclude h1 and make automatic section enclosure from h2 heading. Compatibility with the past will be lost, but what about it?