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
First: Start and stop the mysql service net stop ...
1. Elements and tags in HTML <br />An eleme...
1. Use Docker Compose to configure startup If you...
When the user's home directory becomes larger...
MySQL binlog is a very important log in MySQL log...
The so-called favicon, which is the abbreviation o...
Transaction A transaction is a basic unit of busi...
Original address: http://www.webdesignfromscratch...
【content】: 1. Use background-image gradient style...
Many people say that IE6 does not support PNG tra...
Preface The company's Ubuntu server places th...
Import: Due to project requirements, we will enca...
Table of contents Preface What is Hot Change Coco...
Table of contents Previous words Synchronous and ...
Table of contents Preface 1. Technical Principle ...