CSS selector data type

A CSS-style selector that is used by the <style> element to define which element(s) are targeted.

MNX does not support the full complexity of CSS. For now, only two types of selectors are supported:

An element selector is simply the element name without any additional syntax:

<style selector="note" ...>

A class selector is the class name with a dot in front of it:

<style selector=".bolded" ...>