“Content & Display Patterns,” an article by Dan Mall
- A Content pattern describes the types of elements within and can be rendered in multiple forms
- 要素のタイプを表現するパターン
- 複数の形態で描画できる
- A Display pattern describes a specific rendering and can be applied to multiple types of Content patterns
- 固有のレンダリングについてのパターン
- 色々なタイプのContentパターンに対して適用できる
- あるコンテンツのアイデンティティを考えるのはContentパターンについての考察である
- そのコンテンツをどのように描画するかのビジュアル的な選択について考えるのはDisplayパターンについての考察である
- パターンについて考える場合
- コンテンツストラテジストは主にContentパターンについて考える
- デザイナーは主にDisplayパターンについて考える
- フロントエンド開発者は2つを繋ぎ合わせる責務を持つ