Skip to content

Instantly share code, notes, and snippets.

@juno
Created January 30, 2016 14:36
Show Gist options
  • Save juno/e72ac79d8617f0db11d5 to your computer and use it in GitHub Desktop.
Save juno/e72ac79d8617f0db11d5 to your computer and use it in GitHub Desktop.

“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つを繋ぎ合わせる責務を持つ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment