Missing commas

Name: Carlos Madeira
Email: c_madeira@yahoo.com
Affiliation: 
Document: W2
Item Number: (none selected)
Part of Item: 
Comment Type: editorial
Summary of Issue: Missing commas
Comment (Including rationale for any proposed change):
In aria-label:
<div role="group" aria-labelledby="groupLabel">
 <span id="groupLabel>Work Phone</span>
 +<input type="number" aria-label="country code">
 <input type="number" aria-label="area code">
 <input type="number" aria-label="subscriber number">
</div>
Missing commas after "grouplabel".
Proposed Change:
<div role="group" aria-labelledby="groupLabel">
 <span id="groupLabel">Work Phone</span>
 +<input type="number" aria-label="country code">
 <input type="number" aria-label="area code">
 <input type="number" aria-label="subscriber number">
</div>

Received on Sunday, 15 May 2022 15:09:11 UTC

AltStyle によって変換されたページ (->オリジナル) /