What are the differences between Microsoft Edge and Google Chrome? edgechrome
The following are applicable to Edge 14393 and Chrome 54.
- If there is no matching value in options of html dom/select, edge will select the first one, and chrome (54) will set the null option.
- Html dom/input [type = date] If the height is set, the up and down arrows in the control are placed on top, and other child controls are correctly centered on them.
- Html dom, input, and buttons depend on a pixel in the edge, which may be a bug. chrome does not
- Rendering Performance edge is slower than chrome, but js engine chakra has higher performance than jsv8 (using JetStream to test various algorithms), with the lowest power consumption edge, is edge reducing rendering performance to save power ?!!
- When the undefined value is set for the textContent attribute of an object, edge sets the "undefined" string, and chrome only sets the Null String. Chrome is more suitable.
- Html dom/input [type = date] in edge, the maximum year can be adjusted to 2070, and the minimum year is 1870. In some cases, this is not enough. Chrome is available from 0001-9999.