module.exports = {
    name: 'hasImgInSrcOfUrl',
    description: "Ensure that equivalents for dynamic content are updated when the dynamic content changes. As the contents of a frame changes, so must change any description. This is not possible if an IMG is inserted directly into a frame. Thus, content developers should always make the source ('src') of a frame an HTML file",
    ruleID: 'AX_31',
    tagName: ['IFRAME'],