gsdriver / ssml-check-core

Core SDK for ssml-check
MIT License
13 stars 10 forks source link

Missing Amazon role attribute values #13

Closed bayloun closed 2 years ago

bayloun commented 2 years ago

The following valid Amazon SSML tags are currently treated as rejections:

role="amazon:DT" role="amazon:IN" role="amazon:JJ"

https://docs.aws.amazon.com/polly/latest/dg/supportedtags.html#w-tag

ssml-check-core currently only has support for VB, VBD, NN, SENSE_1: https://github.com/gsdriver/ssml-check-core/blob/master/checktag.js#L726

bayloun commented 2 years ago

Went ahead and made a pull request for this: https://github.com/gsdriver/ssml-check-core/pull/14

gsdriver commented 2 years ago

Thanks - approved and published a new version v0.3.4 with this change