![]() ![]() |
1.3:H101002 Provide a text equivalent for every object.Improper designFor the attached application program ¡§object¡¨, there was no replacement text explanation. Improper design: <OBJECT> <PARAM name="AnimationatStart" value="true"> <PARAM name="AutoStart" value="true"> <PARAM name="ShowControls" value="true"> <PARAM name="ShowStatusBar" value="false"> <PARAM name="FileName" value="bubu01.asf"> <PARAM name="ClickToPlay" value="false"> <EMBED src="bubu01.asf"></EMBED> </OBJECT> End of example Proper demonstrationWithin <OBJECT></OBJECT> label add replacement text explanation. Proper example: <OBJECT> <PARAM name="AnimationatStart" value="true"> <PARAM name="AutoStart" value="true"> <PARAM name="ShowControls" value="true"> <PARAM name="ShowStatusBar" value="false"> <PARAM name="FileName" value="bubu01.asf"> <PARAM name="ClickToPlay" value="false"> <EMBED src="bubu01.asf"></EMBED> In the movie introducing the plant Saddle rattan: Saddle rattan belongs to the family of shuan plant, and is a close relative to the morning glory¡Aand it may ¡K¡K </OBJECT> End of example |
![]() |