On the documentation page for mw.html.Raw, the value parameter is documented as a parameter and as a property, when it should be documented only as a parameter. (See the v1.41 JSDuck documentation for the same class.)
To do:
- In the mediawiki.base.js file, remove line 673 with the @prop tag.
- Run npm install and npm run doc to build the docs site.
- Open docs/js/mw.html.Raw.html in your browser to confirm that the value parameter only appears once.