A family of Microsoft word processing software products for creating web, email, and print documents.
After doing some testing, I do see the same behavior as yours. However, I have not found any official document stated this is a known limitation in Word Online.
Word Online is designed for basic editing; more advanced features require desktop Word. The web editor supports equations and content controls individually but does not fully support editing complex OOXML combinations such as equations embedded inside content controls. These structures may render correctly but are treated as non-editable.
Here are some suggestion you can try:
- Put equation outside SDT
<w:sdt> -> text only
<m:oMath> -> outside
- Use SDT as label / placeholder only:
<w:sdt> -> "Enter equation below:"
<w:p> -> equation
I hope this information helps.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.