Bug 1858983 [wpt PR 42532] - Fix case of incorrect removal of dir=auto state in HTMLE...
[gecko.git] / toolkit / content / aboutRights-unbranded.xhtml
blob240b1195faf4f75cad13b1226ce29b1d9008b590
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html [ <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 %htmlDTD; ]>
5 <!-- This Source Code Form is subject to the terms of the Mozilla Public
6 - License, v. 2.0. If a copy of the MPL was not distributed with this
7 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
9 <html xmlns="http://www.w3.org/1999/xhtml">
10 <head>
11 <meta
12 http-equiv="Content-Security-Policy"
13 content="default-src chrome:; object-src 'none'"
15 <meta name="color-scheme" content="light dark" />
16 <title data-l10n-id="rights-title"></title>
17 <link
18 rel="stylesheet"
19 href="chrome://global/skin/in-content/info-pages.css"
20 type="text/css"
22 <link rel="localization" href="branding/brand.ftl" />
23 <link rel="localization" href="toolkit/about/aboutRights.ftl" />
24 </head>
26 <body id="your-rights" class="aboutPageWideContainer">
27 <div class="container">
28 <h1 data-l10n-id="rights-title"></h1>
30 <p data-l10n-id="rights-intro"></p>
32 <ul>
33 <li data-l10n-id="rights-intro-point-1">
35 href="http://www.mozilla.org/MPL/"
36 data-l10n-name="mozilla-public-license-link"
37 ></a>
38 </li>
39 <!-- Point 2 discusses Mozilla trademarks, and isn't needed when the build is unbranded.
40 - Point 4 discusses privacy policy, unbranded builds get a placeholder (for the vendor to replace)
41 - Point 5 discusses web service terms, unbranded builds gets a placeholder (for the vendor to replace) -->
42 <li data-l10n-id="rights-intro-point-4-unbranded"></li>
43 <li data-l10n-id="rights-intro-point-5-unbranded">
45 href="about:rights#webservices"
46 id="showWebServices"
47 data-l10n-name="mozilla-website-services-link"
48 ></a>
49 </li>
50 </ul>
52 <div id="webservices-container">
53 <a name="webservices" />
54 <h3 data-l10n-id="rights-webservices-header"></h3>
56 <p data-l10n-id="rights-webservices-unbranded"></p>
58 <ol>
59 <!-- Terms only apply to official builds, unbranded builds get a placeholder. -->
60 <li data-l10n-id="rights-webservices-term-unbranded"></li>
61 </ol>
62 </div>
63 </div>
64 </body>
65 <script src="chrome://global/content/aboutRights.js" />
66 </html>