<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hi Sergey, <br>
    </p>
    <p>Why do we omitting closing th tag? <br>
    </p>
    <p>e.g. <br>
    </p>
    <p>
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
    </p>
    <pre><span class="new">+     * <caption>Metal's system color mapping</caption></span>
<span class="new">+     * <thead></span>
<span class="new">+     *  <tr></span>
<span class="new">+     *    <th>Key</span>
<span class="new">+     *    <th>Value</span>
<span class="new">+     * </thead></span></pre>
    <p>I know that HTML parsers are usually forgiving such things. But
      sometimes it may make thing worse:<br>
    </p>
    <p><a class="moz-txt-link-freetext" href="https://stackoverflow.com/questions/7125354/what-are-the-actual-problems-of-not-closing-tags-and-attributes-in-html/7135378#7135378">https://stackoverflow.com/questions/7125354/what-are-the-actual-problems-of-not-closing-tags-and-attributes-in-html/7135378#7135378</a></p>
    <p>
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
    </p>
    <pre class="moz-signature" cols="72">Thanks,
Alexander.</pre>
    <div class="moz-cite-prefix">On 05/06/2017 06:23, Sergey Bylokhov
      wrote:<br>
    </div>
    <blockquote cite="mid:4f6a1420-831d-4b6c-946c-05e770cb2f14@default"
      type="cite">
      <pre wrap="">If there are no objections I'll change the target ws from dev to client, to minimize the merges between some other javadoc fixes.

----- <a class="moz-txt-link-abbreviated" href="mailto:sergey.bylokhov@oracle.com">sergey.bylokhov@oracle.com</a> wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">Hello.
Here is an updated version where most of the caption are visible.
Bug: <a class="moz-txt-link-freetext" href="https://bugs.openjdk.java.net/browse/JDK-8180326">https://bugs.openjdk.java.net/browse/JDK-8180326</a>
Webrev can be found at:
<a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~serb/8180326/webrev.02/">http://cr.openjdk.java.net/~serb/8180326/webrev.02/</a>
Specdiff:
<a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~serb/8180326/specdiff.02/overview-summary.html">http://cr.openjdk.java.net/~serb/8180326/specdiff.02/overview-summary.html</a>

You can use search to check the changes in some specific class:
Old docs:
<a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~serb/8180326/api_old.02/overview-summary.html">http://cr.openjdk.java.net/~serb/8180326/api_old.02/overview-summary.html</a>
New docs:
<a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~serb/8180326/api.02/overview-summary.html">http://cr.openjdk.java.net/~serb/8180326/api.02/overview-summary.html</a>


----- <a class="moz-txt-link-abbreviated" href="mailto:jonathan.gibbons@oracle.com">jonathan.gibbons@oracle.com</a> wrote:

</pre>
        <blockquote type="cite">
          <pre wrap="">Phil,

I have no evidence one way or the other whether screen readers pay 
attention
to undisplayed or invisible captions. It seemed safest to assume
</pre>
        </blockquote>
        <pre wrap="">that
</pre>
        <blockquote type="cite">
          <pre wrap="">
they would
read a visible caption, and that we should head in that general
direction.

-- Jon


On 05/17/2017 11:58 AM, Phil Race wrote:
</pre>
          <blockquote type="cite">
            <pre wrap="">And PS I was not saying anything to contradict
</pre>
            <blockquote type="cite">
              <pre wrap="">tables should not have a summary attribute and should have a
</pre>
            </blockquote>
          </blockquote>
          <pre wrap="">caption.
</pre>
          <blockquote type="cite">
            <pre wrap="">
However that the docs I read on the web did seem to imply that
summary was very much intended for ATs but it was not at all
</pre>
          </blockquote>
        </blockquote>
        <pre wrap="">clear
</pre>
        <blockquote type="cite">
          <pre wrap="">this
</pre>
          <blockquote type="cite">
            <pre wrap="">is the point of caption. I'm sure they can read it, but I don't
</pre>
          </blockquote>
        </blockquote>
        <pre wrap="">get
</pre>
        <blockquote type="cite">
          <pre wrap="">
</pre>
          <blockquote type="cite">
            <pre wrap="">how making
it visible matters to them so how it making it visible relates to
</pre>
          </blockquote>
        </blockquote>
        <pre wrap="">
</pre>
        <blockquote type="cite">
          <blockquote type="cite">
            <pre wrap="">accessibility
