We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<noscript>
以下代码验证通过:
<!DOCTYPE html> <html mip> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1"> <link rel="stylesheet" type="text/css" href="https://c.mipcdn.com/static/v1/mip.css"> <!--TODO: canonical href需要替换成原页面url--> <link rel="canonical" href="https://www.mipengine.org/test_xxx.html"> <title>MIP页Demo效果</title> <!--noscript 用于JS禁用时页面加载--> <noscript> <style mip-officialrelease> body { -webkit-animation: none; -moz-animation: none; -ms-animation: none; animation: none } </style> <style> body {} </style> </noscript> </head> <body> <!--noscript 用于JS禁用时页面加载--> <noscript> <style mip-officialrelease> body { -webkit-animation: none; -moz-animation: none; -ms-animation: none; animation: none } </style> <style> body {} </style> </noscript> <!--mip 运行环境--> <script src="https://c.mipcdn.com/static/v1/mip.js"></script> </body> </html>
The text was updated successfully, but these errors were encountered:
并且需要明确下:
<style mip-officialrelease>
*.gif
Sorry, something went wrong.
如果需求一样的话,<noscript> 可以类似 <template> 那样处理
<template>
No branches or pull requests
<noscript>
标签重复性未验证<noscript>
标签内部元素未验证以下代码验证通过:
The text was updated successfully, but these errors were encountered: