mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 01:32:45 +00:00 
			
		
		
		
	 e8b3a65581
			
		
	
	
		e8b3a65581
		
	
	
	
	
		
			
			Specification: https://dom.spec.whatwg.org/#concept-event-dispatch This also introduces shadow roots due to it being a requirement of the event dispatcher. However, it does not introduce the full shadow DOM, that can be left for future work. This changes some event dispatches which require certain attributes to be initialised to a value.
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			122 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			122 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| interface ShadowRoot : DocumentFragment {
 | |
| 
 | |
|     readonly attribute DOMString mode;
 | |
|     readonly attribute Element host;
 | |
| 
 | |
| }
 |