spdx-spec
spdx-spec copied to clipboard
The SPDX 3.0 HTML page does not have the version selection dropdown
See: https://spdx.github.io/spdx-spec/v3.0/
Check on my browsers (Chrome, Firefox, and Safari), it does have the version selection dropdown on the navigation list in the left pane.
(The HTML, generated by mike & mkdocs, at https://github.com/spdx/spdx-spec/blob/gh-pages/v3.0/index.html also has the version-select enabled)
But somehow the default "highlighted" position in navigation list is always "Core".
(Try to select any chapter/class/property/annex, the blue highlight will always be at the "Core". This behaviour is different in v2.2 and v2.3 sites, where the blue highlight will be at the position which correspond the current page.)
As the "Core" heading is a little bit down in the navigation list, as a result, the version selection dropdown is out of the view and a user has to scroll up the left pane in order to see the dropdown. So yes this has to be fixed.
Inspecting the HTML:
-
The
ulelement for the "model" always gotcurrentvalue in itsclassproperty. -
Also, the
aelement for the "Core" always gotcurrentvalue in itsclassproperty.
Filed #958 to cover the Core expansion issue.
User error - you just have to scroll up
Would be great anyway if we can fix the UI to have the dropdown immediately visible.