|
| 1 | +<!-- Copyright 2015 Google Inc. All rights reserved. |
| 2 | +
|
| 3 | +Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | +you may not use this file except in compliance with the License. |
| 5 | +You may obtain a copy of the License at |
| 6 | +
|
| 7 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | +
|
| 9 | +Unless required by applicable law or agreed to in writing, software |
| 10 | +distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | +See the License for the specific language governing permissions and |
| 13 | +limitations under the License. |
| 14 | +--> |
| 15 | + |
| 16 | +<!-- |
| 17 | +This element is empty and auto-generates the necessary content. |
| 18 | +--> |
| 19 | +<polymer-element name="cxx-foreword"> |
| 20 | + <template> |
| 21 | + <style> |
| 22 | + :host { display: block; min-height: 100%; } |
| 23 | + :host { page-break-before: always; page-break-after: always; min-height: 100vh; margin-bottom: 2em; } |
| 24 | + |
| 25 | + :host-context(body.cxx-draft) :host { display: none; } |
| 26 | + </style> |
| 27 | + <section> |
| 28 | + <h1>Foreword</h1> |
| 29 | + |
| 30 | + <p> |
| 31 | + ISO (the International Organization for Standardization) is a |
| 32 | + worldwide federation of national standards bodies (ISO member |
| 33 | + bodies). The work of preparing International Standards is |
| 34 | + normally carried out through ISO technical committees. Each |
| 35 | + member body interested in a subject for which a technical |
| 36 | + committee has been established has the right to be represented |
| 37 | + on that committee. International organizations, governmental |
| 38 | + and non-governmental, in liaison with ISO, also take part in |
| 39 | + the work. ISO collaborates closely with the International |
| 40 | + Electrotechnical Commission (IEC) on all matters of |
| 41 | + electrotechnical standardization. |
| 42 | + </p> |
| 43 | + <p> |
| 44 | + The procedures used to develop this document and those |
| 45 | + intended for its further maintenance are described in the |
| 46 | + ISO/IEC Directives, Part 1. In particular the different |
| 47 | + approval criteria needed for the different types of ISO |
| 48 | + documents should be noted. This document was drafted in |
| 49 | + accordance with the editorial rules of the ISO/IEC Directives, |
| 50 | + Part 2. |
| 51 | + <a href="http://www.iso.org/directives">www.iso.org/directives</a> |
| 52 | + </p> |
| 53 | + <p> |
| 54 | + Attention is drawn to the possibility that some of the |
| 55 | + elements of this document may be the subject of patent rights. |
| 56 | + ISO shall not be held responsible for identifying any or all |
| 57 | + such patent rights. Details of any patent rights identified |
| 58 | + during the development of the document will be in the |
| 59 | + Introduction and/or on the ISO list of patent declarations |
| 60 | + received. |
| 61 | + <a href="http://www.iso.org/patents">www.iso.org/patents</a> |
| 62 | + </p> |
| 63 | + <p> |
| 64 | + Any trade name used in this document is information given for |
| 65 | + the convenience of users and does not constitute an |
| 66 | + endorsement. |
| 67 | + </p> |
| 68 | + <p> |
| 69 | + For an explanation on the meaning of ISO specific terms and |
| 70 | + expressions related to conformity assessment, as well as |
| 71 | + information about ISO's adherence to the WTO principles in the |
| 72 | + Technical Barriers to Trade (TBT) see the following URL: |
| 73 | + <a href="http://www.iso.org/iso/home/standards_development/resources-for-technical-work/foreword.htm">Foreword - Supplementary information</a> |
| 74 | + </p> |
| 75 | + <p> |
| 76 | + The committee responsible for this document is ISO/IEC JTC1. |
| 77 | + </p> |
| 78 | + </section> |
| 79 | + </template> |
| 80 | + <script> |
| 81 | + Polymer({ |
| 82 | + title: "Foreword", |
| 83 | + }); |
| 84 | + </script> |
| 85 | +</polymer-element> |
0 commit comments