Crossmark

When an article uses Crossmark, indicate this using a <custom-meta> element child of <custom-meta-group>.

The <custom-meta> element must have two child elements:
  • A <meta-name> element containing the value crossmark.
  • A <meta-value> element containing the value of yes.

Example

<custom-meta>
  <meta-name>crossmark</meta-name>
  <meta-value>yes</meta-value>
</custom-meta>