• Hi,

    I am seeing duplicate ID’s created in the code. I have a shortcode, believe it is a default “Monthly View” with Skin: Full Calendar, Default View: Monthly/Calendar View, Monthly Style: Novel, etc. It works fine but checking for WCAG I get a duplicate ID error. And indeed looking at the code I see “ID=’mec_skin_171′ twice, see code snippet below:

    <div class="entry-content clear" itemprop="text">
      <div id="mec_skin_171" class="mec-wrap colorskin-custom mec-full-calendar-wrap">
        <div class="mec-search-form mec-totalcal-box"> </div>
          <div id="mec_full_ calendar_container_171" class="mec-full-calendar-skin-container">
            <div id="mec_skin_171" class="mec-wrap colorskin-custom">…</div>
          </div>
        </div>
     . . .

    Question is, anyone else found they have duplicate ID’s or is it just me? If the latter obviously something I have done, otherwise bug?

    Thanks

    • This topic was modified 2 years, 4 months ago by Nick.
    • This topic was modified 2 years, 4 months ago by Nick.
  • The topic ‘WCAG Duplicate ID’ is closed to new replies.