diff --git a/src/components/structures/ScrollPanel.js b/src/components/structures/ScrollPanel.js index bc7c400949..5121dd3f9d 100644 --- a/src/components/structures/ScrollPanel.js +++ b/src/components/structures/ScrollPanel.js @@ -877,11 +877,14 @@ export default createReactClass({ // TODO: the classnames on the div and ol could do with being updated to // reflect the fact that we don't necessarily contain a list of messages. // it's not obvious why we have a separate div and ol anyway. + + // give the
    an explicit role=list because Safari+VoiceOver seems to think an ordered-list with + // list-style-type: none; is no longer a list return (
    -
      +
        { this.props.children }