Sha256: 6dc48ddbbd4a2e0c67ca63a439666717241cd21465e7e0dad4aef95c6ce9505f

Contents?: true

Size: 1.01 KB

Versions: 13

Compression:

Stored size: 1.01 KB

Contents

%div#all-headings.element
  %h2.element-title
    %a{:href => "http://developers.whatwg.org/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements"} The h1, h2, h3, h4, h5, and h6 elements
  %p
    These elements
    %a{:href => "http://developers.whatwg.org/sections.html#represents", :title => "represents"} represent
    headings for their sections.
  %p
    The semantics and meaning of these elements are defined in the section on
    = succeed "." do
      %a{:href => "http://developers.whatwg.org/sections.html#headings-and-sections"} headings and sections
  %p These two snippets are equivalent in the outline:
  .markup
    %h1 Let's call it a draw(ing surface)
    %h2 Diving in
    %h2 Simple shapes
    %h2 Canvas coordinates
    %h3 Canvas coordinates diagram
    %h2 Paths
  .markup
    %h1 Let's call it a draw(ing surface)
    %section
      %h1 Diving in
    %section
      %h1 Simple shapes
    %section
      %h1 Canvas coordinates
      %section
        %h1 Canvas coordinates diagram
    %section
      %h1 Paths

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
survivalkit-1.0.beta.8 templates/project/templates/old/survivalkit/partials/html5/all-headings.haml
survivalkit-1.0.beta.7 templates/project/templates/old/survivalkit/partials/html5/all-headings.haml
survivalkit-1.0.beta.6 templates/project/templates/old/survivalkit/partials/html5/all-headings.haml
survivalkit-1.0.beta.5 templates/project/templates/old/survivalkit/partials/html5/all-headings.haml
survivalkit-1.0.beta.4 templates/project/templates/old/survivalkit/partials/html5/all-headings.haml
survivalkit-1.0.beta.3 templates/project/templates/old/survivalkit/partials/html5/all-headings.haml
survivalkit-1.0.beta.2 templates/project/templates/old/survivalkit/partials/html5/all-headings.haml
survivalkit-1.0.beta.1 templates/project/templates/old/survivalkit/partials/html5/all-headings.haml
survivalkit-0.3.4 templates/project/templates/old/survivalkit/partials/html5/all-headings.haml
survivalkit-0.3.3 templates/project/templates/old/survivalkit/partials/html5/all-headings.haml
survivalkit-0.3.2 templates/project/templates/old/survivalkit/partials/html5/all-headings.haml
survivalkit-0.3.1 templates/project/templates/old/survivalkit/partials/html5/all-headings.haml
survivalkit-0.3 templates/project/templates/old/survivalkit/partials/html5/all-headings.haml