タグ

WebComponentsに関するmima3のブックマーク (2)

  • Web Componentsとは何か? - Qiita

    翻訳ドキュメントの管理ページ この記事は、WebComponents.orgのIntroductionの翻訳です。 Web Componentsとは何か? Web componentsは、WebページやWebアプリケーションの中で新たに、再利用可能でカプセル化された独自のHTMLタグを作成するためのWebプラットフォームのAPIです。独自に作成したコンポーネントやウィジェットは、Web componentsの標準をベースに構築されているので、あらゆるモダンブラウザ上で動作するでしょう。また、HTMLと連動して動作するどんなJavascriptライブラリやフレームワークとも併用できます。 Web componentsは、既存のWeb標準をベースにしています。 Web componentsのサポート機能は現在HTMLやDOMの仕様に追加されており、Web開発者はカプセル化されたスタイリングとカ

    Web Componentsとは何か? - Qiita
  • Web Components の最近の仕様と開発手法

    はじめに Web Components だけで開発を行う場合、どのような技術を使えばいいのかを調べてみました。結論は最後に書いています。 Web Components Specifications Web Components specifications: https://github.com/w3c/webcomponents Web Components are a new browser feature that provides a standard component model for the Web, consisting of several pieces: Shadow DOM Custom Elements HTML Imports HTML Templates Can I use Web Components? Can I use... Support tables

    Web Components の最近の仕様と開発手法
  • 1