@@ -130,11 +130,6 @@ <h2>
130130 before proceeding along the W3C Recommendation track.
131131 </ p >
132132 < ul >
133- < li data-link-for ="PaymentItem ">
134- < a > PaymentItem</ a > 's < a > type</ a > member and the
135- < a > PaymentItemType</ a > enum (see < a href =
136- "https://github.com/w3c/payment-request/issues/163 "> issue 163</ a > ).
137- </ li >
138133 < li data-link-for ="PaymentRequest "> As the < code > optional
139134 detailsPromise</ code > argument of the < a > show()</ a > method was added
140135 late in the Candidate Recommendation phase, the working group is
@@ -2082,8 +2077,6 @@ <h2>
20822077 required DOMString label;
20832078 required PaymentCurrencyAmount amount;
20842079 boolean pending = false;
2085- // Note: type member is "at risk" of being removed!
2086- PaymentItemType type;
20872080 };
20882081 </ pre >
20892082 < p >
@@ -2117,63 +2110,6 @@ <h2>
21172110 the user interface for the payment request.
21182111 </ dd >
21192112 </ dl >
2120- < div class ="issue atrisk ">
2121- < p >
2122- This feature has been marked "< a > at risk</ a > ". Firefox plans to
2123- experiment with this feature during the Candidate Recommendation
2124- phase. If you'd like for this feature to remain in the specification,
2125- please signal your support for it to remain in < a href =
2126- "https://github.com/w3c/payment-request/issues/163 "> issue 163</ a > .
2127- </ p >
2128- < dl >
2129- < dt >
2130- < dfn > type</ dfn > member
2131- </ dt >
2132- < dd data-tests ="PaymentItem/type_member.https.html ">
2133- A < a > PaymentItemType</ a > enum value, which a developer can use to
2134- explicitly indicate that this member is of a particular type. A
2135- user agent MAY use the value of < a > type</ a > to assist in the
2136- presentation of < a > PaymentItem</ a > by, for example, visually
2137- grouping types together or other otherwise distinguishing them from
2138- other types (or from items that have no associated type).
2139- </ dd >
2140- < dd > </ dd >
2141- </ dl >
2142- </ div >
2143- </ section >
2144- < div class ="issue atrisk ">
2145- < p >
2146- This feature has been marked "< a > at risk</ a > ". Firefox plans to
2147- experiment with this feature during the Candidate Recommendation phase.
2148- If you'd like for this feature to remain in the specification, please
2149- signal your support for it to remain in < a href =
2150- "https://github.com/w3c/payment-request/issues/163 "> issue 163</ a > .
2151- </ p >
2152- < section data-dfn-for ="PaymentItemType ">
2153- < h2 >
2154- < dfn > PaymentItemType</ dfn > enum
2155- </ h2 >
2156- < pre class ="idl ">
2157- enum PaymentItemType {
2158- "tax"
2159- };
2160- </ pre >
2161- < p >
2162- The < a > PaymentItemType</ a > serves to categorize a < a > PaymentItem</ a >
2163- into particular types.
2164- </ p >
2165- < dl >
2166- < dt >
2167- "< dfn > tax</ dfn > "
2168- </ dt >
2169- < dd >
2170- Indicates that the corresponding < a > PaymentItem</ a > represents a
2171- form of taxation. Examples include sales tax, goods and services
2172- tax, value added tax, an so on.
2173- </ dd >
2174- </ dl >
2175- </ section >
2176- </ div >
21772113 < section >
21782114 < h2 >
21792115 Physical addresses
0 commit comments