Skip to content

Commit 528f41e

Browse files
Update version support table to match 33 release is latest and announced 34 breaking change languages.
PiperOrigin-RevId: 871452988
1 parent 47a2608 commit 528f41e

2 files changed

Lines changed: 143 additions & 82 deletions

File tree

content/includes/version-tables.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,36 +95,36 @@ table.version-chart td.active {
9595
/* latest release column */
9696
/*
9797
* How to advance the selection of the latest release:
98-
* Replace class 'y25q3' in the following selectors with 'y25q4' (the class
98+
* Replace class 'y25q4' in the following selectors with 'y26q1' (the class
9999
* referring to the quarter of the next release). Please also update this
100100
* instruction as a courtesy to the next maintainer.
101101
*/
102102

103103
/* visually replace 'yyQq' heading with string 'Latest' */
104-
table.version-chart th.y25q3 span {
104+
table.version-chart th.y25q4 span {
105105
display: none;
106106
}
107-
table.version-chart th.y25q3::after {
107+
table.version-chart th.y25q4::after {
108108
content: "Latest"
109109
}
110110

111111
/* draw a focus rectangle around the latest release column */
112-
table.version-chart th.y25q3 {
112+
table.version-chart th.y25q4 {
113113
border-top: 2px solid #e06666 !important;
114114
border-left: 2px solid #e06666 !important;
115115
border-right: 2px solid #e06666 !important;
116116
}
117-
table.version-chart td.y25q3 {
117+
table.version-chart td.y25q4 {
118118
font-weight: bold;
119119
border-left: 2px solid #e06666 !important;
120120
border-right: 2px solid #e06666 !important;
121121
}
122-
table.version-chart tr:last-child td.y25q3 {
122+
table.version-chart tr:last-child td.y25q4 {
123123
border-bottom: 2px solid #e06666 !important;
124124
}
125125

126126
/* future release columns */
127-
table.version-chart td:not(:has(~ .y25q3)):not(.y25q3) {
127+
table.version-chart td:not(:has(~ .y25q4)):not(.y25q4) {
128128
font-style: italic;
129129
}
130130

0 commit comments

Comments
 (0)