mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:32:46 +00:00 
			
		
		
		
	 610a7603a2
			
		
	
	
		610a7603a2
		
	
	
	
	
		
			
			In particular, we now blockify layout internal boxes (e.g table parts) by turning them into `block flow`. This fixes a crash when viewing our GitHub repo :^)
		
			
				
	
	
		
			5 lines
		
	
	
		
			No EOL
		
	
	
		
			100 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			No EOL
		
	
	
		
			100 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html><style>
 | |
| td {
 | |
|     position: absolute; /* force blockification */
 | |
| }
 | |
| </style><table><td> |