requirements is not an obvious connection to me. So why do we
</pre>
          </blockquote>
        </blockquote>
        <pre wrap="">have
</pre>
        <blockquote type="cite">
          <blockquote type="cite">
            <pre wrap="">to make it visible for ATs ?

-phil.

On 05/17/2017 11:54 AM, Phil Race wrote:
</pre>
            <blockquote type="cite">
              <pre wrap="">I will leave the decision on whether to do that now up to Sergey
</pre>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">
</pre>
        <blockquote type="cite">
          <blockquote type="cite">
            <blockquote type="cite">
              <pre wrap="">although
it seems all he has to do here is remove "invisible".
Many of the "summary" ones had wrong or misleading text but they
seem to have been all fixed.

I'd want to see what the new HTML looks like with a visible
</pre>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">title
</pre>
        <blockquote type="cite">
          <pre wrap="">of 
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <pre wrap="">course ..

-phil.

On 05/17/2017 11:52 AM, Jonathan Gibbons wrote:
</pre>
              <blockquote type="cite">
                <pre wrap="">Phil,

The bottom line is that in the JDK docs, tables should not have
</pre>
              </blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">a
</pre>
        <blockquote type="cite">
          <pre wrap="">
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <pre wrap="">summary attribute and should have a caption. This comes down to
</pre>
              </blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">
</pre>
        <blockquote type="cite">
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <pre wrap="">accessibility requirements, where we are slowly raising the bar
</pre>
              </blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">on
</pre>
        <blockquote type="cite">
          <pre wrap="">
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <pre wrap="">our docs, to be in accordance with Oracle's guidelines.

Hiding the caption (style="display:none") is an interim measure
</pre>
              </blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">we
</pre>
        <blockquote type="cite">
          <pre wrap="">
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <pre wrap="">have been using during the HTML 5 updates, especially in cases
</pre>
              </blockquote>
            </blockquote>
          </blockquote>
          <pre wrap="">where 
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <pre wrap="">the person doing the markup changes did not know enough to
</pre>
              </blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">create
</pre>
        <blockquote type="cite">
          <pre wrap="">an 
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <pre wrap="">appropriate caption that should be displayed. In time, we should
</pre>
              </blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">
