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
BUG 描述 1、文章内容出现了html代码 比如 和 就不能校验通过 2、mip-form 的子级 <mip-form url="http://www.baidu.com"> <h1>Sign-up form</h1> <p>This is the basic look of my form without table</p> <label>Name <span>Add your name</span> </label> <input type=”text” name=”name” id=”name” /> <label>Email <span>Add a valid address</span> </label> <input type=”text” name=”email” id=”email” /> <label>Password <span>Min. size 6 chars</span> </label> <input type=”text” name=”password” id=”password” /> <button type=”submit”>Sign-up</button> </mip-form> 代码入上 提示:“标签'input'只能是标签'mip-form'的子级标签”,然后把前面的html删掉效验就通过了 复现步骤 重新复现 Bug 的步骤 https://www.mipengine.org/validator/preview 校验http://dedecms.90zs.net/mip/view.php?aid=29
<mip-form url="http://www.baidu.com"> <h1>Sign-up form</h1> <p>This is the basic look of my form without table</p> <label>Name <span>Add your name</span> </label> <input type=”text” name=”name” id=”name” /> <label>Email <span>Add a valid address</span> </label> <input type=”text” name=”email” id=”email” /> <label>Password <span>Min. size 6 chars</span> </label> <input type=”text” name=”password” id=”password” /> <button type=”submit”>Sign-up</button> </mip-form>
期望结果 解决两个问题
其他信息 其他补充信息
The text was updated successfully, but these errors were encountered:
VenyXiong
No branches or pull requests
BUG 描述
1、文章内容出现了html代码 比如 和 就不能校验通过
2、mip-form 的子级
<mip-form url="http://www.baidu.com"> <h1>Sign-up form</h1> <p>This is the basic look of my form without table</p> <label>Name <span>Add your name</span> </label> <input type=”text” name=”name” id=”name” /> <label>Email <span>Add a valid address</span> </label> <input type=”text” name=”email” id=”email” /> <label>Password <span>Min. size 6 chars</span> </label> <input type=”text” name=”password” id=”password” /> <button type=”submit”>Sign-up</button> </mip-form>
代码入上 提示:“标签'input'只能是标签'mip-form'的子级标签”,然后把前面的html删掉效验就通过了
复现步骤
重新复现 Bug 的步骤
https://www.mipengine.org/validator/preview
校验http://dedecms.90zs.net/mip/view.php?aid=29
期望结果
解决两个问题
其他信息
其他补充信息
The text was updated successfully, but these errors were encountered: