Generally speaking, it is unlikely that you will encounter extremely large <ol> lists in HTML documents, and this article is purely a technical discussion. I happened to come across this problem and tested it. The measured limit is [-2147483648, 2147483647], which is [- 2^31 ~ 2^31 - 1] There are slight differences between browsers. In IE10 and Firefox, after the serial number reaches the maximum positive value 2147483647, the serial numbers of subsequent list items are all the same as the maximum positive value 2147483647 and remain unchanged. 2147483645. On Chrome, after the serial number reaches the maximum positive value of 2147483647, the next serial number will become the maximum negative value -2147483648, and the subsequent serial numbers will increase on this basis by -2147483647, -2147483646,... 2147483645. |
>>: How to use CSS style to vertically center the font in the table
Table of contents Early creation method Factory P...
Create your first web page in one minute: Let'...
mysql basic data types Overview of common MySQL d...
I have recently been developing a visual operatio...
Six steps of JDBC: 1. Register the driver 2. Get ...
This article has been included on GitHub https://...
<br />This tag can be used to directly add a...
【Foreword】 If you want to use ORM to operate data...
Preface mysqlslap is a diagnostic program designe...
Table of contents 1. Related binlog configuration...
Table of contents JSX environment construction Se...
Recently, the project uses kubernetes (hereinafte...
This article example shares the specific code of ...
Currently I have made a project, the interface is ...
The specific method is as follows: CSS Code Copy ...