You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the AMP specification, documents need to include a style tag with the boolean attribute amp-boilerplate in the <head> of the page. At the moment, adding amp-boilerplate: true to a style object in htmlAttrs outputs <style amp-boilerplate="true">, which leads to an AMP validation error. For this reason, amp-boilerplate should be added to the booleanHtmlAttributes, as it has already been done for the attribute amp.
The text was updated successfully, but these errors were encountered:
jangarcia
added a commit
to jangarcia/vue-meta
that referenced
this issue
Mar 20, 2020
According to the AMP specification, documents need to include a style tag with the boolean attribute
amp-boilerplate
in the<head>
of the page. At the moment, addingamp-boilerplate: true
to a style object inhtmlAttrs
outputs<style amp-boilerplate="true">
, which leads to an AMP validation error. For this reason,amp-boilerplate
should be added to thebooleanHtmlAttributes
, as it has already been done for the attributeamp
.The text was updated successfully, but these errors were encountered: