Skip to content

Commit 8fe0446

Browse files
authored
Enhance chemical properties comments
Added more commentary about the chemistry properties
1 parent d11a2a0 commit 8fe0446

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

_data/core-properties.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,10 +321,13 @@
321321

322322
- property: chemical-element
323323
type: chemistry
324-
comment: typically added to an `mi` to indicate this is a chemical element (see `chemical-formula` for an example
324+
effect: read and/or braille the contents as a chemical element
325+
comment: typically added to an `mi` to indicate this is a chemical element (see `chemical-formula`) for an example
325326

326327
- property: chemical-formula
327328
type: chemistry
329+
effect: read the term as a chemical formula
330+
comment: chemcial formumlas include subscripts, superscripts, bracking characters, and characters (e.g., `-`, `=`, `≡`) to indicate bonds
328331
examples:
329332
- mathml: |
330333
<mrow intent=':chemical-formula'>
@@ -340,6 +343,7 @@
340343
- property: chemical-equation
341344
type: chemistry
342345
effect: read the term as a chemical equation
346+
comment: chemical equations include arrows, operators (e.g., `+`, `-`, `=`), and brackets (to indicate concentration)
343347
examples:
344348
- mathml: |
345349
<mrow intent=':chemical-equation'>

0 commit comments

Comments
 (0)