|
|
|
|
|
by tyingq
3411 days ago
|
|
Because you can manipulate attributes without destroying and recreating elements. Changing <h level=1> to <h level=2> is a much simpler and different thing to changing <h1> to <h2>. An alternative approach to 100% trusting the browser to calculate the level. You can calculate and adjust as needed. |
|
Or is it because it might have a named closing tag and you have to update both?