< prev index next >

test/langtools/tools/doclint/html/HtmlVersionTagsAttrsTest.java

Print this page




  66      * <dd>Test Description</dd>
  67      * </dl>
  68      * <img src="testImg.jpg" alt="imgTest" hspace="10" vspace="10" border="0">
  69      * <hr size="20" noshade>
  70      * <pre width="25">Test Pre</pre>
  71      * <a name="AnchorTest">Anchor Test</a>
  72      * <table border="0">
  73      * <tr><td>Test border</td></tr>
  74      * </table>
  75      */
  76     public void SupportedAttrs_in_html4_not_in_html5() { }
  77 
  78     /**
  79      * <ol reversed="reversed">
  80      * <li>First</li>
  81      * <li>Second</li>
  82      * <li>Third</li>
  83      * </ol>
  84      * <img src="testImg.jpg" alt="imgTest" crossorigin="anonymous">
  85      * <div aria-labelledby="Topics" aria-describedby="t1">
  86      * <h1 id="Topics">Topics</h1>
  87      * <p id="t1">Aria attribute test</p>
  88      * <p id="t2" aria-label="Label">Label test</p>
  89      * </div>
  90      */
  91     public void SupportedAttrs_in_html5_not_in_html4() { }
  92 
  93     /**
  94      * <p><big>Bigger text test</big></p>
  95      * <center>Center text test</center>
  96      * <font size="3">Font test</font>
  97      * <p>Text <strike>strike</strike></p>
  98      * <p><tt>Teletype text</tt></p>
  99      * <section>
 100      * <hgroup>
 101      * <h1>Section</h1>
 102      * <h2> Another heading</h2>
 103      * </hgroup>
 104      * hgroup no longer supported in HTML5.
 105      * </section>
 106      * <details>
 107      * <summary>Summary</summary>
 108      * <p>Details and Summary no longer supported in HTML5</p>
 109      * </details>
 110      */
 111     public void notSupportedTags_html5() { }
 112 
 113     /**
 114      * <section>
 115      * <p>Testing section tag</p>
 116      * <h1>Section</h1>
 117      * Section text.
 118      * </section>
 119      * <article>
 120      * <p>Testing article tag</p>
 121      * <h1>Article</h1>
 122      * Article text.
 123      * </article>
 124      * <header>
 125      * <nav>Navigation</nav>
 126      * Testing header
 127      * </header>
 128      * <footer>
 129      * <nav>Navigation</nav>
 130      * Testing footer
 131      * </footer>
 132      * <main>
 133      * Main content
 134      * </main>
 135      * <aside>
 136      * <h2>Test aside</h2>
 137      * <p>Description</p>
 138      * </aside>
 139      * <ul>
 140      * <li>Testing<bdi>BDI</bdi></li>
 141      * </ul>
 142      * <figure>
 143      * <img src="testImg.jpg" alt="imgTest">
 144      * <figcaption>Fig. 1</figcaption>
 145      * </figure>
 146      * <p><mark>Marked</mark> text test</p>
 147      * <nav>
 148      * <ul>
 149      * <li>Nav item 1</li>
 150      * <li>Nav item 2</li>
 151      * </ul>
 152      * </nav>
 153      * <template id="testTemplate">
 154      * <div class="desc">Desc</div>
 155      * </template>
 156      * <p>Test current time is <time>10:00</time> at night</p>




  66      * <dd>Test Description</dd>
  67      * </dl>
  68      * <img src="testImg.jpg" alt="imgTest" hspace="10" vspace="10" border="0">
  69      * <hr size="20" noshade>
  70      * <pre width="25">Test Pre</pre>
  71      * <a name="AnchorTest">Anchor Test</a>
  72      * <table border="0">
  73      * <tr><td>Test border</td></tr>
  74      * </table>
  75      */
  76     public void SupportedAttrs_in_html4_not_in_html5() { }
  77 
  78     /**
  79      * <ol reversed="reversed">
  80      * <li>First</li>
  81      * <li>Second</li>
  82      * <li>Third</li>
  83      * </ol>
  84      * <img src="testImg.jpg" alt="imgTest" crossorigin="anonymous">
  85      * <div aria-labelledby="Topics" aria-describedby="t1">
  86      * <h4 id="Topics">Topics</h4>
  87      * <p id="t1">Aria attribute test</p>
  88      * <p id="t2" aria-label="Label">Label test</p>
  89      * </div>
  90      */
  91     public void SupportedAttrs_in_html5_not_in_html4() { }
  92 
  93     /**
  94      * <p><big>Bigger text test</big></p>
  95      * <center>Center text test</center>
  96      * <font size="3">Font test</font>
  97      * <p>Text <strike>strike</strike></p>
  98      * <p><tt>Teletype text</tt></p>
  99      * <section>
 100      * <hgroup>
 101      * <h4>Section</h4>
 102      * <h5> Another heading</h5>
 103      * </hgroup>
 104      * hgroup no longer supported in HTML5.
 105      * </section>
 106      * <details>
 107      * <summary>Summary</summary>
 108      * <p>Details and Summary no longer supported in HTML5</p>
 109      * </details>
 110      */
 111     public void notSupportedTags_html5() { }
 112 
 113     /**
 114      * <section>
 115      * <p>Testing section tag</p>
 116      * <h4>Section</h4>
 117      * Section text.
 118      * </section>
 119      * <article>
 120      * <p>Testing article tag</p>
 121      * <h5>Article</h5>
 122      * Article text.
 123      * </article>
 124      * <header>
 125      * <nav>Navigation</nav>
 126      * Testing header
 127      * </header>
 128      * <footer>
 129      * <nav>Navigation</nav>
 130      * Testing footer
 131      * </footer>
 132      * <main>
 133      * Main content
 134      * </main>
 135      * <aside>
 136      * <h4>Test aside</h4>
 137      * <p>Description</p>
 138      * </aside>
 139      * <ul>
 140      * <li>Testing<bdi>BDI</bdi></li>
 141      * </ul>
 142      * <figure>
 143      * <img src="testImg.jpg" alt="imgTest">
 144      * <figcaption>Fig. 1</figcaption>
 145      * </figure>
 146      * <p><mark>Marked</mark> text test</p>
 147      * <nav>
 148      * <ul>
 149      * <li>Nav item 1</li>
 150      * <li>Nav item 2</li>
 151      * </ul>
 152      * </nav>
 153      * <template id="testTemplate">
 154      * <div class="desc">Desc</div>
 155      * </template>
 156      * <p>Test current time is <time>10:00</time> at night</p>


< prev index next >