github.com/geniusesgroup/libgo@v0.0.0-20220713101832-828057a9d3d4/protocol/gui-som.go (about) 1 /* For license and copyright information please see LEGAL file in repository */ 2 3 package protocol 4 5 // SOM as Style-Object-Model 6 // same in many way to CSSOM as Cascading-Style-Sheets-Object-Model https://developer.mozilla.org/en-US/docs/Web/API/CSS_Object_Model 7 type SOM interface { 8 }