Skip to content

Commit

Permalink
8303019: cssref.html incorrect internal link in Path
Browse files Browse the repository at this point in the history
Reviewed-by: kcr
  • Loading branch information
Andy Goryachev committed Feb 24, 2023
1 parent 7bf2372 commit 1dd0a59
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2928,7 +2928,7 @@ <h4><a id="line">Line</a></h4>
<td></td>
</tr>
<tr>
<th colspan="4" class="parents" scope="row">Also has all properties of <a href="#node">Shape</a></th>
<th colspan="4" class="parents" scope="row">Also has all properties of <a href="#shape">Shape</a></th>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -2958,7 +2958,7 @@ <h4><a id="path">Path</a></h4>
<td></td>
</tr>
<tr>
<th colspan="4" class="parents" scope="row">Also has all properties of <a href="#node">Shape</a></th>
<th colspan="4" class="parents" scope="row">Also has all properties of <a href="#shape">Shape</a></th>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -3068,7 +3068,7 @@ <h4><a id="text">Text</a></h4>
</tr>
<tr>
<th colspan="4" class="parents" scope="row">Also has <a href="#fontprops">font
properties</a> and all properties of Shape</th>
properties</a> and all properties of <a href="#shape">Shape</a></th>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -6038,7 +6038,7 @@ <h4><a id="xychart">XYChart</a></h4>
<td>&nbsp;</td>
</tr>
<tr>
<th colspan="4" class="parents" scope="row">Has all properties of <a href="#chart">chart</a></th>
<th colspan="4" class="parents" scope="row">Has all properties of <a href="#chart">Chart</a></th>
</tr>
</tbody>
</table>
Expand Down

1 comment on commit 1dd0a59

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.