[1]
HTML文書に他のHTML文書やその他の資源を取り込みする機能はたびたび提案されており、
その要素名が
include
とされた例もありました。
[23] >>21 これは構文的には include
という要素名ではなく a
の属性を使ったもので、
機能的には <iframe seamless>
寄り。 >>22 にデモがあったが Internet Archive
には不完全にしか残っていない。 DTD があったらしいが現存しない。
- [26]
[whatwg] <include> element,
Jonas Sicking,
Mon Apr 23 15:19:49 PDT 2007,
, https://lists.whatwg.org/pipermail/whatwg-whatwg.org/2007-April/053278.html
- [24]
[whatwg] <include> element, , https://lists.whatwg.org/pipermail/whatwg-whatwg.org/2007-April/053284.html
- [27]
[whatwg] <include> element,
Maciej Stachowiak,
Fri Apr 27 03:55:54 PDT 2007,
, https://lists.whatwg.org/pipermail/whatwg-whatwg.org/2007-April/053360.html
[28] >>26 は >>21 とタイミングが近いが別の提案。
注目すべきは Mozilla の有力開発者
Jonas Sicking
のアイデアであるところ。
[29]
Apple の Safari チームの中心的な開発者 Maciej Stachowiak
も反応している >>27 が、明確に賛否を表明しない議論段階であるもののどちらかといえば否定的か。
全否定という感じでもなく提案を理解する過程という感じだが。
[31] [whatwg] The <iframe> element and sandboxing ideas,
Ian Hickson,
Wed May 21 15:30:48 PDT 2008,
, https://lists.whatwg.org/pipermail/whatwg-whatwg.org/2008-May/057147.html
[32] >>31 で >>26 とその他のアイデアもまとめて整理して、
iframe
要素に seamless
属性 (や sandbox
属性)
として追加された。
seamless
[33] [whatwg] Client-side includes proposal,
Ian Hickson,
Mon Aug 18 14:43:39 PDT 2008,
, https://lists.whatwg.org/pipermail/whatwg-whatwg.org/2008-August/058065.html
[13] [whatwg] <INCLUDE> and links with @rel=embed,
bjartur,
,
, https://lists.whatwg.org/pipermail/whatwg-whatwg.org/2010-May/068635.html
[14] >>13 これは video
, audio
, model
等を
include
(子供に a
) で表すという提案。
model
はこの前年にあった提案を指すか。
[16]
>>13 がの TimBL の提案を見よと言っているものは >>15
のこと。これは img
への対案として提出されたもの。その時の事情は
img
の歴史の項を参照。
[15] EMail Msg <9302261304.AA05957@www3.cern.ch>, , http://web.archive.org/web/19970524004138/http://ksi.cpsc.ucalgary.ca/archives/WWW-TALK/.www-talk-1993q1.messages/178.html
[20] 要求不明瞭、汎用要素は複雑化するだけ、などの理由で却下。
- [19]
[whatwg] <INCLUDE> and links with @rel=embed,
Ian Hickson,
Tue Aug 3 17:03:25 PDT 2010,
, https://lists.whatwg.org/pipermail/whatwg-whatwg.org/2010-August/069853.html
- [17] [whatwg] <INCLUDE> and links with @rel=embed,
Ian Hickson,
Thu Aug 26 10:26:14 PDT 2010,
, https://lists.whatwg.org/pipermail/whatwg-whatwg.org/2010-August/070472.html
- [18] [whatwg] <INCLUDE> and links with @rel=embed,
Ian Hickson,
Wed Jul 27 16:38:47 PDT 2011,
, https://lists.whatwg.org/pipermail/whatwg-whatwg.org/2011-July/032653.html
[9] PostHTML が HTML と称するものにも include
がある。
[37] ⚠️ 📖 DRAFT: <include- src={uri}> Client Side Include by brandondees · Pull Request #109 · devpunks/snuggsi · GitHub, https://github.com/devpunks/snuggsi/pull/109
[40] Client side include feature for HTML · Issue #2791 · whatwg/html · GitHub, https://github.com/whatwg/html/issues/2791
[41]
>>40
issue を登録 (他から分離) したのは Web Components の開発に携わっていた、
Google の Chrome 開発者 TakayoshiKochi。
include
の例文を示している。しかしその後の議論には加わっていない。
[11]
>>10 <include>
したい、と例文を示しながら、それはできないので、と
data-*
を使っている。実装方法が現実的なのはすばらしいが、謎の例文w
[35] The Simplest Ways To Handle HTML Includes | CSS-Tricks,
Chris Coyier,
Jan 26, 2021,
, https://css-tricks.com/the-simplest-ways-to-handle-html-includes/
[39] Import HTML · Issue #10470 · whatwg/html · GitHub,
2024-07-10T20:18:13Z,
https://github.com/whatwg/html/issues/10470
import
[38] Exploration: HTML Module Imports and Exports · Issue #1059 · WICG/webcomponents · GitHub,
2024-05-03T19:28:49Z,
https://github.com/WICG/webcomponents/issues/1059
import
等