mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:42:44 +00:00 
			
		
		
		
	 2c16e8371f
			
		
	
	
		2c16e8371f
		
	
	
	
	
		
			
			Like other logical properties, we just alias these to the LTR TB default properties for now.
		
			
				
	
	
		
			18 lines
		
	
	
		
			No EOL
		
	
	
		
			293 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			No EOL
		
	
	
		
			293 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html><style>
 | |
| * {
 | |
|     border: 1px solid black;
 | |
| }
 | |
| body {
 | |
|     width: 500px;
 | |
| }
 | |
| .a {
 | |
|     padding: 100px;
 | |
|     padding-block: 10px;
 | |
|     padding-inline: 20px;
 | |
| }
 | |
| .b {
 | |
|     margin: 90px;
 | |
|     margin-block: 30px;
 | |
|     margin-inline: 40px;
 | |
| }
 | |
| </style><div class="a"><div class="b"><span>Hello</span> |