-
Any thoughts on generating HTML5 rather than HTML4? Maybe as a configurable option?
There can't be that many people still needing to support IE8 and below.
-
In HTML emails `links_in_email` will include the URIs specified in the Doctype URI, any HTML namespace tags.
e.g.
``` html
```
This breaks `click_first_link_in_email` for HTML emails because the …
-
If you have a hx-target that is an id that has special characters like the colon fails because they need to be escaped for `document.querySelectorAll`.
![image](https://github.com/bigskysoftware/ht…
-
Hi. The [Page Regions in HTML5 Using WAI-ARIA](https://www.w3.org/WAI/tutorials/page-structure/regions/#accessupport) section suggests using both the HTML element and its corresponding role:
```htm…
-
## Are you reporting a feature request or a bug?
Feature request
## [Check if the issue is already reported](http://docs.ckeditor.com/#!/guide/dev_issues_readme-section-avoid-duplicates)
* ht…
-
Is there currently a way to set the ':format' option for HAML to change the doctype?
Like this:
http://haml-lang.com/docs/yardoc/HAML_REFERENCE.md.html#options
This would be good so the doctype coul…
-
[Allegedly](https://github.com/servo/servo/pull/6947#issuecomment-127673309) we do that, and it causes `tests/wpt/css-tests/css21_dev/html4/vertical-align-baseline-009.htm`.
@pcwalton, can you confir…
-
How lightweight will Hallo be? In other words:
- Will it bother about the cross browser differences?
- Will it bother with only HTML5 browsers? or HTML4 too?
-
第14天 为什么HTML5只需要写``就可以?
-
I need to keep my SSRS datasource as "prompt for credentials" since we are also using another solution that requires that, but I'm unsure how to set the DataSourceCredentials in my solution. I get th…