</pre>
        <blockquote type="cite">
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <pre wrap="">locate and update all table captions (in our standard docs
</pre>
              </blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">bundle)
</pre>
        <blockquote type="cite">
          <pre wrap="">
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <pre wrap="">that are not being displayed such that the text is both
</pre>
              </blockquote>
            </blockquote>
          </blockquote>
          <pre wrap="">appropriate 
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <pre wrap="">and visible. If you guys want to do that as part of this
</pre>
              </blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">update,
</pre>
        <blockquote type="cite">
          <pre wrap="">go 
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <pre wrap="">ahead. FWIW, that is what we did for the java.xml module in the
</pre>
              </blockquote>
            </blockquote>
          </blockquote>
          <pre wrap="">jaxp 
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <pre wrap="">repo ... pretty much all tables there now have a reasonable,
</pre>
              </blockquote>
            </blockquote>
          </blockquote>
          <pre wrap="">visible 
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <pre wrap="">caption.

-- Jon



On 05/17/2017 11:19 AM, Phil Race wrote:
</pre>
                <blockquote type="cite">
                  <pre wrap="">I am not sure we are using the summary in a way that makes it 
worthwhile.
As you noted in the other mail
"The summary attribute was used to give a more descriptive
</pre>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">value
</pre>
        <blockquote type="cite">
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <pre wrap="">of the contents of the table.   A caption is more like a
</pre>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">title"
</pre>
        <blockquote type="cite">
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <pre wrap="">
The values I see are more like a title and as you say that is
</pre>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">not
</pre>
        <blockquote type="cite">
          <pre wrap="">
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <pre wrap="">the idea. See the example here

<a class="moz-txt-link-freetext" href="https://www.w3.org/TR/WCAG20-TECHS/H73.html">https://www.w3.org/TR/WCAG20-TECHS/H73.html</a>

Caption sounds like a title so it might actually be more 
appropriate than summary
for the text we have except that its not clear why we'd want
</pre>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">it
</pre>
        <blockquote type="cite">
          <pre wrap="">to 
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <pre wrap="">be visible when we were fine without.

But being there and invisible may be pointless unless screen 
readers look for it even if invisible.

But if its not doing any harm I guess we can leave it as
</pre>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
          <pre wrap="">proposed
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <pre wrap="">
I still need to look at the rest of the changes.

-phil.

On 05/12/2017 05:11 PM, Jonathan Gibbons wrote:
</pre>
                  <blockquote type="cite">
                    <pre wrap="">Sergey,

FWIW, the invisible caption should be regarded as a temporary
</pre>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">
</pre>
        <blockquote type="cite">
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <blockquote type="cite">
                    <pre wrap="">solution, until content authors can review/update the text of
</pre>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
          <pre wrap="">the 
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <blockquote type="cite">
                    <pre wrap="">caption and make it visible.

The general guideline in this conversion work has been to
</pre>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">avoid
</pre>
        <blockquote type="cite">
          <pre wrap="">
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <blockquote type="cite">
                    <pre wrap="">changing the visible text of the specification, and captions
</pre>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
          <pre wrap="">fall 
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <blockquote type="cite">
                    <pre wrap="">into a grey area of whether the text is significant/normative
</pre>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">or
</pre>
        <blockquote type="cite">
          <pre wrap="">
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <blockquote type="cite">
                    <pre wrap="">not.  Hence the temporary step to make them not displayed for
</pre>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
          <pre wrap="">now.
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <blockquote type="cite">
                    <pre wrap="">
-- Jon

On 05/12/2017 05:00 PM, Sergey Bylokhov wrote:
</pre>
                    <blockquote type="cite">
                      <pre wrap="">The "summary" is unsupported by the HTML5 and we replace it
</pre>
                    </blockquote>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">by
</pre>
        <blockquote type="cite">
          <pre wrap="">
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <blockquote type="cite">
                    <blockquote type="cite">
                      <pre wrap="">invisible caption.
These new styles are located in the stylesheet.css in the
</pre>
                    </blockquote>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">root
</pre>
        <blockquote type="cite">
          <pre wrap="">of 
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <blockquote type="cite">
                    <blockquote type="cite">
                      <pre wrap="">the JavaDoc api folder, so I assume these styles should be
</pre>
                    </blockquote>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">used
</pre>
        <blockquote type="cite">
          <pre wrap="">
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <blockquote type="cite">
                    <blockquote type="cite">
                      <pre wrap="">by others as well.
They were added by this fix:
<a class="moz-txt-link-freetext" href="https://bugs.openjdk.java.net/browse/JDK-8179479">https://bugs.openjdk.java.net/browse/JDK-8179479</a>

----- <a class="moz-txt-link-abbreviated" href="mailto:philip.race@oracle.com">philip.race@oracle.com</a> wrote:

</pre>
                      <blockquote type="cite">
                        <pre wrap="">Does this in any way match the rest of the docs ? Or is
</pre>
                      </blockquote>
                    </blockquote>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
          <pre wrap="">everyone 
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <blockquote type="cite">
                    <blockquote type="cite">
                      <blockquote type="cite">
                        <pre wrap="">left
to
style things how they want.
I thought (?) maybe there is to be some javadoc tool
</pre>
                      </blockquote>
                    </blockquote>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">support
</pre>
        <blockquote type="cite">
          <pre wrap="">for 
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <blockquote type="cite">
                    <blockquote type="cite">
                      <blockquote type="cite">
                        <pre wrap="">CSS
styles.

Also why are all the table summaries removed ?

-phil.

On 5/12/17, 4:52 PM, Sergey Bylokhov wrote:
</pre>
                        <blockquote type="cite">
                          <pre wrap="">This is because I use the same style for most of the
</pre>
                        </blockquote>
                      </blockquote>
                    </blockquote>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">tables
</pre>
        <blockquote type="cite">
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <blockquote type="cite">
                    <blockquote type="cite">
                      <blockquote type="cite">
                        <pre wrap="">'class="striped"', which apply the same/unified style for 
all(most) of
our tables.
</pre>
                        <blockquote type="cite">
                          <pre wrap="">Also this is because I removed 'inlined' styles, like
</pre>
                        </blockquote>
                      </blockquote>
                    </blockquote>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">here:
</pre>
        <blockquote type="cite">
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <blockquote type="cite">
                    <blockquote type="cite">
                      <blockquote type="cite">
                        <blockquote type="cite">
                          <pre wrap="">
</pre>
                        </blockquote>
                        <pre wrap="">
</pre>
                      </blockquote>
                    </blockquote>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
          <pre wrap="">
</pre>
        </blockquote>
        <pre wrap=""><a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~serb/8180326/api_old.01/java/awt/font/TextAttribute.html">http://cr.openjdk.java.net/~serb/8180326/api_old.01/java/awt/font/TextAttribute.html</a>
</pre>
        <blockquote type="cite">
          <pre wrap="">
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <blockquote type="cite">
                    <blockquote type="cite">
                      <blockquote type="cite">
                        <pre wrap="">
</pre>
                        <blockquote type="cite">
                          <pre wrap="">----- <a class="moz-txt-link-abbreviated" href="mailto:philip.race@oracle.com">philip.race@oracle.com</a> wrote:

</pre>
                          <blockquote type="cite">
                            <pre wrap="">Adding 2d-dev because a number of the files are 2D.

What is the general reason for changing the appearance of
</pre>
                          </blockquote>
                        </blockquote>
                      </blockquote>
                    </blockquote>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
          <pre wrap="">the
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <blockquote type="cite">
                    <blockquote type="cite">
                      <blockquote type="cite">
                        <pre wrap="">tables?
</pre>
                        <blockquote type="cite">
                          <blockquote type="cite">
                            <pre wrap="">-phil.

On 5/12/17, 4:25 PM, Sergey Bylokhov wrote:
</pre>
                            <blockquote type="cite">
                              <pre wrap="">Hello,
Please review the fix for jdk9-dev.

This fix is a part of the effort to make all javadoc in
</pre>
                            </blockquote>
                          </blockquote>
                        </blockquote>
                      </blockquote>
                    </blockquote>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
          <pre wrap="">jdk9 be
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <blockquote type="cite">
                    <blockquote type="cite">
                      <blockquote type="cite">
                        <blockquote type="cite">
                          <blockquote type="cite">
                            <pre wrap="">compatible to HTML5.
</pre>
                            <blockquote type="cite">
                              <pre wrap="">It covers all errors which are reported by the javadoc
</pre>
                            </blockquote>
                          </blockquote>
                        </blockquote>
                      </blockquote>
                    </blockquote>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
          <pre wrap="">tool
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <blockquote type="cite">
                    <blockquote type="cite">
                      <blockquote type="cite">
                        <pre wrap="">during
</pre>
                        <blockquote type="cite">
                          <blockquote type="cite">
                            <pre wrap="">the build of jdk for java.desktop module.
</pre>
                            <blockquote type="cite">
                              <pre wrap="">Bug: <a class="moz-txt-link-freetext" href="https://bugs.openjdk.java.net/browse/JDK-8180326">https://bugs.openjdk.java.net/browse/JDK-8180326</a>
Webrev can be found at:
</pre>
                            </blockquote>
                            <pre wrap=""><a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~serb/8180326/webrev.01">http://cr.openjdk.java.net/~serb/8180326/webrev.01</a>
</pre>
                            <blockquote type="cite">
                              <pre wrap="">Note that an appearance of some tables were changed
</pre>
                            </blockquote>
                          </blockquote>
                        </blockquote>
                      </blockquote>
                    </blockquote>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">after
</pre>
        <blockquote type="cite">
          <pre wrap="">the
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <blockquote type="cite">
                    <blockquote type="cite">
                      <blockquote type="cite">
                        <pre wrap="">fix:
</pre>
                        <blockquote type="cite">
                          <blockquote type="cite">
                            <blockquote type="cite">
                              <pre wrap="">Before:
</pre>
                            </blockquote>
                          </blockquote>
                        </blockquote>
                        <pre wrap="">
</pre>
                      </blockquote>
                    </blockquote>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
          <pre wrap="">
</pre>
        </blockquote>
        <pre wrap=""><a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~serb/8180326/api_old.01/java/awt/font/TextAttribute.html">http://cr.openjdk.java.net/~serb/8180326/api_old.01/java/awt/font/TextAttribute.html</a>
</pre>
        <blockquote type="cite">
          <pre wrap="">
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <blockquote type="cite">
                    <blockquote type="cite">
                      <blockquote type="cite">
                        <pre wrap="">
</pre>
                        <blockquote type="cite">
                          <blockquote type="cite">
                            <blockquote type="cite">
                              <pre wrap="">After:
</pre>
                            </blockquote>
                          </blockquote>
                        </blockquote>
                        <pre wrap="">
</pre>
                      </blockquote>
                    </blockquote>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
          <pre wrap="">
</pre>
        </blockquote>
        <pre wrap=""><a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~serb/8180326/api.01/java/awt/font/TextAttribute.html">http://cr.openjdk.java.net/~serb/8180326/api.01/java/awt/font/TextAttribute.html</a>
</pre>
        <blockquote type="cite">
          <pre wrap="">
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <blockquote type="cite">
                    <blockquote type="cite">
                      <blockquote type="cite">
                        <pre wrap="">
</pre>
                        <blockquote type="cite">
                          <blockquote type="cite">
                            <blockquote type="cite">
                              <pre wrap="">Before:
</pre>
                            </blockquote>
                          </blockquote>
                        </blockquote>
                        <pre wrap="">
</pre>
                      </blockquote>
                    </blockquote>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
          <pre wrap="">
</pre>
        </blockquote>
        <pre wrap=""><a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~serb/8180326/api_old.01/javax/sound/sampled/AudioSystem.html">http://cr.openjdk.java.net/~serb/8180326/api_old.01/javax/sound/sampled/AudioSystem.html</a>
</pre>
        <blockquote type="cite">
          <pre wrap="">
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <blockquote type="cite">
                    <blockquote type="cite">
                      <blockquote type="cite">
                        <pre wrap="">
</pre>
                        <blockquote type="cite">
                          <blockquote type="cite">
                            <blockquote type="cite">
                              <pre wrap="">After :
</pre>
                            </blockquote>
                          </blockquote>
                        </blockquote>
                        <pre wrap="">
</pre>
                      </blockquote>
                    </blockquote>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
          <pre wrap="">
</pre>
        </blockquote>
        <pre wrap=""><a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~serb/8180326/api.01/javax/sound/sampled/AudioSystem.html">http://cr.openjdk.java.net/~serb/8180326/api.01/javax/sound/sampled/AudioSystem.html</a>
</pre>
        <blockquote type="cite">
          <pre wrap="">
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <blockquote type="cite">
                    <blockquote type="cite">
                      <blockquote type="cite">
                        <pre wrap="">
</pre>
                        <blockquote type="cite">
                          <blockquote type="cite">
                            <blockquote type="cite">
                              <pre wrap="">Before:
</pre>
                            </blockquote>
                          </blockquote>
                        </blockquote>
                        <pre wrap="">
</pre>
                      </blockquote>
                    </blockquote>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
          <pre wrap="">
</pre>
        </blockquote>
        <pre wrap=""><a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~serb/8180326/api_old.01/javax/sound/sampled/AudioPermission.html">http://cr.openjdk.java.net/~serb/8180326/api_old.01/javax/sound/sampled/AudioPermission.html</a>
</pre>
        <blockquote type="cite">
          <pre wrap="">
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <blockquote type="cite">
                    <blockquote type="cite">
                      <blockquote type="cite">
                        <pre wrap="">
</pre>
                        <blockquote type="cite">
                          <blockquote type="cite">
                            <blockquote type="cite">
                              <pre wrap="">After:
</pre>
                            </blockquote>
                          </blockquote>
                        </blockquote>
                        <pre wrap="">
</pre>
                      </blockquote>
                    </blockquote>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
          <pre wrap="">
</pre>
        </blockquote>
        <pre wrap=""><a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~serb/8180326/api.01/javax/sound/sampled/AudioPermission.html">http://cr.openjdk.java.net/~serb/8180326/api.01/javax/sound/sampled/AudioPermission.html</a>
</pre>
        <blockquote type="cite">
          <pre wrap="">
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <blockquote type="cite">
                    <blockquote type="cite">
                      <blockquote type="cite">
                        <pre wrap="">
</pre>
                      </blockquote>
                    </blockquote>
                    <pre wrap="">
</pre>
                  </blockquote>
                  <pre wrap="">
</pre>
                </blockquote>
                <pre wrap="">
</pre>
              </blockquote>
              <pre wrap="">
</pre>
            </blockquote>
            <pre wrap="">
</pre>
          </blockquote>
        </blockquote>
      </blockquote>
    </blockquote>
    <br>
  </body>
</html>