Ref T6916. Added video to remarkup using D7156 as reference.
Details
Details
- Reviewers
chad nateguchi2 - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T6916: Allow video embed in remarkup
- Commits
- rP411cf1345763: Add Videos to Remarkup
- Viewed video files (MP4, Ogg) in Safari, Chrome, Firefox (some don't work, e.g., OGG in Safari, but nothing we can really do about that).
- Used alt.
- Used autoplay.
- Used loop.
- Used media=audio.
- Viewed file detail page.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- video1
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 12542 Build 15909: Run Core Tests Build 15908: arc lint + arc unit
Event Timeline
Comment Actions
- Handle maybe-audio, maybe-video files (like "application/ogg").
- Clean up display of file properties in Files ("Image", "Audio", "Video", etc) a little.
- Add media for media="audio", to explicitly render ambiguous files as audio.
- Clean up and document attributes.