46
46
: host-context (body .cxx-draft ) h1 { position : absolute; top : 40% ; text-align : center; }
47
47
: host-context (body .cxx-draft ) p .warning { position : absolute; bottom : 5% ; }
48
48
49
- : host-context (body .cxx-pdts , body .cxx-dts ) .header { position : absolute; right : 0 ; top : 0 ; text-align : right; }
50
- : host-context (body .cxx-pdts , body .cxx-dts ) .header ::content cxx-docnum { font-size : 150% ; }
51
- : host-context (body .cxx-pdts , body .cxx-dts ) .header cxx-docnum { font-size : 150% ; }
52
- : host-context (body .cxx-pdts , body .cxx-dts ) hgroup { position : absolute; top : 30% ; }
53
- : host-context (body .cxx-pdts , body .cxx-dts ) hgroup * { margin : 0 ; }
54
- : host-context (body .cxx-pdts , body .cxx-dts ) hgroup h1 { font-size : 150% ; font-weight : bold; }
55
- : host-context (body .cxx-pdts , body .cxx-dts ) hgroup h2 { font-size : 100% ; font-weight : normal; }
56
- : host-context (body .cxx-pdts , body .cxx-dts ) .footer { position : absolute; left : 0 ; bottom : 5% ; }
57
- : host-context (body .cxx-pdts , body .cxx-dts ) figure { border : # 111 solid 1px ; padding : 10px ; margin-left : auto; margin-right : auto; }
58
- : host-context (body .cxx-pdts , body .cxx-dts ) figcaption { text-align : center; font-weight : bold; }
59
- : host-context (body .cxx-pdts , body .cxx-dts ) .warning { position : absolute; bottom : 20% ; }
60
- : host-context (body .cxx-pdts , body .cxx-dts ) .copyright address { font-style : normal; margin-left : 2em ; }
61
- : host-context (body .cxx-pdts , body .cxx-dts ) .copyright address a { color : inherit; text-decoration : inherit; }
49
+ : host-context (body .cxx-pdts , body .cxx-dts , body . cxx-ts ) .header { position : absolute; right : 0 ; top : 0 ; text-align : right; }
50
+ : host-context (body .cxx-pdts , body .cxx-dts , body . cxx-ts ) .header ::content cxx-docnum { font-size : 150% ; }
51
+ : host-context (body .cxx-pdts , body .cxx-dts , body . cxx-ts ) .header cxx-docnum { font-size : 150% ; }
52
+ : host-context (body .cxx-pdts , body .cxx-dts , body . cxx-ts ) hgroup { position : absolute; top : 30% ; }
53
+ : host-context (body .cxx-pdts , body .cxx-dts , body . cxx-ts ) hgroup * { margin : 0 ; }
54
+ : host-context (body .cxx-pdts , body .cxx-dts , body . cxx-ts ) hgroup h1 { font-size : 150% ; font-weight : bold; }
55
+ : host-context (body .cxx-pdts , body .cxx-dts , body . cxx-ts ) hgroup h2 { font-size : 100% ; font-weight : normal; }
56
+ : host-context (body .cxx-pdts , body .cxx-dts , body . cxx-ts ) .footer { position : absolute; left : 0 ; bottom : 5% ; }
57
+ : host-context (body .cxx-pdts , body .cxx-dts , body . cxx-ts ) figure { border : # 111 solid 1px ; padding : 10px ; margin-left : auto; margin-right : auto; }
58
+ : host-context (body .cxx-pdts , body .cxx-dts , body . cxx-ts ) figcaption { text-align : center; font-weight : bold; }
59
+ : host-context (body .cxx-pdts , body .cxx-dts , body . cxx-ts ) .warning { position : absolute; bottom : 20% ; }
60
+ : host-context (body .cxx-pdts , body .cxx-dts , body . cxx-ts ) .copyright address { font-style : normal; margin-left : 2em ; }
61
+ : host-context (body .cxx-pdts , body .cxx-dts , body . cxx-ts ) .copyright address a { color : inherit; text-decoration : inherit; }
62
62
63
63
th { text-align : left; vertical-align : top; }
64
64
</ style >
68
68
< template if ="{{docnum}} ">
69
69
< tr > < th > Document Number:</ th > < td > < content select ="cxx-docnum "> </ content > </ td > </ tr >
70
70
</ template >
71
- < template if ="{{pubdate }} ">
72
- < tr > < th > Date:</ th > < td > < content select =" time[pubdate] " > </ content > </ td > </ tr >
71
+ < template if ="{{hasPubdate }} ">
72
+ < tr > < th > Date:</ th > < td > < time pubdate > < span class =" pubyear " > {{pubyear}} </ span > -{{pubmonth}}-{{pubday}} </ time > </ td > </ tr >
73
73
</ template >
74
74
< template if ="{{revises}} ">
75
75
< tr > < th > Revises:</ th > < td > < content select ="cxx-revises "> </ content > </ td > </ tr >
@@ -88,18 +88,23 @@ <h1>Working Draft, {{title}}</h1>
88
88
</ div >
89
89
</ template >
90
90
91
- < template if ="{{stage == 'pdts' || stage == 'dts'}} ">
91
+ < template if ="{{stage == 'pdts' || stage == 'dts' || stage == 'ts' }} ">
92
92
< div class ="page ">
93
93
< div class ="header ">
94
- < strong > ISO/IEC JTC1 SC22 WG21 < content select ="cxx-docnum "/> </ content> </ strong> < br />
95
- Date: < content select ="time[pubdate] "> </ content > < br />
96
- < template if ="{{stage == 'pdts'}} ">
97
- ISO/IEC PDTS < content select ="cxx-project-number "> </ content > < br />
94
+ < template if ="{{stage == 'pdts' || stage == 'dts'}} ">
95
+ < strong > ISO/IEC JTC1 SC22 WG21 < content select ="cxx-docnum "/> </ content> </ strong> < br />
96
+ Date: < time pubdate > < span class ="pubyear "> {{pubyear}}</ span > -{{pubmonth}}-{{pubday}}</ time > < br />
97
+ < template if ="{{stage == 'pdts'}} ">
98
+ ISO/IEC PDTS < content select ="cxx-project-number "> </ content > < br />
99
+ </ template >
100
+ < template if ="{{stage == 'dts'}} ">
101
+ ISO/IEC DTS < content select ="cxx-project-number "> </ content > < br />
102
+ </ template >
98
103
</ template>
99
- < template if ="{{stage == 'dts '}} ">
100
- ISO/IEC DTS < content select ="cxx-project-number "> </ content > < br />
104
+ < template if ="{{stage == 'ts '}} ">
105
+ < strong class =" docname " > ISO/IEC < content select ="cxx-project-number "> </ content > : < span class =" pubyear " > {{pubyear}} </ span > </ strong > < br />
101
106
</ template >
102
- ISO/IEC JTC1 SC22< br />
107
+ ISO/IEC JTC1 SC22 WG21 < br />
103
108
Secretariat: ANSI
104
109
</ div>
105
110
< hgroup >
@@ -125,29 +130,34 @@ <h2>Langages de programmation — {{title_fr}}</h2>
125
130
Document type: Draft Technical Specification< br />
126
131
Document stage: (40) Enquiry< br />
127
132
</ template >
133
+ < template if ="{{stage == 'ts'}} ">
134
+ Document type: Technical Specification< br />
135
+ Document stage: (60) Publication< br />
136
+ </ template >
128
137
Document language: E
129
138
</ div >
130
139
</ div>
131
140
< div class ="page ">
132
141
< figure class ="copyright ">
133
- < figcaption > Copyright notice</ figcaption >
134
- < p > This ISO document is a working draft or committee draft and is copyright-protected by ISO. While
135
- the reproduction of working drafts or committee drafts in any form for use by participants in the
136
- ISO standards development process is permitted without prior permission from ISO, neither this
137
- document nor any extract from it may be reproduced, stored or transmitted in any form for any
138
- other purpose without prior written permission from ISO.</ p >
139
- < p > Requests for permission to reproduce this document for the purpose of selling it should be
140
- addressed as shown below or to ISO’s member body in the country of the requester:</ p >
142
+ < p > © ISO {{pubyear}}</ p >
143
+ < p >
144
+ All rights reserved. Unless otherwise specified, no part
145
+ of this publication may be reproduced or utilized
146
+ otherwise in any form or by any means, electronic or
147
+ mechanical, including photocopying, or posting on the
148
+ internet or an intranet, without prior written permission.
149
+ Permission can be requested from either ISO at the address
150
+ below or ISO's member body in the country of the requester.
151
+ </ p >
141
152
< address >
142
- ISO copyright officer < br >
143
- Case postale 56, CH-1211 Geneva 20< br >
153
+ ISO copyright office < br >
154
+ Case postale 56 · CH-1211 Geneva 20< br >
144
155
Tel. + 41 22 749 01 11< br >
145
156
Fax + 41 22 749 09 47< br >
146
157
E-mail < a href ="mailto:copyright@iso.org "> copyright@iso.org</ a > < br >
147
158
Web < a href ="http://www.iso.org "> www.iso.org</ a >
148
159
</ address >
149
- < p > Reproduction may be subject to royalty payments or a licensing agreement.</ p >
150
- < p > Violators may be prosecuted.</ p >
160
+ < p > Published in Switzerland.</ p >
151
161
</ figure >
152
162
</ div >
153
163
</ template>
@@ -168,7 +178,7 @@ <h2>Langages de programmation — {{title_fr}}</h2>
168
178
<!-- Find your project number at https://isocpp.org/std/status. -->
169
179
< template > < content > </ content > </ template >
170
180
</ polymer-element >
171
- < polymer-element name ="cxx-docnum " noscript >
181
+ < polymer-element name ="cxx-docnum " noscript class =" docname " >
172
182
< template > < content > </ content > </ template >
173
183
</ polymer-element >
174
184
< polymer-element name ="cxx-editor " noscript >
0 commit comments