← Prev in month ← Prev in thread
Next in thread → Next in month →

Proposed mapping for "note" in HDITA

From
Carlos Evia <>
Date
2017-05-16T13:27:05+00:00
ID
Thread
Proposed mapping for "note" in HDITA
Dear Lightweight DITA subcommittee people,

In yesterday's call we realized that <note> cannot be mapped to HDITA as a paragraph because... it contains paragraphs! Simple fix and this is valid HTML5:

  <ol>

    <li>

      <p>Do this</p>

      <div data-hd-class="note">

        <p>Don't forget this!</p>

      </div>

    </li>

  </ol>

I am doing some homework today about footnotes and will report soon. Send comments and ideas so we don't have to wait two weeks for this... the TC is hungry and we need to feed it a committee note ASAP (or a blogger will invent open-closed-light-dark chicken DITA or whatever).

Carlos

-- 

Carlos Evia, Ph.D.

Director of Professional and Technical Writing

Associate Professor of Technical Communication

Department of English

Center for Human-Computer Interaction

Virginia Tech

Blacksburg, VA 24061-0112

(540)200-8201
← Prev in month ← Prev in thread
Next in thread → Next in month →