···268268 <h2 id="themes">Themes</h2>
269269270270 <p>
271271- Themes are element compositions and provide a traditional browser web application way of
272272- using them. In other words, pretty much the whole thing, besides your data, lives inside a single browser tab.
271271+ Themes each provide a traditional browser web application built on the Diffuse elements. They focus on delivering <strong>a great encompassing experience in a single window</strong>. They represent the opposite of facets, but can optionally delegate functionality to facets if they wish to do so.
273272 </p>
274273275274 <p>
···281280 <h2 id="facets">Facets</h2>
282281283282 <p>
284284- Facets are various interface components each loaded in their own web page. Every used component is configured so that it operates in broadcast mode, making all the pages communicate with each other.
283283+ Facets are various user interfaces, with their own logic, each loaded in their own web page. Every used Diffuse component is configured so that it operates in broadcast mode, making all the pages communicate with each other. <strong>You choose the features you want in your software.</strong>
285284 </p>
286285287286 <p>
···295294 <h2 id="agency">Agency</h2>
296295297296 <p>
298298- The goal is for every user, no matter their experience, to have agency over their data and their software. One can start with making small changes and gradually progress to making big changes.
297297+ The goal is for every user, no matter their knowledge level, to have agency over their data and their software. One can start with making small changes and gradually progress to making big changes.
299298 </p>
300299301300 <p>
···374373 <h2 id="elements">Elements</h2>
375374376375 <p>
377377- The (web) components of the system. These custom elements are then recombined into an entire music player experience, or whatever you want to build.
376376+ The (web) components of the system. These custom elements are then recombined into an entire music player and browser, or whatever you want to build.
378377 </p>
379378380379 <p>