You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The string {@code "boo:and:foo"}, for example, yields the following results with these expressions:
2349
2349
* <blockquote>
2350
-
* <table cellpadding=1 cellspacing=0 summary="Split examples showing regex and result">
2350
+
* <table cellpadding=1 cellspacing=0>
2351
+
* <caption>Split examples showing regex and result</caption>
2351
2352
* <tr>
2352
2353
* <th>Regex</th>
2353
2354
* <th>Result</th>
@@ -2401,7 +2402,8 @@ public Seq<CharSeq> split(String regex) {
2401
2402
* <p>
2402
2403
* The string {@code "boo:and:foo"}, for example, yields the
2403
2404
* following results with these parameters:
2404
-
* <blockquote><table cellpadding=1 cellspacing=0 summary="Split example showing regex, limit, and result">
2405
+
* <blockquote><table cellpadding=1 cellspacing=0>
2406
+
* <caption>Split example showing regex, limit, and result</caption>
2405
2407
* <tr>
2406
2408
* <th>Regex</th>
2407
2409
* <th>Limit</th>
@@ -2456,7 +2458,8 @@ public Seq<CharSeq> split(String regex, int limit) {
2456
2458
* {@code CharSeq} may be a different length than the original {@code CharSeq}.
2457
2459
* <p>
2458
2460
* Examples of lowercase mappings are in the following table:
2459
-
* <table border="1" summary="Lowercase mapping examples showing language code of locale, upper case, lower case, and description">
2461
+
* <table border="1">
2462
+
* <caption>Lowercase mapping examples showing language code of locale, upper case, lower case, and description</caption>
2460
2463
* <tr>
2461
2464
* <th>Language Code of Locale</th>
2462
2465
* <th>Upper Case</th>
@@ -2536,7 +2539,8 @@ public CharSeq toLowerCase() {
2536
2539
* <p>
2537
2540
* Examples of locale-sensitive and 1:M case mappings are in the following table.
2538
2541
*
2539
-
* <table border="1" summary="Examples of locale-sensitive and 1:M case mappings. Shows Language code of locale, lower case, upper case, and description.">
2542
+
* <table border="1">
2543
+
* <caption>Examples of locale-sensitive and 1:M case mappings. Shows Language code of locale, lower case, upper case, and description.</caption>
2540
2544
* <tr>
2541
2545
* <th>Language Code of Locale</th>
2542
2546
* <th>Lower Case</th>
@@ -2613,7 +2617,8 @@ public CharSeq toUpperCase() {
2613
2617
* <p>
2614
2618
* Examples of locale-sensitive and 1:M case mappings are in the following table.
2615
2619
*
2616
-
* <table border="1" summary="Examples of locale-sensitive and 1:M case mappings. Shows Language code of locale, lower case, upper case, and description.">
2620
+
* <table border="1">
2621
+
* <caption>Examples of locale-sensitive and 1:M case mappings. Shows Language code of locale, lower case, upper case, and description.</caption>
0 commit comments