Skip to content

Commit d9e637c

Browse files
committed
Editorial improvement: Use style="list-style-type: none" for <ul>
1 parent d47f428 commit d9e637c

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

xml/issue4423.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ This wording is relative to <paper num="N5014"/>.
3030
<li><p>Modify <sref ref="[meta.reflection.define.aggregate]"/> as indicated:</p>
3131

3232
<blockquote>
33-
<ul>
33+
<ul style="list-style-type: none">
3434
<li>(5.3) &mdash;
3535
if `options.name` does not contain a value, then `options.bit_width`
3636
contains a value;
3737
</li>
3838
<li>(5.4) &mdash;
3939
if `options.bit_width` contains a value <i>V</i>, then
40-
<ul>
40+
<ul style="list-style-type: none">
4141
<li>(5.4.1) &mdash;
4242
`is_integral_type(type) || is_enum_type(type)` is `true`,
4343
</li>

xml/issue4424.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ be the corresponding data member description represented by
5252
<i>r<sub>K</sub></i>.
5353
</p>
5454
<p>-8- <i>Constant when</i>:
55-
<ul>
55+
<ul style="list-style-type: none">
5656
<li><ins>(8.?) &mdash;
5757
`dealias(class_type)` represents a class type;
5858
</ins>
@@ -94,7 +94,7 @@ be the corresponding data member description represented by
9494
<i>r<sub>K</sub></i>.
9595
</p>
9696
<p>-8- <i>Constant when</i>:
97-
<ul>
97+
<ul style="list-style-type: none">
9898
<li><ins>(8.?) &mdash;
9999
`class_type` represents a cv-unqualified class type;
100100
</ins>

xml/issue4428.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Otherwise, `false`.
4141
</p>
4242
<p>-6- <i>Throws</i>:
4343
`meta::exception` unless
44-
<ul>
44+
<ul style="list-style-type: none">
4545
<li>(6.1) &mdash;
4646
<ins>the evaluation of</ins>
4747
`nonstatic_data_members_of(r, access_context::unchecked())`
@@ -93,7 +93,7 @@ is `true`, preserving their order.
9393
</p>
9494
<p>-5- <i>Throws</i>:
9595
`meta::exception` unless
96-
<ul>
96+
<ul style="list-style-type: none">
9797
<li>(5.1) &mdash;
9898
<ins>the evaluation of</ins>
9999
`annotations_of(item)`
@@ -141,7 +141,7 @@ the <i>i</i><sup>th</sup> element of `r`.
141141
</p>
142142
<p>-11-
143143
Let <i>P</i> be
144-
<ul>
144+
<ul style="list-style-type: none">
145145
<li>(11.1) &mdash;
146146
If `sizeof...(`<i>V</i>`) > 0` is `true`,
147147
then the template parameter object (<sref ref="[temp.param]"/>)

xml/issue4429.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ consteval size_t alignment_of(info r);
3434
<p>-7- <i>Returns</i>: [&hellip;]
3535
</p>
3636
<p>-8- <i>Throws</i>: `meta::exception` unless all of the following conditions are met:
37-
<ul>
37+
<ul style="list-style-type: none">
3838
<li>(8.1) &mdash;
3939
`dealias(r)` is a reflection of a type, object, variable of non-reference type,
4040
non-static data member that is not a bit-field, direct base class relationship,

xml/issue4434.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This wording is relative to <paper num="N5014"/>.
3333

3434
<blockquote>
3535
<p>-4- <i>Throws</i>: `meta::exception` if<del>:</del>
36-
<ul>
36+
<ul style="list-style-type: none">
3737
<li><del>(4.1) &mdash;</del>
3838
`r` represents a class member for which <code><i>PARENT-CLS</i>(r)</code>
3939
is an incomplete class <del>or</del><ins>.</ins>

xml/issue4435.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This wording is relative to <paper num="N5014"/>.
3939
<pre>consteval bool has_identifier(info r);</pre>
4040
<blockquote>
4141
<p>-1- <i>Returns</i>:
42-
<ul>
42+
<ul style="list-style-type: none">
4343
<li>(1.1) &mdash;
4444
If `r` represents an entity that has a typedef name for linkage purposes
4545
(<sref ref="[dcl.typedef]"/>), then `true`.
@@ -54,7 +54,7 @@ Otherwise, if `r` represents a type alias, then `!has_template_arguments(r)`.
5454
<li>(1.3) &mdash;
5555
Otherwise, if `r` represents a <ins>type, then `true` if</ins>
5656
<del>class type, then `!has_template_arguments(r)`.</del>
57-
<ul>
57+
<ul style="list-style-type: none">
5858
<li><ins>(1.3.1) &mdash;
5959
`r` represents a cv-unqualified class type
6060
and `has_template_arguments(r)` is `false`, or
@@ -80,7 +80,7 @@ Otherwise, if `r` represents the <i>i</i><sup>th</sup> parameter of a function <
8080
</li>
8181
<li>(1.7) &mdash;
8282
Otherwise, if `r` represents the parameter <i>P</i> of a function <i>F</i>, then let <i>S</i> be the set of declarations, ignoring any explicit instantiations, that precede some point in the evaluation context and that declare either <i>F</i> or a templated function of which <i>F</i> is a specialization; `true` if
83-
<ul>
83+
<ul style="list-style-type: none">
8484
<li>(1.7.1) &mdash;
8585
there is a declaration <i>D</i> in <i>S</i> that introduces a name <i>N</i> for either <i>P</i> or the parameter corresponding to <i>P</i> in the templated function that <i>D</i> declares and
8686
</li>

0 commit comments

Comments
 (0)