xjfnet

Results 5 issues of xjfnet

我在写一个 vscode 扩展,html5parser 提供了很大的帮助,首先表示感谢! 我写的 vscode 扩展的作用是为 SSCMS 系统的 html 模板提供自动完成提示功能,它的模板标签是下面这样的 ```html ``` 模板标签也可以用在其它标签的属性值中,但要把 换成 {},像下面这样 ```html ``` 也可以用在其它标签的内容中,像下面这样 ```html {stl:content type="Title"} ``` 所以,先用作为定界符解析一次,得到属性值或标签的内容后再用{}作为定界符再解析一次,就可以很完美了。

BitmapResource.Bitmap.Image the top half of the bitmap is black, the bottom half is ok.

bug?
Waiting for repro

the page popup a dialog on onload, how to handle the dialog? ```html alert('error'); ```

HasDialog only match by exact withText ```cs public bool HasDialog(string withText) { return HasAnyDialog() && _selenium.SwitchTo().Alert().Text == withText; } ```

FeatureRequest

Since I can't access `ajax.googleapis.com`, I recommend putting `jquery.min.js` and `jquery-ui.min.js` directly into the project