-
Notifications
You must be signed in to change notification settings - Fork 136
/
Copy pathi18n.html
22 lines (22 loc) · 906 Bytes
/
i18n.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Removed: Internationalization Support — SVG 2</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<link rel="stylesheet" href="//www.w3.org/StyleSheets/TR/2016/base.css" type="text/css" media="screen">
</head>
<body>
<h1>Removed: Internationalization Support</h1>
<p>This appendix is no longer part of the SVG specification.</p>
<p>
Internationalization features related to text are defined
in the <a href="text.html">Text chapter</a>.
</p>
<p>
You can view <a href="https://www.w3.org/TR/SVG11/i18n.html">the appendix in SVG 1.1</a>,
or <a href="Overview.html">go back to the main page for SVG 2</a>.
</p>
</body>
</html>