Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9152409
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T12:02:09+00:00 2026-06-17T12:02:09+00:00

From what I understand, article is for a standalone content,section can be used to

  • 0

From what I understand, article is for a standalone content,section can be used to group a list of articles or can be used inside article to represent parts.
When implement this idea, I’ve got a case:
A page with main content being an article. After the article tag, I want to load a forum topic with all its replies. Each topic and reply is using article tag.
My question is– Will it be confusing for assistive technology if I group the topic and its replies inside Section tag? The mark up look like this:

<div id="page">
  <article role="main"> main content</article>
  <section id="forum">
           <article>topic content</article>
            <article>reply-1</article>
            <article>reply-2</article>
  </section>
</div>

if the above markup can’t provide an easy way for the assistive technology to understand the topic section is connected to the main content, what markup would you recommend ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T12:02:10+00:00Added an answer on June 17, 2026 at 12:02 pm

    in this case i would almost certainly do it this way

    <div id="page">
        <article role="main">
            <section id="main">
                main content
            </section>
            <section id="forum">
                topic content
                <ul class="comments">
                    <li>reply-1</li>
                    <li>reply-2</li>
                </ul>
            </section>
        </article>
    </div>
    

    Purely on the basis that you have an article, and within that article you have appear to have 2 sections, 1 for the main content, and 1 for the forum content.
    within the forum content, you also have a list of comments.

    To me anyway, this seems like the correct semantic way.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

From my reading of some android forensic articles i understand that sqlite records can
As you can understand from title, i modified Settings.cs file.Added some properties, some code
From what I understand of REST principles, URLs should represent a single resource, like
I don't understand where the extra bits are coming from in this article about
So I've read this article and from what I understand, each native browser widget
How does Wikipedia implement the edit this section feature for its articles, wherein a
As far as I understand from the documentation the QUdpSocket are async but, still,
I found that Maven implies specific directory layout. But I don't understand from here:
From what I understand IMAP requires a connection per each user. I'm writing an
From what I understand using $this->db->insert() escapes the values: http://codeigniter.com/user_guide/database/active_record.html#insert Note: All values are

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.