タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

JavaScriptとspecとWHATWGに関するefclのブックマーク (2)

  • crossorigin 属性の仕様を読み解く

    記事では HTML タグに指定可能な crossorigin 属性について仕様を参照しながら詳しく解説します。crossorigin 属性は複数の意味を表しており、またそれを指定するタグの他の属性値によって振る舞いが変わってしまうことから、その挙動を正確に理解するのがなかなか難しい属性です。 HTML 仕様は日々進化しています。記事で説明している内容は記事執筆時点のものであり、閲覧時点では古くなっている可能性があります。正確な情報を知りたい方は必ず最新の仕様を確認するようお願いします。 要点だけを知りたい方は最後の「まとめ」を読んでください。 目次 crossorigin 属性はどこで使われている? crossorigin 属性は何を意味するのか? request mode credentials mode crossorigin 属性の意味のまとめ crossorigin 属性の振る

    crossorigin 属性の仕様を読み解く
    efcl
    efcl 2021/01/11
    CORSに関するrequest modeとcredentials modeの振る舞いを指定する`crossorigin`属性について。 `<img>`, `<script>`, `<link rel=preconnect>`における`crossorigin`属性の指定による振る舞いの解説。 Fetch APIでの表現方法について。
  • Console Standard

    Participate: GitHub whatwg/console (new issue, open issues) Chat on Matrix Commits: GitHub whatwg/console/commits Snapshot as of this commit @consolelog Tests: web-platform-tests console/ (ongoing work) Translations (non-normative): 日語 Status This specification is an early work in progress that welcomes feedback to refine toward more precise and compatible definitions. It is also the editors' fir

    efcl
    efcl 2016/01/22
    Console APIのWHATWG仕様。
  • 1