Incorrect usage of the rel attribute #188
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
🟧 priority: high
Stalls work on the project or its dependents
Description
To the best of my RDFa knowledge, the object of the
rel
attribute is thehref
attribute and not the inner content of its tag (sources: 1, 2). The latter is, however, implied by the following code fragments:chooser/src/utils/license-utilities.js
Line 157 in 40dcfa0
chooser/src/components/LicenseCode.vue
Line 103 in 40dcfa0
chooser/src/components/LicenseCode.vue
Lines 11 to 32 in 40dcfa0
chooser/tests/unit/specs/components/LicenseCode.spec.js
Line 69 in f094cf0
(And several times inside
tests/unit/specs/utils/license-uilities.test.js
.)Expectation
The
property
attribute should be used instead.The text was updated successfully, but these errors were encountered: