Update documentation #1197
Annotations
5 errors
|
lint
Process completed with exit code 1.
|
|
html-anchor-require-href • @herb-tools/linter@0.8.6:
lib/rdoc/generator/template/aliki/class.rhtml#L42
Add an `href` attribute to `<a>` to ensure it is focusable and accessible. [html-anchor-require-href]
lib/rdoc/generator/template/aliki/class.rhtml:42:3
40 │
41 │ <%- klass.each_section do |section, constants, attributes| %>
→ 42 │ <a id="<%= section.legacy_aref %>" class="legacy-anchor"></a>
│ ~
43 │ <section id="<%= section.aref %>" class="documentation-section
│ anchor-link">
44 │ <%- if section.title then %>
|
|
html-anchor-require-href • @herb-tools/linter@0.8.6:
lib/rdoc/generator/template/aliki/class.rhtml#L32
Add an `href` attribute to `<a>` to ensure it is focusable and accessible. [html-anchor-require-href]
lib/rdoc/generator/template/aliki/class.rhtml:32:3
30 │ <% end %>
31 │
→ 32 │ <a id="<%= h klass.legacy_aref %>" class="legacy-anchor"></a>
│ ~
33 │ <h1 id="<%= h klass.aref %>" class="anchor-link <%= klass.type %>">
34 │ <%= klass.type %> <%= klass.full_name %>
|
|
html-anchor-require-href • @herb-tools/linter@0.8.6:
lib/rdoc/generator/template/darkfish/class.rhtml#L46
Add an `href` attribute to `<a>` to ensure it is focusable and accessible. [html-anchor-require-href]
lib/rdoc/generator/template/darkfish/class.rhtml:46:3
44 │
45 │ <%- klass.each_section do |section, constants, attributes| %>
→ 46 │ <a id="<%= section.legacy_aref %>" class="legacy-anchor"></a>
│ ~
47 │ <section id="<%= section.aref %>" class="documentation-section
│ anchor-link">
48 │ <%- if section.title then %>
|
|
html-anchor-require-href • @herb-tools/linter@0.8.6:
lib/rdoc/generator/template/darkfish/class.rhtml#L36
Add an `href` attribute to `<a>` to ensure it is focusable and accessible. [html-anchor-require-href]
lib/rdoc/generator/template/darkfish/class.rhtml:36:3
34 │ <% end %>
35 │
→ 36 │ <a id="<%= h klass.legacy_aref %>" class="legacy-anchor"></a>
│ ~
37 │ <h1 id="<%= h klass.aref %>" class="anchor-link <%= klass.type %>">
38 │ <%= klass.type %> <%= klass.full_name %>
|