5 글 보임 - 1 에서 5 까지 (총 5 중에서)
  • 글쓴이
  • #8775
    mimoon
    키 마스터

      Current page
      <span class="apice"><a href="Section0011.xhtml#fnref15" id="fn15">[1000]</a></span>

      Endnote page

      <p class="Note"><span class="apice-note"><a href="Section0005.xhtml#fn15" 
      id="fnref15">[15]</a></span> blah blah ... </p>

      And Css

      p.Note {
        font-size : 0.75em;
        line-height : 1.2;
        text-align : left;
        color : #000000;
        text-indent : 0px;
        margin : 0px 0px 7px 0px;
      }
      span.apice {
        font-weight : normal;
        font-style : normal;
        font-size : 0.70em;
        vertical-align : super;
        color : #000000;
      }
      span.apice-note {
        font-weight : normal;
        font-style : normal;
        font-size : 0.80em;
        vertical-align : super;
        color : #000000;
      }

      Ridibooks App Ok but Kyobo Apps Not OK

      #8776
      mimoon
      키 마스터

        ePub 3 in head
        <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko" xmlns:epub="http://www.idpf.org/2007/ops" xmlns:xml="http://www.w3.org/XML/1998/namespace">

        another tips
        current page
        <a href="#n1" epub:type="noteref" >1</a>
        Endnote page

        <aside id="n1" epub:type="footnote" >
        
        This is a note
        
        <aside>

        not run / not work

        #8777
        mimoon
        키 마스터

          Kyobo Standard
          Current page
          <p>worthy of a footnote <a epub:type="noteref" href="Section0011.xhtml#n1">[ref]</a></p>

          Endnote page
          <aside id="n1" epub:type="footnote" >This is a note</aside>

          #8778
          mimoon
          키 마스터

            another reference (not run in Kyobo)
            current page

            <p>This note should contain a word in italic<a epub:type="noteref" id="r2" href="Section0011.xhtml#n2"><i><sup>W</sup></i></a>.</p>

            Endnote page
            <p epub:type="footnote" id="n2"><a href="Section0005.xhtml#r2">W</a> - another <i>footnote</i> text</p>

            #8779
            mimoon
            키 마스터

              Standard Final
              1. 일반적인 Header를 3.0/ aside를 위해 변경
              일반(변경전):

              <?xml version="1.0" encoding="utf-8"?>
              <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
                "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
              
              <html xmlns="http://www.w3.org/1999/xhtml">

              변경(3.0 for aside):

              <?xml version="1.0" encoding="utf-8"?>
              <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
                "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
              
              <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko" xmlns:epub="http://www.idpf.org/2007/ops">

              ※ point: namespace line in the last line!

              2. Change endnote-number in Current page
              변경 전:
              <sup class="Endnote-Number-in-Body _idGenCharOverride-2"><span id="endnote-067-backlink"><a class="_idEndnoteLink _idGenColorInherit" href="Section0011.xhtml#endnote-067">[67]</a></span></sup>
              변경 후:
              <sup class="Endnote-Number-in-Body _idGenCharOverride-2"><span id="endnote-067-backlink"><a class="_idEndnoteLink _idGenColorInherit" epub:type="noteref" href="Section0011.xhtml#endnote-067">[67]</a></span></sup>
              ※ point: t” href=”Section0011 —> t” epub:type=”noteref” href=”Section0011

              3. Change span tags into aside in Endnote page
              1) 1step (part of open)
              변경 전:
              <span id="endnote-
              변경 후:
              <aside epub:type="footnote" id="endnote-
              2) 2step (closing)
              변경 전:
              </span></p>
              </aside></p>

            5 글 보임 - 1 에서 5 까지 (총 5 중에서)
            • 답변은 로그인 후 가능합니다.