|
124 | 124 | * </thead>
|
125 | 125 | * <tbody>
|
126 | 126 | * <tr>
|
127 |
| - * <th scope="row" valign='top' rowspan='1' colspan='1'> |
| 127 | + * <th scope="row"> |
128 | 128 | * Character reference</th>
|
129 |
| - * <td valign='top' rowspan='1' colspan='1'> |
| 129 | + * <td> |
130 | 130 | * <pre>"x&#178;=5"</pre>
|
131 | 131 | * </td>
|
132 |
| - * <td valign='top' rowspan='1' colspan='1'> |
| 132 | + * <td> |
133 | 133 | * <pre>"x²=5"</pre>
|
134 | 134 | * </td>
|
135 |
| - * <td valign='top' rowspan='1' colspan='1'> |
| 135 | + * <td> |
136 | 136 | * <pre>"x&#178;=5"</pre>
|
137 | 137 | * </td>
|
138 | 138 | * </tr>
|
139 | 139 | * <tr>
|
140 |
| - * <th scope="row" valign='top' rowspan='1' colspan='1'>Built-in |
141 |
| - * character entity</th> |
142 |
| - * <td valign='top' rowspan='1' colspan='1'> |
| 140 | + * <th scope="row">Built-in character entity</th> |
| 141 | + * <td> |
143 | 142 | * <pre>"y&lt;6"</pre>
|
144 | 143 | * </td>
|
145 |
| - * <td valign='top' rowspan='1' colspan='1'> |
| 144 | + * <td> |
146 | 145 | * <pre>"y<6"</pre>
|
147 | 146 | * </td>
|
148 |
| - * <td valign='top' rowspan='1' colspan='1'> |
| 147 | + * <td> |
149 | 148 | * <pre>"y&lt;6"</pre>
|
150 | 149 | * </td>
|
151 | 150 | * </tr>
|
152 | 151 | * <tr>
|
153 |
| - * <th scope="row" valign='top' rowspan='1' colspan='1'>Literal newline between</th> |
154 |
| - * <td valign='top' rowspan='1' colspan='1'> |
155 |
| - * <pre> |
156 |
| - * "x=5&#10;y=6"</pre> |
| 152 | + * <th scope="row">Literal newline between</th> |
| 153 | + * <td> |
| 154 | + * <pre>"x=5&#10;y=6"</pre> |
157 | 155 | * </td>
|
158 |
| - * <td valign='top' rowspan='1' colspan='1'> |
| 156 | + * <td> |
159 | 157 | * <pre>"x=5 y=6"</pre>
|
160 | 158 | * </td>
|
161 |
| - * <td valign='top' rowspan='1' colspan='1'> |
| 159 | + * <td> |
162 | 160 | * <pre>"x=5&#10;y=6"</pre>
|
163 | 161 | * </td>
|
164 | 162 | * </tr>
|
165 | 163 | * <tr>
|
166 |
| - * <th scope="row" valign='top' rowspan='1' colspan='1'>Normalized newline between</th> |
167 |
| - * <td valign='top' rowspan='1' colspan='1'> |
| 164 | + * <th scope="row">Normalized newline between</th> |
| 165 | + * <td> |
168 | 166 | * <pre>"x=5
|
169 | 167 | * y=6"</pre>
|
170 | 168 | * </td>
|
171 |
| - * <td valign='top' rowspan='1' colspan='1'> |
| 169 | + * <td> |
172 | 170 | * <pre>"x=5 y=6"</pre>
|
173 | 171 | * </td>
|
174 |
| - * <td valign='top' rowspan='1' colspan='1'> |
| 172 | + * <td> |
175 | 173 | * <pre>"x=5 y=6"</pre>
|
176 | 174 | * </td>
|
177 | 175 | * </tr>
|
178 | 176 | * <tr>
|
179 |
| - * <th scope="row" valign='top' rowspan='1' colspan='1'>Entity <code>e</code> with literal newline</th> |
180 |
| - * <td valign='top' rowspan='1' colspan='1'> |
| 177 | + * <th scope="row">Entity <code>e</code> with literal newline</th> |
| 178 | + * <td> |
181 | 179 | * <pre>
|
182 | 180 | * <!ENTITY e '...&#10;...'> [...]> "x=5&e;y=6"</pre>
|
183 | 181 | * </td>
|
184 |
| - * <td valign='top' rowspan='1' colspan='1'><em>Dependent on Implementation and Load Options</em></td> |
185 |
| - * <td valign='top' rowspan='1' colspan='1'><em>Dependent on Implementation and Load/Save Options</em></td> |
| 182 | + * <td><em>Dependent on Implementation and Load Options</em></td> |
| 183 | + * <td><em>Dependent on Implementation and Load/Save Options</em></td> |
186 | 184 | * </tr>
|
187 | 185 | * </tbody>
|
188 | 186 | * </table>
|
|
0 commit comments