問題タブ [relaxng-compact]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
html - rdfa.rnc に新しいメタプロパティ値を追加する方法
ここのRelaxNGコンパクト構文スキーマでは:
https://github.com/validator/validator/blob/master/schema/html5/rdfa.rnc#L51
…要素内の固定の rdfa 属性「プロパティ」値で編集したいmeta
。
次のような 2 つの値を定義しました。
…これら 2meta
要素は必須である必要がありますが、これを既存の rdfacommon.attrs.rdfa.property
リストでどのように行うことができますか?
これらを追加しようとするとエラーが発生します..