Changes between Initial Version and Version 4 of Ticket #28065
- Timestamp:
- 05/02/2014 12:54:51 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28065
-
Property
Component
changed from
MediatoGallery -
Property
Summary
changed from
<style type='text/css'> should be <style scope> in wp-includes media.phpto<style type='text/css'> should be <style scoped> in wp-includes/media.php
-
Property
Component
changed from
-
Ticket #28065 – Description
initial v4 14 14 15 15 16 Change <style type='text/css'> to <style scope>and the validation error is fixed. More informations -> [http://html5doctor.com/the-scoped-attribute/]16 Change `<style type='text/css'>` to `<style scoped>` and the validation error is fixed. More informations -> [http://html5doctor.com/the-scoped-attribute/] 17 17 18 18 I would apply a patch, if I would know, how to do this here. This here is not github. And on github I pulled wp 4.0, for this I could do a patch. But I guess here is another tracking and subversion system so I am lost. However it is only one line, that must be changed, so no big deal also without a patch of mine :)