Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,15 @@ <h1>CodeMeta Generator v3.0</h1>
<p title="License(s) under which the software is published">
<label for="license">License(s)</label>
<input list="licenses" name="license" id="license"
aria-describedby="licenses_descr"> <!-- TODO: insert placeholder -->
aria-describedby="licenses_descr"
placeholder="LGPL-3.0-or-later" >

<datalist id="licenses">
</datalist>
<!-- This datalist is to be filled automatically -->

<br />
<span class="field-description" id="licenses_descr">from <a href="https://spdx.org/licenses/">SPDX License List</a>; select from the list, one by one</span>
<span class="field-description" id="licenses_descr">from <a href="https://spdx.org/licenses/">SPDX License List</a>; type or select from the list, one by one</span>
<div id="selected-licenses">
<!-- This div is to be filled as the user selects licenses -->
</div>
Expand Down