## Description of the enhancement - [x] Layout follows the visual spec - [ ] Layout colours are implemented using variables - [x] Main content should be laid out with Bootstrap grid instead of tables - [ ] Show the title only once, if it's present in the data twice (eg. Once in the configuration and once in the vocabulary) - [ ] Language tag next to title if applicable - [x] Supported content languages shown - [ ] Property labels should be capitalized - [ ] Property values should be sorted using locale-specific collation rules - [ ] Properties with resource values: - [ ] If suitable label not found, display label in another language, or shortened URI if all else fails - [ ] Properties with literal values - [x] Show values with HTML content - [ ] Show data types - [x] Format date property values such as xsd:date and xsd:dateTime according to the content language (or UI language?) - [x] Download link texts should be spaced - [ ] Make sure all values in the content language have appropriate language attributes in HTML - [x] Use heading levels - [x] Enable Axe accessibility tests - [x] Check responsiveness for different screen sizes - [ ] Generate download URLs in PHP code, not in Twig template - CSS: - Refer to #1684 - Remove unused CSS selectors in skosmos.css - [x] #topbar.vocabpge - [x] #topbar.vocabpage a - [x] #headerbar.vocabpage - [x] #skosmos-logo - [x] #main-container.vocabpage #sidebar - [x] #main-container.vocabpage #sidebar .page-link:active - [x] #main-container.vocabpage #sidebar .page-link:focus - Vue-templates - Resource statistics - [x] Title row should be separated with a dark horizontal line - [ ] Title should be in the content language - [x] Tabe rows should not have horizontal borders - [x] Subtypes of Concept and subtypes of Collection should be indented and have &bull-symbols - Label statistics - [ ] Title should be in the content language - [ ] Column headers should be in the content language - [x] Title row should be separated with a dark horizontal line - [x] Tabe rows should not have horizontal borders ### Extra features that need discussion - [ ] Special treatment for reified resource values (e.g. show tooltips with extra information) - [ ] Show SKOS XL labels & extra information (e.g. tooltips) - [ ] If suitable label not found, display label in another language - [ ] Truncate property value lists that are longer than set number of items with "show all X values" button
Description of the enhancement
Extra features that need discussion