jen told me to add this ;)

<article{{ attributes }}>
 
  {{ title.prefix }}
  {% if new %}
    <mark class="new">{{ new }}</mark>
  {% endif %}
  <h3{{ title.attributes }}>{{ title.label }}</h3>
  {{ title.suffix }}
 
  <footer>
    {{ author }}
    <p class="submitted">
      {% trans %}
        Submitted by {{ author.name }} on {{ published_date }}
      {% endtrans %}
    </p>
    {#
      Indicate the semantic relationship between parent and child comments
      for accessibility. The list is difficult to navigate in a screen reader
      without this information.
    #}
    {% if parent %}
      <p class="parent element-invisible">{{ parent }}</p>
    {% endif %}
 
    {{ permalink }}
  </footer>
 
  <div{{ content.attributes }}>
    {{ content.remainder }}
 
    {% if author.signature %}
      <div class="user-signature">
        {{ author.signature }}
      </div>
    {% endif %}
  </div>
 
  {{ links }}
</article>

Comments

ParisLiakos’s picture

Issue summary: View changes
Status: Active » Postponed (maintainer needs more info)
Issue tags: +Needs issue summary update

? this issue is quite old and noone has a clue what it is about

andypost’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)
Parent issue: » #2031883: Markup for: comment.html.twig

Yay! I found it!
We are close to you! #2031883-49: Markup for: comment.html.twig